48 #define UNIMPLEMENTED extern __attribute__((deprecated("Not implemented")))
141 default: __builtin_trap() \
uint64_t recip_normalized_root(uint32_t x)
Calculates the reciprocal square-root of the argument.
Definition: sqrt.c:323
u3232 sqrtulk(u3232 x)
Square root.
s07 sqrthr(s07 x)
Square root.
u1616 sqrtuk(u1616 x)
Square root.
Definition: sqrt.c:405
u032 sqrtulr(u032 x)
Square root.
s87 sqrthk(s87 x)
Square root.
u88 sqrtuhk(u88 x)
Square root.
s1615 sqrtk(s1615 x)
Square root.
Definition: sqrt.c:395
s031 sqrtlr(s031 x)
Square root.
s3231 sqrtlk(s3231 x)
Square root.
u08 sqrtuhr(u08 x)
Square root.
u016 sqrtur(u016 x)
Square root.
s015 sqrtr(s015 x)
Square root.
Additions to the stdfix.h file to support full Draft ISO/IEC standards compliance.
short fract s07
An alternative name for the signed short fract type.
Definition: stdfix-full-iso.h:172
unsigned fract u016
An alternative name for the unsigned fract type.
Definition: stdfix-full-iso.h:193
unsigned accum u1616
An alternative name for the unsigned accum type.
Definition: stdfix-full-iso.h:202
long accum s3231
An alternative name for the signed long accum type.
Definition: stdfix-full-iso.h:187
fract s015
An alternative name for the signed fract type.
Definition: stdfix-full-iso.h:175
unsigned short fract u08
An alternative name for the unsigned short fract type.
Definition: stdfix-full-iso.h:190
long fract s031
An alternative name for the signed long fract type.
Definition: stdfix-full-iso.h:178
short accum s87
An alternative name for the signed short accum type.
Definition: stdfix-full-iso.h:181
unsigned short accum u88
An alternative name for the unsigned short accum type.
Definition: stdfix-full-iso.h:199
accum s1615
An alternative name for the signed accum type.
Definition: stdfix-full-iso.h:184
unsigned long fract u032
An alternative name for the unsigned long fract type.
Definition: stdfix-full-iso.h:196
unsigned long accum u3232
An alternative name for the unsigned long accum type.
Definition: stdfix-full-iso.h:205