Searched refs:testSubnormalRange (Results 1 – 8 of 8) sorted by relevance
18 TEST_F(HypotTest, SubnormalRange) { testSubnormalRange(&__llvm_libc::hypot); } in TEST_F()
18 TEST_F(HypotfTest, SubnormalRange) { testSubnormalRange(&__llvm_libc::hypotf); } in TEST_F()
31 testSubnormalRange<double>(&__llvm_libc::ilogb); in TEST_F()
31 testSubnormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
33 testSubnormalRange<long double>(&__llvm_libc::ilogbl); in TEST_F()
97 void testSubnormalRange(RemQuoFunc func) { in testSubnormalRange() function141 TEST_F(RemQuoTest, SubnormalRange) { testSubnormalRange(&func); } \
47 void testSubnormalRange(Func func) { in testSubnormalRange() function
73 void testSubnormalRange(typename ILogbFunc<T>::Func func) { in testSubnormalRange() function