Home
last modified time | relevance | path

Searched refs:tester2 (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/core/test/
Deif_partial_specializations.cpp38 struct tester2;
41 struct tester2<T, typename enable_if<is_arithmetic<T> >::type> { struct
46 struct tester2<T, typename disable_if<is_arithmetic<T> >::type> { struct
78 BOOST_TEST(tester2<int>::value); in main()
79 BOOST_TEST(tester2<double>::value); in main()
81 BOOST_TEST(!tester2<char*>::value); in main()
82 BOOST_TEST(!tester2<void*>::value); in main()
/third_party/boost/libs/geometry/test/util/
Dpromote_integral.cpp516 typedef test_promote_integral<false> tester2; in BOOST_AUTO_TEST_CASE() typedef
522 tester2::apply<user_signed_type1, user_signed_type1>("u1s"); in BOOST_AUTO_TEST_CASE()
523 tester2::apply<user_signed_type2, user_signed_type2>("u2s"); in BOOST_AUTO_TEST_CASE()
524 tester2::apply<user_unsigned_type1, user_unsigned_type1>("u1u"); in BOOST_AUTO_TEST_CASE()
525 tester2::apply<user_unsigned_type2, user_unsigned_type2>("u1u"); in BOOST_AUTO_TEST_CASE()
532 typedef test_promote_integral<false> tester2; in BOOST_AUTO_TEST_CASE() typedef
539 tester2::apply<float, float>("fp-f"); in BOOST_AUTO_TEST_CASE()
540 tester2::apply<double, double>("fp-d"); in BOOST_AUTO_TEST_CASE()
541 tester2::apply<long double, long double>("fp-ld"); in BOOST_AUTO_TEST_CASE()
545 tester2::apply<ttmath_big, ttmath_big>("fp-tt"); in BOOST_AUTO_TEST_CASE()
/third_party/boost/libs/gil/test/core/
Dpromote_integral.cpp345 using tester2 = test_promote_integral<false>; in test_floating_point() typedef
352 tester2::apply<float, float>("fp-f"); in test_floating_point()
353 tester2::apply<double, double>("fp-d"); in test_floating_point()
354 tester2::apply<long double, long double>("fp-ld"); in test_floating_point()
/third_party/boost/libs/geometry/test/algorithms/distance/
Ddistance_geo_pl_l.cpp399 typedef test_distance_of_geometries<point_type_rad, segment_type> tester2; in test_distance_point_segment_rad_mix() typedef
417 tester2::apply("p-s-mix2", in test_distance_point_segment_rad_mix()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/arch-mx7/
Dimx-regs.h942 u32 tester2; member