Searched refs:test_powers_of_two (Results 1 – 4 of 4) sorted by relevance
23 test_powers_of_two<float>(&__llvm_libc::ilogbf); in TEST_F()
23 test_powers_of_two<double>(&__llvm_libc::ilogb); in TEST_F()
25 test_powers_of_two<long double>(&__llvm_libc::ilogbl); in TEST_F()
36 void test_powers_of_two(typename ILogbFunc<T>::Func func) { in test_powers_of_two() function