/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | calling-convention-attributes.c | 22 typedef void (__attribute__((__fastcall__)) *f_2)(void); typedef 23 typedef f_2 f_2ptr;
|
/third_party/boost/libs/bind/test/ |
D | bind_stdcall_test.cpp | 49 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()
|
D | bind_fastcall_test.cpp | 47 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()
|
D | bind_noexcept_test.cpp | 37 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()
|
D | bind_no_placeholders_test.cpp | 29 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()
|
D | bind_void_test.cpp | 41 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()
|
D | bind_test.cpp | 39 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()
|
D | bind_fn2_test.cpp | 39 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()
|
D | bind_const_test.cpp | 39 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()
|
D | bind_eq_test.cpp | 54 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/ |
D | bind_stdcall_test.cpp | 48 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()
|
D | bind_fastcall_test.cpp | 48 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()
|
D | bind_void_test.cpp | 50 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()
|
D | bind_fn2_test.cpp | 48 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
|
D | bind_test.cpp | 47 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()
|
D | bind_const_test.cpp | 47 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()
|
D | bind_eq_test.cpp | 64 int f_2(X, X) in f_2() function 399 test_2( f_2 ); in main()
|
/third_party/boost/libs/python/test/ |
D | calling_conventions.cpp | 94 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/ |
D | huge_struct.c | 89 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/ |
D | lazy.cpp | 68 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/ |
D | this.cpp | 28 void f_2(T0 t) in f_2() function
|
/third_party/mindspore/tests/st/gnn/ |
D | aggregator.py | 303 f_2 = self.f_2_transform(feature) 304 logits = f_1 + P.Transpose()(f_2, (0, 2, 1))
|