Lines Matching refs:t
25 # define __FLT_EORDER2(t, a, b) t a; t b; argument
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;
33 # define __FLT_EORDER2(t, a, b) \ argument
34 t b; t a;
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;