Searched defs:T3 (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | fold-const.h | 44 #define fold_binary(CODE,T1,T2,T3)\ argument 47 #define fold_ternary(CODE,T1,T2,T3,T4)\ argument 88 #define omit_one_operand(T1,T2,T3)\ argument 91 #define omit_two_operands(T1,T2,T3,T4)\ argument
|
H A D | tree.h | 4207 #define build_call_array(T1,T2,N,T3)\ argument
|
/dflybsd-src/contrib/openbsd_libm/src/ld80/ |
H A D | k_tanl.c | 41 #define T3 ((long double)T3hi + T3lo) macro 48 T3 = 0.333333333333333333180L, /* 0xaaaaaaaaaaaaaaa5.0p-65 */ variable
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree.h | 4370 #define build_call_array(T1,T2,N,T3)\ argument 5264 #define fold_binary(CODE,T1,T2,T3)\ argument 5267 #define fold_ternary(CODE,T1,T2,T3,T4)\ argument 5320 #define omit_one_operand(T1,T2,T3)\ argument 5323 #define omit_two_operands(T1,T2,T3,T4)\ argument
|
/dflybsd-src/contrib/awk/ |
H A D | run.c | 744 T3 = ((1<<(Bit3+1))-1) ^ 0xFF, /* 1110 0000 */ enumerator
|