Searched refs:ix0 (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 70 (ix0) = qw_u.parts64.msw; \ 76 #define SET_LDOUBLE_WORDS64(d,ix0,ix1) \ argument 79 qw_u.parts64.msw = (ix0); \
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | math_ldbl.h | 42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 47 (ix0) = ew_u.parts.msw; \ 53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 57 iw_u.parts.msw = (ix0); \
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | math_ldbl.h | 62 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 67 (ix0) = ew_u.parts.msw; \ 73 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 77 iw_u.parts.msw = (ix0); \
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | math_ldbl.h | 64 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument 69 (ix0) = ew_u.parts.msw; \ 75 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument 79 iw_u.parts.msw = (ix0); \
|
/glibc-2.36/sysdeps/generic/ |
D | math_private.h | 73 #define EXTRACT_WORDS(ix0,ix1,d) \ argument 77 (ix0) = ew_u.parts.msw; \ 115 # define INSERT_WORDS(d,ix0,ix1) \ argument 118 iw_u.parts.msw = (ix0); \
|
/glibc-2.36/sysdeps/ieee754/float128/ |
D | ieee754_float128.h | 61 # define GET_FLOAT128_WORDS64(ix0,ix1,d) \ argument 65 (ix0) = qw_u.parts64.msw; \ 71 # define SET_FLOAT128_WORDS64(d,ix0,ix1) \ argument 74 qw_u.parts64.msw = (ix0); \
|