Lines Matching refs:d
26 # define __FLT_EORDER4(t, a, b, c, d) \ argument
27 t a; t b; t c; t d;
28 # define __FLT_EORDER6(t, a, b, c, d, e, f) \ argument
29 t a; t b; t c; t d; t e; t f;
30 # define __FLT_EORDER7(t, a, b, c, d, e, f, g) \ argument
31 t a; t b; t c; t d; t e; t f; t g;
35 # define __FLT_EORDER4(t, a, b, c, d) \ argument
36 t d; t c; t b; t a;
37 # define __FLT_EORDER6(t, a, b, c, d, e, f) \ argument
38 t f; t e; t d; t c; t b; t a;
39 # define __FLT_EORDER7(t, a, b, c, d, e, f, g) \ argument
40 t g; t f; t e; t d; t c; t b; t a;
61 # define GET_FLOAT128_WORDS64(ix0,ix1,d) \ argument
64 qw_u.value = (d); \
71 # define SET_FLOAT128_WORDS64(d,ix0,ix1) \ argument
76 (d) = qw_u.value; \
81 # define GET_FLOAT128_MSW64(v,d) \ argument
84 sh_u.value = (d); \
90 # define SET_FLOAT128_MSW64(d,v) \ argument
93 sh_u.value = (d); \
95 (d) = sh_u.value; \
100 # define GET_FLOAT128_LSW64(v,d) \ argument
103 sh_u.value = (d); \
112 _Float128 d; member