Searched refs:testPowersOfTwo (Results 1 – 5 of 5) sorted by relevance
23 testPowersOfTwo<double>(&__llvm_libc::ilogb); in TEST_F()
23 testPowersOfTwo<float>(&__llvm_libc::ilogbf); in TEST_F()
25 testPowersOfTwo<long double>(&__llvm_libc::ilogbl); in TEST_F()
51 void testPowersOfTwo(LdExpFunc func) { in testPowersOfTwo() function145 TEST_F(LdExpTest, PowersOfTwo) { testPowersOfTwo(&func); } \
34 template <typename T> void testPowersOfTwo(typename ILogbFunc<T>::Func func) { in testPowersOfTwo() function