/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
H A D | floating_point.pass.cpp | 30 void test_floating_point() in test_floating_point() function 40 test_floating_point<float>(); in main() 41 test_floating_point<double>(); in main() 42 test_floating_point<long double>(); in main()
|
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/ |
H A D | floating_point.pass.cpp | 29 void test_floating_point() in test_floating_point() function 39 test_floating_point<float>(); in main() 40 test_floating_point<double>(); in main() 41 test_floating_point<long double>(); in main()
|
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
H A D | floating_point.pass.cpp | 39 void test_floating_point() in test_floating_point() function 51 test_floating_point<float>(); in main() 52 test_floating_point<double>(); in main() 53 test_floating_point<long double>(); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.cat/ |
H A D | floating_point.pass.cpp | 38 void test_floating_point() in test_floating_point() function 50 test_floating_point<float>(); in main() 51 test_floating_point<double>(); in main() 52 test_floating_point<long double>(); in main()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/align/test/ |
D | alignment_of_test.cpp | 156 void test_floating_point() in test_floating_point() function 211 test_floating_point(); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/containers/container.adaptors/container.adaptors.format/ |
H A D | format.functions.tests.h | 532 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_floating_point() function 657 void test_floating_point(TestFunction check, ExceptionTest check_exception) { in test_floating_point() function 659 test_floating_point<CharT>(check, check_exception, std::queue{input.begin(), input.end()}); in test_floating_point() 660 …test_floating_point<CharT>(check, check_exception, std::priority_queue{input.begin(), input.end(),… in test_floating_point() 661 test_floating_point<CharT>(check, check_exception, std::stack{input.begin(), input.end()}); in test_floating_point() 974 test_floating_point<CharT>(check, check_exception); in format_tests()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtset/ |
H A D | format.functions.tests.h | 712 void test_floating_point(TestFunction check, ExceptionTest check_exception, auto&& input) { in test_floating_point() function 838 void test_floating_point(TestFunction check, ExceptionTest check_exception) { in test_floating_point() function 839 test_floating_point<CharT>(check, check_exception, std::set{-42.5f, 0.0f, 1.25f, 42.5f}); in test_floating_point() 840 test_floating_point<CharT>(check, check_exception, std::multiset{-42.5, 0.0, 1.25, 42.5}); in test_floating_point() 841 test_floating_point<CharT>(check, check_exception, std::set{-42.5l, 0.0l, 1.25l, 42.5l}); in test_floating_point() 1511 test_floating_point<CharT>(check, check_exception); in format_tests()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtmap/ |
H A D | format.functions.tests.h | 451 void test_floating_point(TestFunction check, ExceptionTest check_exception) { in test_floating_point() function 847 test_floating_point<CharT>(check, check_exception); in format_tests()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/iostream.format/output.streams/ostream.formatted/ostream.formatted.print/ |
H A D | locale-specific_form.pass.cpp | 2172 static void test_floating_point() { in test_floating_point() function 2194 test_floating_point<float>(); in main() 2195 test_floating_point<double>(); in main() 2196 test_floating_point<long double>(); in main()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.functions/ |
H A D | locale-specific_form.pass.cpp | 2297 void test_floating_point() { in test_floating_point() function 2320 test_floating_point<float, CharT>(); in test() 2321 test_floating_point<double, CharT>(); in test() 2322 test_floating_point<long double, CharT>(); in test()
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | test_pytorch_onnx_onnxruntime.py | 1651 def test_floating_point(self): member in TestONNXRuntime
|