Home
last modified time | relevance | path

Searched refs:testSubnormalRange (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/libc/test/src/math/
Dhypot_test.cpp18 TEST_F(HypotTest, SubnormalRange) { testSubnormalRange(&__llvm_libc::hypot); } in TEST_F()
Dhypotf_test.cpp18 TEST_F(HypotfTest, SubnormalRange) { testSubnormalRange(&__llvm_libc::hypotf); } in TEST_F()
Dilogb_test.cpp31 testSubnormalRange<double>(&__llvm_libc::ilogb); in TEST_F()
Dilogbf_test.cpp31 testSubnormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
Dilogbl_test.cpp33 testSubnormalRange<long double>(&__llvm_libc::ilogbl); in TEST_F()
DRemQuoTest.h97 void testSubnormalRange(RemQuoFunc func) { in testSubnormalRange() function
141 TEST_F(RemQuoTest, SubnormalRange) { testSubnormalRange(&func); } \
DHypotTest.h47 void testSubnormalRange(Func func) { in testSubnormalRange() function
DILogbTest.h73 void testSubnormalRange(typename ILogbFunc<T>::Func func) { in testSubnormalRange() function