Searched defs:ix0 (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | modf.c | 58 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 77 #define INSERT_WORDS(d,ix0,ix1) \ argument
|
/freebsd/lib/msun/src/ |
H A D | math_private.h | 128 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 164 #define INSERT_WORDS(d,ix0,ix1) \ argument 235 #define EXTRACT_LDBL80_WORDS(ix0,ix1,d) \ argument 248 #define EXTRACT_LDBL128_WORDS(ix0,ix1,ix2,d) \ argument 271 #define INSERT_LDBL80_WORDS(d,ix0,ix1) \ argument 284 #define INSERT_LDBL128_WORDS(d,ix0,ix1,ix2) \ argument
|
H A D | e_sqrt.c | 102 int32_t ix0,s0,q,m,t,i; in sqrt() local
|