Home
last modified time | relevance | path

Searched defs:g0 (Results 1 – 25 of 144) sorted by relevance

123456

/external/mesa3d/src/intel/compiler/
Dtest_eu_compact.cpp223 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local
232 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local
240 struct brw_reg g0 = retype(brw_vec8_grf(0, 0), BRW_REGISTER_TYPE_D); in TEST_P() local
248 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local
256 struct brw_reg g0 = brw_vec1_grf(0, 0); in TEST_P() local
265 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local
280 struct brw_reg g0 = brw_vec8_grf(0, 0); in TEST_P() local
/external/mesa3d/src/intel/compiler/elk/
Delk_test_eu_compact.cpp265 struct elk_reg g0 = elk_vec8_grf(0, 0); in TEST_P() local
274 struct elk_reg g0 = elk_vec8_grf(0, 0); in TEST_P() local
282 struct elk_reg g0 = retype(elk_vec8_grf(0, 0), ELK_REGISTER_TYPE_D); in TEST_P() local
290 struct elk_reg g0 = elk_vec8_grf(0, 0); in TEST_P() local
307 struct elk_reg g0 = elk_vec1_grf(0, 0); in TEST_P() local
325 struct elk_reg g0 = elk_vec8_grf(0, 0); in TEST_P() local
340 struct elk_reg g0 = elk_vec8_grf(0, 0); in TEST_P() local
/external/sdv/vsomeip/third_party/boost/bind/test/
Dmem_fn_noexcept_test.cpp24 int g0() const noexcept { g1(17); return 0; } in g0() function
80 mem_fn(&X::g0)(x); in main() local
81 mem_fn(&X::g0)(rcx); in main() local
83 mem_fn(&X::g0)(pcx); in main() local
84 mem_fn(&X::g0)(sp); in main() local
Dmem_fn_void_test.cpp41 void g0() const { g1(17); } in g0() function
97 mem_fn(&X::g0)(x); in main() local
98 mem_fn(&X::g0)(rcx); in main() local
100 mem_fn(&X::g0)(pcx); in main() local
101 mem_fn(&X::g0)(sp); in main() local
Dmem_fn_test.cpp41 int g0() const { g1(17); return 0; } in g0() function
97 mem_fn(&X::g0)(x); in main() local
98 mem_fn(&X::g0)(rcx); in main() local
100 mem_fn(&X::g0)(pcx); in main() local
101 mem_fn(&X::g0)(sp); in main() local
Dmem_fn_derived_test.cpp41 int g0() const { g1(17); return 0; } in g0() function
101 mem_fn(&X::g0)(x); in main() local
102 mem_fn(&X::g0)(rcx); in main() local
104 mem_fn(&X::g0)(pcx); in main() local
105 mem_fn(&X::g0)(sp); in main() local
Dmem_fn_fastcall_test.cpp51 void __fastcall g0() const { g1(17); } in g0() function
107 mem_fn(&X::g0)(x); in main() local
108 mem_fn(&X::g0)(rcx); in main() local
110 mem_fn(&X::g0)(pcx); in main() local
111 mem_fn(&X::g0)(sp); in main() local
Dmem_fn_stdcall_test.cpp51 int __stdcall g0() const { g1(17); return 0; } in g0() function
107 mem_fn(&X::g0)(x); in main() local
108 mem_fn(&X::g0)(rcx); in main() local
110 mem_fn(&X::g0)(pcx); in main() local
111 mem_fn(&X::g0)(sp); in main() local
Dmem_fn_cdecl_test.cpp51 int __cdecl g0() const { g1(17); return 0; } in g0() function
107 mem_fn(&X::g0)(x); in main() local
108 mem_fn(&X::g0)(rcx); in main() local
110 mem_fn(&X::g0)(pcx); in main() local
111 mem_fn(&X::g0)(sp); in main() local
Dbind_noexcept_mf_test.cpp33 int g0() const noexcept { g1(17); return 0; } in g0() function
69 boost::bind(&X::g0, &x)(); in member_function_test() local
70 boost::bind(&X::g0, x)(); in member_function_test() local
71 boost::bind(&X::g0, boost::ref(x))(); in member_function_test() local
Dbind_cdecl_mf_test.cpp42 int __cdecl g0() const { g1(17); return 0; } in g0() function
80 bind(&X::g0, &x)(); in member_function_test() local
81 bind(&X::g0, x)(); in member_function_test() local
82 bind(&X::g0, ref(x))(); in member_function_test() local
Dbind_fastcall_mf_test.cpp42 void __fastcall g0() const { g1(17); } in g0() function
80 bind(&X::g0, &x)(); in member_function_test() local
81 bind(&X::g0, x)(); in member_function_test() local
82 bind(&X::g0, ref(x))(); in member_function_test() local
Dbind_stdcall_mf_test.cpp42 int __stdcall g0() const { g1(17); return 0; } in g0() function
80 bind(&X::g0, &x)(); in member_function_test() local
81 bind(&X::g0, x)(); in member_function_test() local
82 bind(&X::g0, ref(x))(); in member_function_test() local
/external/clang/test/CodeGen/
DPR3613-static-decl.c8 static struct s0 g0; variable
14 static struct s0 g0 = {3}; variable
/external/lzma/C/
DSha256Opt.c107 #define SM1(g0, g1, g2, g3) \ argument
110 #define SM2(g0, g1, g2, g3) \ argument
119 #define NNN(g0, g1, g2, g3) argument
137 #define R4(k, g0, g1, g2, g3, OP0, OP1) \ argument
350 #define SM1(g0, g1, g2, g3) SHA256_SU0(g3, g0) argument
351 #define SM2(g0, g1, g2, g3) SHA25G_SU1(g2, g0, g1) argument
352 #define NNN(g0, g1, g2, g3) argument
355 #define R4(k, g0, g1, g2, g3, OP0, OP1) \ argument
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/util/
DTestDelegates.java304 JsonGenerator g0 = JSON_F.createGenerator(sw); in testGeneratorDelegate() local
365 JsonGenerator g0 = JSON_F.createGenerator(sw); in testGeneratorDelegateArrays() local
386 JsonGenerator g0 = JSON_F.createGenerator(sw); in testGeneratorDelegateComments() local
411 JsonGenerator g0 = JSON_F.createGenerator(sw); in testDelegateCopyMethods() local
455 JsonGenerator g0 = JSON_F.createGenerator(sw); in testGeneratorWithCodec() local
/external/sdv/vsomeip/third_party/boost/phoenix/test/boost_bind_compatibility/
Dbind_void_mf_test.cpp49 int g0() const { g1(17); return 0; } in g0() function
87 bind<void>(&X::g0, &x)(); in member_function_test() local
88 bind<void>(&X::g0, x)(); in member_function_test() local
89 bind<void>(&X::g0, ref(x))(); in member_function_test() local
Dbind_mf2_test.cpp41 int g0() const { g1(17); return 0; } in g0() function
80 bind(&X::g0, &x )(); in member_function_test() local
81 bind(&X::g0, x )(); in member_function_test() local
82 bind(&X::g0, ref(x) )(); in member_function_test() local
Dbind_stdcall_mf_test.cpp43 int __stdcall g0() const { g1(17); return 0; } in g0() function
84 bind(&X::g0, &x)(); in member_function_test() local
85 bind(&X::g0, x)(); in member_function_test() local
86 bind(&X::g0, ref(x))(); in member_function_test() local
Dbind_cdecl_mf_test.cpp23 int __cdecl g0() const { g1(17); return 0; } in g0() function
62 bind(&X::g0, &x)(); in member_function_test() local
63 bind(&X::g0, x)(); in member_function_test() local
64 bind(&X::g0, ref(x))(); in member_function_test() local
Dbind_fastcall_mf_test.cpp43 void __fastcall g0() const { g1(17); } in g0() function
82 bind(&X::g0, &x)(); in member_function_test() local
83 bind(&X::g0, x)(); in member_function_test() local
84 bind(&X::g0, ref(x))(); in member_function_test() local
/external/clang/test/Sema/
Dmerge-decls.c27 Vf2 g0; // expected-note {{previous definition is here}} variable
28 Vi2 g0; // expected-error {{redefinition of 'g0'}} variable
/external/sdv/vsomeip/third_party/boost/optional/test/
Doptional_test_inplace_factory.cpp46 Guard g0, g1(1.0, "one"), g2(2.0, "two"); in test_ctor() local
77 Guard g0, g1(1.0, "one"), g2(2.0, "two"); in test_assign() local
/external/sdv/vsomeip/third_party/boost/mpl/test/
Dapply_wrap.cpp72 struct g0 { struct apply { typedef char type; }; }; argument
/external/skia/src/core/
DSkMaskBlurFilter.cpp416 const fp88& g0, const fp88& g1, const fp88&, const fp88&, const fp88&, in blur_x_radius_1()
437 const fp88& g0, const fp88& g1, const fp88& g2, const fp88&, const fp88&, in blur_x_radius_2()
465 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88&, in blur_x_radius_3()
502 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_x_radius_4()
550 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_row()
597 fp88 g0(gauss[0]), in blur_x_rect() local
689 const fp88& g0, const fp88& g1, const fp88&, const fp88&, const fp88&, in blur_y_radius_1()
703 const fp88& g0, const fp88& g1, const fp88& g2, const fp88&, const fp88&, in blur_y_radius_2()
720 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88&, in blur_y_radius_3()
740 const fp88& g0, const fp88& g1, const fp88& g2, const fp88& g3, const fp88& g4, in blur_y_radius_4()
[all …]

123456