Home
last modified time | relevance | path

Searched refs:ix0 (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
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/
Dmath_ldbl.h42 #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/
Dmath_ldbl.h62 #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/
Dmath_ldbl.h64 #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/
Dmath_private.h73 #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/
Dieee754_float128.h61 # 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); \