Home
last modified time | relevance | path

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

/external/llvm-project/libc/test/src/math/
Dhypot_test.cpp20 TEST_F(HypotTest, NormalRange) { testNormalRange(&__llvm_libc::hypot); } in TEST_F()
Dhypotf_test.cpp20 TEST_F(HypotfTest, NormalRange) { testNormalRange(&__llvm_libc::hypotf); } in TEST_F()
Dilogb_test.cpp35 testNormalRange<double>(&__llvm_libc::ilogb); in TEST_F()
Dilogbf_test.cpp35 testNormalRange<float>(&__llvm_libc::ilogbf); in TEST_F()
Dilogbl_test.cpp37 testNormalRange<long double>(&__llvm_libc::ilogbl); in TEST_F()
DRemQuoTest.h112 void testNormalRange(RemQuoFunc func) { in testNormalRange() function
142 TEST_F(RemQuoTest, NormalRange) { testNormalRange(&func); }
DHypotTest.h61 void testNormalRange(Func func) { in testNormalRange() function
DILogbTest.h91 template <typename T> void testNormalRange(typename ILogbFunc<T>::Func func) { in testNormalRange() function