Home
last modified time | relevance | path

Searched refs:f_2 (Results 1 – 22 of 22) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dcalling-convention-attributes.c22 typedef void (__attribute__((__fastcall__)) *f_2)(void); typedef
23 typedef f_2 f_2ptr;
/third_party/boost/libs/bind/test/
Dbind_stdcall_test.cpp49 long __stdcall f_2(long a, long b) in f_2() function
97 BOOST_TEST( bind(f_2, _1, 2)(i) == 21L ); in function_test()
Dbind_fastcall_test.cpp47 long __fastcall f_2(long a, long b) in f_2() function
95 BOOST_TEST( bind(f_2, _1, 2)(i) == 21L ); in function_test()
Dbind_noexcept_test.cpp37 long f_2(long a, long b) noexcept in f_2() function
83 BOOST_TEST( boost::bind(f_2, _1, 2)(i) == 21L ); in function_test()
Dbind_no_placeholders_test.cpp29 long f_2(long a, long b) in f_2() function
85 BOOST_TEST( bind(f_2, _1, _2)(1, 2) == 21L ); in function_test()
Dbind_void_test.cpp41 long f_2(long a, long b) in f_2() function
89 BOOST_TEST( (bind<void>(f_2, _1, 2)(i), (global_result == 21L)) ); in function_test()
Dbind_test.cpp39 long f_2(long a, long b) in f_2() function
139 BOOST_TEST( bind(f_2, _1, 2)(i) == 21L ); in function_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()
491 BOOST_TEST( (bind(fv_1, bind(f_2, _1, _2))(x, y), (global_result == 21L)) ); in nested_bind_test()
Dbind_fn2_test.cpp39 long f_2(long a, long b) in f_2() function
137 bind( type<void>(), f_2, 1, 2 )(); BOOST_TEST( global_result == 21L ); in function_test()
Dbind_const_test.cpp39 long f_2(long a, long b) in f_2() function
150 BOOST_TEST( test( bind(f_2, _1, 2), i ) == 21L ); in function_test()
Dbind_eq_test.cpp54 int f_2(X, X) in f_2() function
365 test_2( f_2 ); in main()
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/
Dbind_stdcall_test.cpp48 long __stdcall f_2(long a, long b) in f_2() function
97 BOOST_TEST( bind(f_2, _1, 2)(i) == 21L ); in function_test()
Dbind_fastcall_test.cpp48 long __fastcall f_2(long a, long b) in f_2() function
96 BOOST_TEST( bind(f_2, _1, 2)(i) == 21L ); in function_test()
Dbind_void_test.cpp50 long f_2(long a, long b) in f_2() function
98 BOOST_TEST( (bind<void>(f_2, _1, 2)(i), (global_result == 21L)) ); in function_test()
Dbind_fn2_test.cpp48 long f_2(long a, long b) in f_2() function
146 bind( f_2, 1, 2 )(); BOOST_TEST( global_result == 21L ); in function_test() local
Dbind_test.cpp47 long f_2(long a, long b) in f_2() function
148 BOOST_TEST( bind(f_2, _1, 2)(i) == 21L ); in function_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()
521 BOOST_TEST( (bind(fv_1, bind(f_2, _1, _2))(x, y), (global_result == 21L)) ); in nested_bind_test()
Dbind_const_test.cpp47 long f_2(long a, long b) in f_2() function
159 BOOST_TEST( tester( bind(f_2, _1, 2), i ) == 21L ); in function_test()
Dbind_eq_test.cpp64 int f_2(X, X) in f_2() function
399 test_2( f_2 ); in main()
/third_party/boost/libs/python/test/
Dcalling_conventions.cpp94 long TESTED_CALLING_CONVENTION f_2(long a, long b)
149 …OOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVENTION)::f_2);
/third_party/libffi/testsuite/libffi.closures/
Dhuge_struct.c89 float f_2, in test_large_fn() argument
124 ui64_2 + 2, si64_2 + 2, f_2 + 2, d_2 + 2, ld_2 + 2, (char*)((intptr_t)p_2 + 2), in test_large_fn()
140 ui8_2, si8_2, ui16_2, si16_2, ui32_2, si32_2, ui64_2, si64_2, f_2, d_2, ld_2, (unsigned long)p_2, in test_large_fn()
178 float f_2 = *(float*)args[20]; in cls_large_fn() local
211 ui8_2, si8_2, ui16_2, si16_2, ui32_2, si32_2, ui64_2, si64_2, f_2, d_2, ld_2, p_2, in cls_large_fn()
/third_party/boost/libs/hof/test/
Dlazy.cpp68 struct f_2 { struct
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 …BOOST_HOF_TEST_CHECK( boost::hof::lazy(f_2())( boost::hof::lazy(f_1())(std::placeholders::_1), boo… in BOOST_HOF_TEST_CASE()
131 …BOOST_HOF_TEST_CHECK( boost::hof::lazy(f_2())( boost::hof::lazy(f_1())(std::placeholders::_1), boo… 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 …BOOST_HOF_STATIC_TEST_CHECK( boost::hof::lazy(f_2())( boost::hof::lazy(f_1())(test_placeholder<1>(… in BOOST_HOF_TEST_CASE()
137 …BOOST_HOF_STATIC_TEST_CHECK( boost::hof::lazy(f_2())( boost::hof::lazy(f_1())(test_placeholder<1>(… in BOOST_HOF_TEST_CASE()
141 …BOOST_HOF_TEST_CHECK( (boost::hof::lazy(fv_1())( boost::hof::lazy(f_2())(std::placeholders::_1, st… in BOOST_HOF_TEST_CASE()
619 auto lazy_f_2 = boost::hof::lazy(f_2())(std::placeholders::_1, std::placeholders::_2); in BOOST_HOF_TEST_CASE()
/third_party/boost/libs/phoenix/test/scope/
Dthis.cpp28 void f_2(T0 t) in f_2() function
/third_party/mindspore/tests/st/gnn/
Daggregator.py303 f_2 = self.f_2_transform(feature)
304 logits = f_1 + P.Transpose()(f_2, (0, 2, 1))