Searched refs:test_is_floating_point (Results 1 – 6 of 6) sorted by relevance
19 void test_is_floating_point() in test_is_floating_point() function76 test_is_floating_point<float>(); in main()77 test_is_floating_point<double>(); in main()78 test_is_floating_point<long double>(); in main()
18 void test_is_floating_point() in test_is_floating_point() function75 test_is_floating_point<float>(); in main()76 test_is_floating_point<double>(); in main()77 test_is_floating_point<long double>(); in main()
1722 def test_is_floating_point(self): member in TestVmapOperatorsLegacy
832 def test_is_floating_point(x): member in FunctionTests
1654 def test_is_floating_point(self): member in MiscTests
2396 def test_is_floating_point(self): member in TestVmapOperators