Home
last modified time | relevance | path

Searched refs:test_floating_point (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.unary/meta.unary.comp/
H A Dfloating_point.pass.cpp30 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 Dfloating_point.pass.cpp29 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 Dfloating_point.pass.cpp39 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 Dfloating_point.pass.cpp38 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/
Dalignment_of_test.cpp156 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 Dformat.functions.tests.h532 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()
660test_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 Dformat.functions.tests.h712 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 Dformat.functions.tests.h451 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 Dlocale-specific_form.pass.cpp2172 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 Dlocale-specific_form.pass.cpp2297 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 Dtest_pytorch_onnx_onnxruntime.py1651 def test_floating_point(self): member in TestONNXRuntime