Searched refs:test_powers_of_two (Results 1 – 15 of 15) sorted by relevance
41 void test_powers_of_two(Func func) { in test_powers_of_two() function122 TEST_F(LlvmLibcIntLogbTest, PowersOfTwo) { test_powers_of_two(&Func); } \
23 test_powers_of_two<float>(&LIBC_NAMESPACE::ilogbf); in TEST_F()
23 test_powers_of_two<double>(&LIBC_NAMESPACE::ilogb); in TEST_F()
23 test_powers_of_two<long double>(&LIBC_NAMESPACE::ilogbl); in TEST_F()
39 void test_powers_of_two(typename ILogbFunc<T>::Func func) { in test_powers_of_two() function