Home
last modified time | relevance | path

Searched defs:T2 (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.rel/
Dthree_way.pass.cpp49 typedef std::tuple<short> T2; in test() typedef
57 typedef std::tuple<short, unsigned long> T2; in test() typedef
67 typedef std::tuple<short, long, unsigned int> T2; in test() typedef
80 typedef std::tuple<double> T2; in test() typedef
88 typedef std::tuple<double, unsigned int> T2; in test() typedef
98 typedef std::tuple<double, long, unsigned int> T2; in test() typedef
110 typedef std::tuple<double> T2; in test() typedef
117 typedef std::tuple<float, float> T2; in test() typedef
124 typedef std::tuple<double, double, float> T2; in test() typedef
133 typedef std::tuple<int, long, unsigned short> T2; in test() typedef
[all …]
Dlt.pass.cpp41 typedef std::tuple<> T2; in main() typedef
51 typedef std::tuple<double> T2; in main() typedef
61 typedef std::tuple<double> T2; in main() typedef
71 typedef std::tuple<double> T2; in main() typedef
81 typedef std::tuple<double, long> T2; in main() typedef
91 typedef std::tuple<double, long> T2; in main() typedef
101 typedef std::tuple<double, long> T2; in main() typedef
111 typedef std::tuple<double, long> T2; in main() typedef
121 typedef std::tuple<double, long> T2; in main() typedef
131 typedef std::tuple<double, long, int> T2; in main() typedef
[all …]
Deq.pass.cpp29 typedef std::tuple<> T2; in main() typedef
37 typedef std::tuple<double> T2; in main() typedef
45 typedef std::tuple<double> T2; in main() typedef
53 typedef std::tuple<double, long> T2; in main() typedef
61 typedef std::tuple<double, long> T2; in main() typedef
69 typedef std::tuple<double, long> T2; in main() typedef
77 typedef std::tuple<double, long> T2; in main() typedef
85 typedef std::tuple<double, long, int> T2; in main() typedef
93 typedef std::tuple<double, long, int> T2; in main() typedef
101 typedef std::tuple<double, long, int> T2; in main() typedef
[all …]
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.rel/
Dlt.pass.cpp42 typedef std::tuple<> T2; in main() typedef
52 typedef std::tuple<double> T2; in main() typedef
62 typedef std::tuple<double> T2; in main() typedef
72 typedef std::tuple<double> T2; in main() typedef
82 typedef std::tuple<double, long> T2; in main() typedef
92 typedef std::tuple<double, long> T2; in main() typedef
102 typedef std::tuple<double, long> T2; in main() typedef
112 typedef std::tuple<double, long> T2; in main() typedef
122 typedef std::tuple<double, long> T2; in main() typedef
132 typedef std::tuple<double, long, int> T2; in main() typedef
[all …]
Deq.pass.cpp30 typedef std::tuple<> T2; in main() typedef
38 typedef std::tuple<double> T2; in main() typedef
46 typedef std::tuple<double> T2; in main() typedef
54 typedef std::tuple<double, long> T2; in main() typedef
62 typedef std::tuple<double, long> T2; in main() typedef
70 typedef std::tuple<double, long> T2; in main() typedef
78 typedef std::tuple<double, long> T2; in main() typedef
86 typedef std::tuple<double, long, int> T2; in main() typedef
94 typedef std::tuple<double, long, int> T2; in main() typedef
102 typedef std::tuple<double, long, int> T2; in main() typedef
[all …]
/external/clang/INPUTS/
Dc99-intconst-1.c29 #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 …]
/external/arm-neon-tests/
Dref_vcvt.c41 #define TEST_VCVT(Q, T1, T2, W, N, TS1, TS2) \ in exec_vcvt() argument
48 #define TEST_VCVT_FP(Q, T1, T2, W, N, TS1, TS2) \ in exec_vcvt() argument
56 #define TEST_VCVT_FP16(T1, T2, W1, W2, N) \ in exec_vcvt() argument
63 #define TEST_VCVT_2FP16(T1, T2, W1, W2, N) \ in exec_vcvt() argument
71 #define TEST_VCVT_N(Q, T1, T2, W, N, TS1, TS2, V) \ in exec_vcvt() argument
78 #define TEST_VCVT_N_FP(Q, T1, T2, W, N, TS1, TS2, V) \ in exec_vcvt() argument
Dref_vreinterpret.c41 #define TEST_VREINTERPRET(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
48 #define TEST_VREINTERPRET_POLY(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
55 #define TEST_VREINTERPRET_FP(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
63 #define TEST_VREINTERPRET_FP16(Q, T1, T2, W, N, TS1, TS2, WS, NS) \ in exec_vreinterpret() argument
Dref_vget_lane.c37 #define TEST_VGET_LANE(Q, T1, T2, W, N, L) \ in exec_vget_lane() argument
42 #define TEST_VGET_LANE_POLY(Q, T1, T2, W, N, L) \ in exec_vget_lane() argument
53 #define TEST_VGET_LANE_F(Q, T1, T2, W, N, L) \ in exec_vget_lane() argument
Dref_vtst.c47 #define TEST_BINARY_OP1(INSN, Q, T1, T2, W, N) \ in FNNAME() argument
54 #define TEST_BINARY_OP(INSN, Q, T1, T2, W, N) \ in FNNAME() argument
83 #define TEST_MACRO_NO64BIT_VARIANT_1_5(MACRO, VAR, T1, T2) \ in FNNAME() argument
Dref_vqdmulh.c43 #define TEST_VQDMULH2(INSN, Q, T1, T2, W, N) \ in FNNAME() argument
54 #define TEST_VQDMULH1(INSN, Q, T1, T2, W, N) \ in FNNAME() argument
57 #define TEST_VQDMULH(Q, T1, T2, W, N) \ in FNNAME() argument
Dref_vqdmull.c42 #define TEST_VQDMULL2(INSN, T1, T2, W, W2, N) \ in FNNAME() argument
53 #define TEST_VQDMULL1(INSN, T1, T2, W, W2, N) \ in FNNAME() argument
56 #define TEST_VQDMULL(T1, T2, W, W2, N) \ in FNNAME() argument
Dref_vqrdmulh.c43 #define TEST_VQRDMULH2(INSN, Q, T1, T2, W, N) \ in FNNAME() argument
54 #define TEST_VQRDMULH1(INSN, Q, T1, T2, W, N) \ in FNNAME() argument
57 #define TEST_VQRDMULH(Q, T1, T2, W, N) \ in FNNAME() argument
Dref_vtbX.c44 #define TEST_VTBL1(T1, T2, T3, W, N) \ in exec_vtbX() argument
54 #define TEST_VTBLX(T1, T2, T3, W, N, X) \ in exec_vtbX() argument
163 #define TEST_VTBX1(T1, T2, T3, W, N) \ in exec_vtbX() argument
174 #define TEST_VTBXX(T1, T2, T3, W, N, X) \ in exec_vtbX() argument
Dref_vqrshrun_n.c43 #define TEST_VQRSHRUN_N2(INSN, T1, T2, W, W2, N, V) \ in FNNAME() argument
54 #define TEST_VQRSHRUN_N1(INSN, T1, T2, W, W2, N, V) \ in FNNAME() argument
57 #define TEST_VQRSHRUN_N(T1, T2, W, W2, N, V) \ in FNNAME() argument
Dref_vqshrun_n.c43 #define TEST_VQSHRUN_N2(INSN, T1, T2, W, W2, N, V) \ in FNNAME() argument
54 #define TEST_VQSHRUN_N1(INSN, T1, T2, W, W2, N, V) \ in FNNAME() argument
57 #define TEST_VQSHRUN_N(T1, T2, W, W2, N, V) \ in FNNAME() argument
Dref_vqrshl.c43 #define TEST_VQRSHL2(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument
54 #define TEST_VQRSHL1(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument
57 #define TEST_VQRSHL(T3, Q, T1, T2, W, N) \ in FNNAME() argument
Dref_vqrshrn_n.c43 #define TEST_VQRSHRN_N2(INSN, T1, T2, W, W2, N, V) \ in FNNAME() argument
54 #define TEST_VQRSHRN_N1(INSN, T1, T2, W, W2, N, V) \ in FNNAME() argument
57 #define TEST_VQRSHRN_N(T1, T2, W, W2, N, V) \ in FNNAME() argument
Dref_vqshl.c43 #define TEST_VQSHL2(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument
54 #define TEST_VQSHL1(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument
57 #define TEST_VQSHL(T3, Q, T1, T2, W, N) \ in FNNAME() argument
Dref_vqshl_n.c43 #define TEST_VQSHL_N2(INSN, Q, T1, T2, W, N, V) \ in FNNAME() argument
54 #define TEST_VQSHL_N1(INSN, T3, Q, T1, T2, W, N) \ in FNNAME() argument
57 #define TEST_VQSHL_N(T3, Q, T1, T2, W, N) \ in FNNAME() argument
Dref_vqshrn_n.c43 #define TEST_VQSHRN_N2(INSN, T1, T2, W, W2, N, V) \ in FNNAME() argument
54 #define TEST_VQSHRN_N1(INSN, T1, T2, W, W2, N, V) \ in FNNAME() argument
57 #define TEST_VQSHRN_N(T1, T2, W, W2, N, V) \ in FNNAME() argument
/external/clang/test/CodeGen/
Dmips-zero-sized-struct.c12 typedef struct T2 { } T2; struct
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/api/
DJazzer.java208 public static <T1, T2, R> R autofuzz(FuzzedDataProvider data, Function2<T1, T2, R> func) { in autofuzz() argument
238 public static <T1, T2, T3, R> R autofuzz(FuzzedDataProvider data, Function3<T1, T2, T3, R> func) { in autofuzz() argument
268 public static <T1, T2, T3, T4, R> R autofuzz( in autofuzz() argument
299 public static <T1, T2, T3, T4, T5, R> R autofuzz( in autofuzz() argument
377 public static <T1, T2, T3> void autofuzz(FuzzedDataProvider data, Consumer3<T1, T2, T3> func) { in autofuzz() argument
402 public static <T1, T2, T3, T4> void autofuzz( in autofuzz() argument
428 public static <T1, T2, T3, T4, T5> void autofuzz( in autofuzz() argument
/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp125 using T2 = int; in test_bullet_three_one() typedef
131 using T2 = long; in test_bullet_three_one() typedef
163 using T2 = int*; in test_bullet_three_two() typedef
171 using T2 = void; in test_bullet_three_two() typedef
177 using T2 = X<int>; in test_bullet_three_two() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp149 typedef int T2; in test_bullet_three_one() typedef
155 typedef long T2; in test_bullet_three_one() typedef
190 typedef int* T2; in test_bullet_three_three() typedef
198 typedef void T2; in test_bullet_three_three() typedef
204 typedef X<int> T2; in test_bullet_three_three() typedef

12345678910>>...13