Searched refs:test_1_3 (Results 1 – 7 of 7) sorted by relevance
130 constexpr bool test_1_3() in test_1_3() function247 test_1_3(); in main()250 static_assert(test_1_3()); in main()
106 constexpr bool test_1_3() in test_1_3() function500 test_1_3<float>(); in main()501 test_1_3<double>(); in main()502 test_1_3<long double>(); in main()506 static_assert(test_1_3<float>()); in main()507 static_assert(test_1_3<double>()); in main()508 static_assert(test_1_3<long double>()); in main()
130 constexpr bool test_1_3() in test_1_3() function 369 test_1_3();373 static_assert(test_1_3());
106 constexpr bool test_1_3() in test_1_3() function 615 test_1_3<float>();616 test_1_3<double>();617 test_1_3<long double>();622 static_assert(test_1_3<float>());623 static_assert(test_1_3<double>());624 static_assert(test_1_3<long double>());
110 constexpr bool test_1_3() in test_1_3() function 568 test_1_3<float>();569 test_1_3<double>();571 test_1_3<long double>(); // UNIMPLEMENTED when long double is a distinct type576 static_assert(test_1_3<float>());577 static_assert(test_1_3<double>());579 static_assert(test_1_3<long double>()); // UNIMPLEMENTED when long double is a distinct type
110 constexpr bool test_1_3() in test_1_3() function 455 test_1_3<float>(); in main() 456 test_1_3<double>(); in main() 458 test_1_3<long double>(); // UNIMPLEMENTED when long double is a distinct type in main() 462 static_assert(test_1_3<float>()); in main() 463 static_assert(test_1_3<double>()); in main() 465 static_assert(test_1_3<long double>()); // UNIMPLEMENTED when long double is a distinct type in main()
233 NeedValue test_1_3() { in test_1_3() function