Home
last modified time | relevance | path

Searched refs:testPowersOfTwo (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/libc/test/src/math/
Dilogb_test.cpp23 testPowersOfTwo<double>(&__llvm_libc::ilogb); in TEST_F()
Dilogbf_test.cpp23 testPowersOfTwo<float>(&__llvm_libc::ilogbf); in TEST_F()
Dilogbl_test.cpp25 testPowersOfTwo<long double>(&__llvm_libc::ilogbl); in TEST_F()
DLdExpTest.h51 void testPowersOfTwo(LdExpFunc func) { in testPowersOfTwo() function
145 TEST_F(LdExpTest, PowersOfTwo) { testPowersOfTwo(&func); } \
DILogbTest.h34 template <typename T> void testPowersOfTwo(typename ILogbFunc<T>::Func func) { in testPowersOfTwo() function