Searched refs:ix1 (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | math_ldbl.h | 66 #define GET_LDOUBLE_WORDS64(ix0,ix1,d) \ argument 71 (ix1) = qw_u.parts64.lsw; \ 76 #define SET_LDOUBLE_WORDS64(d,ix0,ix1) \ argument 80 qw_u.parts64.lsw = (ix1); \
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | math_ldbl.h | 42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 48 (ix1) = ew_u.parts.lsw; \ 53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 58 iw_u.parts.lsw = (ix1); \
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | math_ldbl.h | 62 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 68 (ix1) = ew_u.parts.lsw; \ 73 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 78 iw_u.parts.lsw = (ix1); \
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | math_ldbl.h | 64 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 70 (ix1) = ew_u.parts.lsw; \ 75 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 80 iw_u.parts.lsw = (ix1); \
|
/glibc-2.36/sysdeps/generic/ |
D | math_private.h | 73 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 78 (ix1) = ew_u.parts.lsw; \ 115 # define INSERT_WORDS(d,ix0,ix1) \ argument 119 iw_u.parts.lsw = (ix1); \
|
/glibc-2.36/sysdeps/ieee754/float128/ |
D | ieee754_float128.h | 61 # define GET_FLOAT128_WORDS64(ix0,ix1,d) \ argument 66 (ix1) = qw_u.parts64.lsw; \ 71 # define SET_FLOAT128_WORDS64(d,ix0,ix1) \ argument 75 qw_u.parts64.lsw = (ix1); \
|