Home
last modified time | relevance | path

Searched refs:ix1 (Results 1 – 6 of 6) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-128/
Dmath_ldbl.h66 #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/
Dmath_ldbl.h42 #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/
Dmath_ldbl.h62 #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/
Dmath_ldbl.h64 #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/
Dmath_private.h73 #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/
Dieee754_float128.h61 # 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); \