Lines Matching defs:ix0
27 * ix0 = *(n0+(int*)&x); // high word of x
133 #define EXTRACT_WORDS(ix0,ix1,d) \
137 (ix0) = ew_u.parts.msw; \
170 #define INSERT_WORDS(d,ix0,ix1) \
173 iw_u.parts.msw = (ix0); \
248 * Get expsign as 16-bit integer ix0 and significand as 64-bit integer
252 #define EXTRACT_LDBL80_WORDS(ix0,ix1,d) \
256 (ix0) = GET_EXPSIGN(&ew_u); \
261 * Get expsign as 16-bit integer ix0 and significand as two 64-bit
266 #define EXTRACT_LDBL128_WORDS(ix0,ix1,ix2,d) \
270 (ix0) = GET_EXPSIGN(&ew_u); \
285 * Set an 80-bit long double d from a 16-bit integer expsign ix0 and a
289 #define INSERT_LDBL80_WORDS(d,ix0,ix1) \
292 SET_EXPSIGN(&iw_u, ix0); \
298 * Set a 128-bit long double d from a 16-bit integer expsign ix0 and
303 #define INSERT_LDBL128_WORDS(d,ix0,ix1,ix2) \
306 SET_EXPSIGN(&iw_u, ix0); \