/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.h | 45 #define fold_unary(CODE,T1,T2)\ argument 48 #define fold_unary_ignore_overflow(CODE,T1,T2)\ argument 51 #define fold_binary(CODE,T1,T2,T3)\ argument 54 #define fold_ternary(CODE,T1,T2,T3,T4)\ argument 71 #define fold_build_call_array(T1,T2,N,T4)\ argument 74 #define fold_build_call_array_initializer(T1,T2,N,T4)\ argument 80 #define fold_convert(T1,T2)\ argument 96 #define omit_one_operand(T1,T2,T3)\ argument 99 #define omit_two_operands(T1,T2,T3,T4)\ argument 175 #define size_binop(CODE,T1,T2)\ argument [all …]
|
H A D | wide-int.h | 269 #define WI_BINARY_RESULT(T1, T2) \ argument 274 #define WI_BINARY_OPERATOR_RESULT(T1, T2) \ argument 279 #define WI_SIGNED_SHIFT_RESULT(T1, T2) \ argument 285 #define WI_BINARY_PREDICATE_RESULT(T1, T2) \ argument 291 #define WI_SIGNED_BINARY_PREDICATE_RESULT(T1, T2) \ argument 303 #define WI_BINARY_RESULT_VAR(RESULT, VAL, T1, X, T2, Y) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.h | 56 #define fold_unary(CODE,T1,T2)\ argument 59 #define fold_unary_ignore_overflow(CODE,T1,T2)\ argument 62 #define fold_binary(CODE,T1,T2,T3)\ argument 65 #define fold_ternary(CODE,T1,T2,T3,T4)\ argument 82 #define fold_build_call_array(T1,T2,N,T4)\ argument 85 #define fold_build_call_array_initializer(T1,T2,N,T4)\ argument 92 #define fold_convert(T1,T2)\ argument 108 #define omit_one_operand(T1,T2,T3)\ argument 111 #define omit_two_operands(T1,T2,T3,T4)\ argument 188 #define size_binop(CODE,T1,T2)\ argument [all …]
|
H A D | wide-int.h | 269 #define WI_BINARY_RESULT(T1, T2) \ argument 274 #define WI_BINARY_OPERATOR_RESULT(T1, T2) \ argument 279 #define WI_SIGNED_SHIFT_RESULT(T1, T2) \ argument 285 #define WI_BINARY_PREDICATE_RESULT(T1, T2) \ argument 291 #define WI_SIGNED_BINARY_PREDICATE_RESULT(T1, T2) \ argument 303 #define WI_BINARY_RESULT_VAR(RESULT, VAL, T1, X, T2, Y) \ argument
|
/netbsd-src/external/apache2/llvm/dist/clang/INPUTS/ |
H A D | c99-intconst-1.c | 29 #define type_comb2(T1, T2) __typeof__(0 ? (T1)0 : (T2)0) argument 30 #define type_comb3(T1, T2, T3) type_comb2(T1, type_comb2(T2, T3)) argument 31 #define type_comb4(T1, T2, T3, T4) \ argument 33 #define type_comb6(T1, T2, T3, T4, T5, T6) \ argument 41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument 44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument 50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument 57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument 67 #define first_of2(T1, E1, T2, E2) \ argument 69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument [all …]
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_equalities.c | 444 __isl_give isl_mat **T2, __isl_take isl_mat *free1, in empty_compression() 531 int first, __isl_give isl_mat **T2) in isl_mat_final_variable_compression() 626 __isl_give isl_mat **T2) in isl_mat_variable_compression() 636 __isl_give isl_mat **T2) in return_with_identity() 666 __isl_give isl_mat **T, __isl_give isl_mat **T2) in compress_variables() 710 __isl_give isl_mat **T2) in isl_basic_set_remove_equalities()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
H A D | templates.cc | 375 class T2 { class 377 T2(int i): integer(i) in T2() function in T2 382 int operator==(const T2&, const T2&) in operator ==() 384 int operator==(const T2&, char) in operator ==() 386 int operator!=(const T2&, const T2&) in operator !=() 388 int operator!=(const T2&, char) in operator !=() 391 int operator<=(const T2&, const T2&) in operator <=() 393 int operator<=(const T2&, char) in operator <=() 395 int operator<(const T2&, const T2&) in operator <() 397 int operator<(const T2&, char) in operator <() [all …]
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/aria/ |
H A D | aria.c | 345 #define ARIA_ADD_ROUND_KEY(RK, T0, T1, T2, T3) \ argument 354 #define ARIA_SBOX_LAYER1_WITH_PRE_DIFF(T0, T1, T2, T3) \ argument 379 #define ARIA_SBOX_LAYER2_WITH_PRE_DIFF(T0, T1, T2, T3) \ argument 404 #define ARIA_DIFF_WORD(T0,T1,T2,T3) \ argument 416 #define ARIA_DIFF_BYTE(T0, T1, T2, T3) \ argument 424 #define ARIA_SUBST_DIFF_ODD(T0, T1, T2, T3) \ argument 433 #define ARIA_SUBST_DIFF_EVEN(T0, T1, T2, T3) \ argument
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aria/ |
H A D | aria.c | 345 #define ARIA_ADD_ROUND_KEY(RK, T0, T1, T2, T3) \ argument 354 #define ARIA_SBOX_LAYER1_WITH_PRE_DIFF(T0, T1, T2, T3) \ argument 379 #define ARIA_SBOX_LAYER2_WITH_PRE_DIFF(T0, T1, T2, T3) \ argument 404 #define ARIA_DIFF_WORD(T0,T1,T2,T3) \ argument 416 #define ARIA_DIFF_BYTE(T0, T1, T2, T3) \ argument 424 #define ARIA_SUBST_DIFF_ODD(T0, T1, T2, T3) \ argument 433 #define ARIA_SUBST_DIFF_EVEN(T0, T1, T2, T3) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/ |
H A D | utility.d | 24 struct pair(T1, T2) in pair() argument
|
/netbsd-src/external/lgpl3/gmp/dist/mpz/ |
H A D | lucmod.c | 48 mp_bitcnt_t b0, mpz_srcptr n, mpz_ptr T1, mpz_ptr T2) in mpz_lucas_mod()
|
H A D | stronglucas.c | 68 mpz_t T1, T2; in mpz_stronglucas() local
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/ |
H A D | types.go | 10 type T2 *T1 type
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/ |
H A D | types.go | 10 type T2 *T1 type
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/ |
H A D | zfstream.h | 449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), in gzomanip2() argument
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream3/ |
H A D | zfstream.h | 449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), in gzomanip2() argument
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream3/ |
H A D | zfstream.h | 449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), in gzomanip2() argument
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/ |
H A D | zfstream.h | 449 gzomanip2<T1,T2>::gzomanip2(gzofstream &(*f)(gzofstream &, T1, T2), in gzomanip2() argument
|
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | const_catalan.c | 59 mpz_t T2, P2, Q2; in S() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/ |
H A D | tanq_kernel.c | 72 T2 = -2.626775478255838182468651821863299023956E4Q, variable
|
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/ |
H A D | tanq_kernel.c | 72 T2 = -2.626775478255838182468651821863299023956E4Q, variable
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/ |
H A D | sha.d | 492 Word T2 = BigSigma0(A) + Maj(A, B, C); in SHA() local 505 Word T2 = BigSigma0(A) + Maj(A, B, C); in SHA() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/array/ |
H A D | equality.d | 183 template useMemcmp(T1, T2) in useMemcmp() argument
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
H A D | sha.d | 543 Word T2 = BigSigma0(A) + Maj(A, B, C); in SHA() local 554 Word T2 = BigSigma0(A) + Maj(A, B, C); in SHA() local
|
/netbsd-src/lib/libm/ld80/ |
H A D | s_expl.c | 132 T2 = 0.1659; /* ~30.625/128 * log(2) */ variable
|