Home
last modified time | relevance | path

Searched refs:test_powers_of_two (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A Dilogbf_test.cpp23 test_powers_of_two<float>(&__llvm_libc::ilogbf); in TEST_F()
H A Dilogb_test.cpp23 test_powers_of_two<double>(&__llvm_libc::ilogb); in TEST_F()
H A Dilogbl_test.cpp25 test_powers_of_two<long double>(&__llvm_libc::ilogbl); in TEST_F()
H A DILogbTest.h36 void test_powers_of_two(typename ILogbFunc<T>::Func func) { in test_powers_of_two() function