Home
last modified time | relevance | path

Searched refs:test_is_floating_point (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.cat/
H A Dis_floating_point.pass.cpp19 void test_is_floating_point() in test_is_floating_point() function
76 test_is_floating_point<float>(); in main()
77 test_is_floating_point<double>(); in main()
78 test_is_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 Dis_floating_point.pass.cpp18 void test_is_floating_point() in test_is_floating_point() function
75 test_is_floating_point<float>(); in main()
76 test_is_floating_point<double>(); in main()
77 test_is_floating_point<long double>(); in main()
/aosp_15_r20/external/pytorch/test/
H A Dtest_legacy_vmap.py1722 def test_is_floating_point(self): member in TestVmapOperatorsLegacy
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_functions.py832 def test_is_floating_point(x): member in FunctionTests
H A Dtest_misc.py1654 def test_is_floating_point(self): member in MiscTests
/aosp_15_r20/external/pytorch/test/functorch/
H A Dtest_vmap.py2396 def test_is_floating_point(self): member in TestVmapOperators