Searched defs:ix1 (Results 1 – 4 of 4) 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 | 103 u_int32_t r,t1,s1,ix1,q1; in sqrt() local
|
/freebsd/contrib/ncurses/panel/ |
H A D | panel.priv.h | 143 #define COMPUTE_INTERSECTION(pan1,pan2,ix1,ix2,iy1,iy2)\ argument
|