Searched defs:TRUNC (Results 1 - 7 of 7) sorted by relevance

/src/lib/libm/noieee_src/
H A Dn_log.c87 #define TRUNC(x) x = (double) (float) (x) macro
H A Dn_pow.c112 #define TRUNC(x) x = (double) (float) x macro
117 #define TRUNC(x) *(((int *) &x)+endian) &= 0xf8000000 macro
H A Dn_gamma.c129 #define TRUNC(x) x = (double) (float) (x) macro
133 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
[all...]
H A Dn_lgamma.c74 #define TRUNC(x) x = (double) (float) (x) macro
78 #define TRUNC(x) *(((int *) &x) + endian) &= 0xf8000000 macro
H A Dn_erf.c149 #define TRUNC(x) (x) = (float)(x) macro
152 #define TRUNC(x) *(((int *) &x) + 1) &= 0xf8000000 macro
/src/sys/arch/hpc/stand/hpcboot/
H A Dmemory.h48 TRUNC(const T v, const T x) { function in typeref:typename:T
/src/lib/libm/src/
H A Dmath_private.h694 #define TRUNC(d) (_b_trunc(&(d))) macro

Completed in 10 milliseconds