Home
last modified time | relevance | path

Searched refs:f_1 (Results 1 – 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/tint/test/shader_io/
Dshared_struct_storage_buffer.wgsl.expected.spvasm8 OpEntryPoint Fragment %frag_main "frag_main" %f_1 %u_1 %v_1
10 OpName %f_1 "f_1"
21 OpDecorate %f_1 Location 0
34 %f_1 = OpVariable %_ptr_Input_float Input
58 %25 = OpLoad %float %f_1
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-121.js16 function f_1() { function
20 f_1(new f_1);
Dregression-test-issue-381.js20 f_1(function(a_2) {});
/third_party/skia/third_party/externals/tint/test/layout/storage/mat2x2/stride/
D16.spvasm.expected.spvasm17 OpName %f_1 "f_1"
56 %f_1 = OpFunction %void None %26
68 %38 = OpFunctionCall %void %f_1
D16.spvasm.expected.glsl21 void f_1() {
29 f_1();
D16.spvasm.expected.wgsl16 fn f_1() {
24 f_1();
D16.spvasm.expected.msl24 void f_1(device SSBO* const tint_symbol_1) {
31 f_1(tint_symbol_2);
D16.spvasm.expected.hlsl37 void f_1() {
45 f_1();
/third_party/boost/libs/bind/test/
Dbind_test.cpp34 long f_1(long a) in f_1() function
138 BOOST_TEST( bind(f_1, _1)(i) == 1L ); in function_test()
484 BOOST_TEST( bind(f_1, bind(f_1, _1))(x) == 1L ); in nested_bind_test()
485 BOOST_TEST( bind(f_1, bind(f_2, _1, _2))(x, y) == 21L ); in nested_bind_test()
486 BOOST_TEST( bind(f_2, bind(f_1, _1), bind(f_1, _1))(x) == 11L ); in nested_bind_test()
487 BOOST_TEST( bind(f_2, bind(f_1, _1), bind(f_1, _2))(x, y) == 21L ); in nested_bind_test()
488 BOOST_TEST( bind(f_1, bind(f_0))() == 17041L ); in nested_bind_test()
490 BOOST_TEST( (bind(fv_1, bind(f_1, _1))(x), (global_result == 1L)) ); in nested_bind_test()
492 BOOST_TEST( (bind(fv_2, bind(f_1, _1), bind(f_1, _1))(x), (global_result == 11L)) ); in nested_bind_test()
493 BOOST_TEST( (bind(fv_2, bind(f_1, _1), bind(f_1, _2))(x, y), (global_result == 21L)) ); in nested_bind_test()
Dbind_noexcept_test.cpp32 long f_1(long a) noexcept in f_1() function
82 BOOST_TEST( boost::bind(f_1, _1)(i) == 1L ); in function_test()
Dbind_stdcall_test.cpp44 long __stdcall f_1(long a) in f_1() function
96 BOOST_TEST( bind(f_1, _1)(i) == 1L ); in function_test()
Dbind_fastcall_test.cpp42 long __fastcall f_1(long a) in f_1() function
94 BOOST_TEST( bind(f_1, _1)(i) == 1L ); in function_test()
Dbind_no_placeholders_test.cpp24 long f_1(long a) in f_1() function
84 BOOST_TEST( bind(f_1, _1)(1) == 1L ); in function_test()
Dbind_void_test.cpp36 long f_1(long a) in f_1() function
88 BOOST_TEST( (bind<void>(f_1, _1)(i), (global_result == 1L)) ); in function_test()
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_test.cpp42 long f_1(long a) in f_1() function
147 BOOST_TEST( bind(f_1, _1)(i) == 1L ); in function_test()
514 BOOST_TEST( bind(f_1, bind(f_1, _1))(x) == 1L ); in nested_bind_test()
515 BOOST_TEST( bind(f_1, bind(f_2, _1, _2))(x, y) == 21L ); in nested_bind_test()
516 BOOST_TEST( bind(f_2, bind(f_1, _1), bind(f_1, _1))(x) == 11L ); in nested_bind_test()
517 BOOST_TEST( bind(f_2, bind(f_1, _1), bind(f_1, _2))(x, y) == 21L ); in nested_bind_test()
518 BOOST_TEST( bind(f_1, bind(f_0))() == 17041L ); in nested_bind_test()
520 BOOST_TEST( (bind(fv_1, bind(f_1, _1))(x), (global_result == 1L)) ); in nested_bind_test()
522 BOOST_TEST( (bind(fv_2, bind(f_1, _1), bind(f_1, _1))(x), (global_result == 11L)) ); in nested_bind_test()
523 BOOST_TEST( (bind(fv_2, bind(f_1, _1), bind(f_1, _2))(x, y), (global_result == 21L)) ); in nested_bind_test()
Dbind_fastcall_test.cpp43 long __fastcall f_1(long a) in f_1() function
95 BOOST_TEST( bind(f_1, _1)(i) == 1L ); in function_test()
Dbind_stdcall_test.cpp43 long __stdcall f_1(long a) in f_1() function
96 BOOST_TEST( bind(f_1, _1)(i) == 1L ); in function_test()
Dbind_void_test.cpp45 long f_1(long a) in f_1() function
97 BOOST_TEST( (bind<void>(f_1, _1)(i), (global_result == 1L)) ); in function_test()
/third_party/boost/libs/hof/test/
Dlazy.cpp61 struct f_1 { struct
128 …BOOST_HOF_TEST_CHECK( boost::hof::lazy(f_1())( boost::hof::lazy(f_1())(std::placeholders::_1))(x) … in BOOST_HOF_TEST_CASE()
129 …BOOST_HOF_TEST_CHECK( boost::hof::lazy(f_1())( boost::hof::lazy(f_2())(std::placeholders::_1, std:… in BOOST_HOF_TEST_CASE()
130 …T_CHECK( boost::hof::lazy(f_2())( boost::hof::lazy(f_1())(std::placeholders::_1), boost::hof::lazy… in BOOST_HOF_TEST_CASE()
131 …T_CHECK( boost::hof::lazy(f_2())( boost::hof::lazy(f_1())(std::placeholders::_1), boost::hof::lazy… in BOOST_HOF_TEST_CASE()
132 BOOST_HOF_TEST_CHECK( boost::hof::lazy(f_1())( boost::hof::lazy(f_0())())() == 17041L ); in BOOST_HOF_TEST_CASE()
134 …BOOST_HOF_STATIC_TEST_CHECK( boost::hof::lazy(f_1())( boost::hof::lazy(f_1())(test_placeholder<1>(… in BOOST_HOF_TEST_CASE()
135 …BOOST_HOF_STATIC_TEST_CHECK( boost::hof::lazy(f_1())( boost::hof::lazy(f_2())(test_placeholder<1>(… in BOOST_HOF_TEST_CASE()
136 …T_CHECK( boost::hof::lazy(f_2())( boost::hof::lazy(f_1())(test_placeholder<1>()), boost::hof::lazy… in BOOST_HOF_TEST_CASE()
137 …T_CHECK( boost::hof::lazy(f_2())( boost::hof::lazy(f_1())(test_placeholder<1>()), boost::hof::lazy… in BOOST_HOF_TEST_CASE()
[all …]
/third_party/typescript/tests/baselines/reference/
Demitter.asyncGenerators.classMethods.es2015.js78 return __asyncGenerator(this, arguments, function* f_1() { generator
97 return __asyncGenerator(this, arguments, function* f_1() { generator
117 return __asyncGenerator(this, arguments, function* f_1() { generator
149 return __asyncGenerator(this, arguments, function* f_1() { generator
181 return __asyncGenerator(this, arguments, function* f_1() { generator
201 return __asyncGenerator(this, arguments, function* f_1() { generator
221 return __asyncGenerator(this, arguments, function* f_1() { generator
243 return __asyncGenerator(this, arguments, function* f_1() { generator
269 return __asyncGenerator(this, arguments, function* f_1() { generator
Demitter.asyncGenerators.objectLiteralMethods.es2015.js61 return __asyncGenerator(this, arguments, function* f_1() { generator
80 return __asyncGenerator(this, arguments, function* f_1() { generator
100 return __asyncGenerator(this, arguments, function* f_1() { generator
132 return __asyncGenerator(this, arguments, function* f_1() { generator
164 return __asyncGenerator(this, arguments, function* f_1() { generator
184 return __asyncGenerator(this, arguments, function* f_1() { generator
204 return __asyncGenerator(this, arguments, function* f_1() { generator
DnullishCoalescingOperatorInAsyncGenerator(target=es2015).js15 return __asyncGenerator(this, arguments, function* f_1() { generator
/third_party/boost/libs/python/test/
Dcalling_conventions.cpp89 long TESTED_CALLING_CONVENTION f_1(long a)
148 …OOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVENTION)::f_1);
/third_party/skia/third_party/externals/tint/test/bug/tint/
D825.wgsl.expected.hlsl10 const float f_1 = m[i][j];
D825.wgsl.expected.msl8 float const f_1 = m[i][j];

12