Lines Matching refs:ix1
62 #define GET_LDOUBLE_WORDS64(ix0,ix1,d) \ argument
67 (ix1) = qw_u.parts64.lsw; \
72 #define SET_LDOUBLE_WORDS64(d,ix0,ix1) \ argument
76 qw_u.parts64.lsw = (ix1); \
240 #define GET_LDOUBLE_WORDS(se,ix0,ix1,d) \ argument
246 (ix1) = ew_u.parts.lsw; \
251 #define SET_LDOUBLE_WORDS(d,se,ix0,ix1) \ argument
256 iw_u.parts.lsw = (ix1); \
448 #define GET_LDOUBLE_WORDS64(ix0,ix1,d) \ argument
453 (ix1) = qw_u.parts64.lsw; \
458 #define SET_LDOUBLE_WORDS64(d,ix0,ix1) \ argument
462 qw_u.parts64.lsw = (ix1); \