Home
last modified time | relevance | path

Searched refs:test_normal_range (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A DSqrtTest.h56 void test_normal_range(SqrtFunc func) { in test_normal_range() function
91 TEST_F(LlvmLibcSqrtTest, NormalRange) { test_normal_range(&func); }
H A Dfmaf_test.cpp23 TEST_F(LlvmLibcFmafTest, NormalRange) { test_normal_range(&__llvm_libc::fmaf); } in TEST_F()
H A Dhypot_test.cpp24 test_normal_range(&__llvm_libc::hypot); in TEST_F()
H A Dhypotf_test.cpp25 test_normal_range(&__llvm_libc::hypotf); in TEST_F()
H A Dilogbf_test.cpp35 test_normal_range<float>(&__llvm_libc::ilogbf); in TEST_F()
H A Dilogb_test.cpp35 test_normal_range<double>(&__llvm_libc::ilogb); in TEST_F()
H A Dilogbl_test.cpp37 test_normal_range<long double>(&__llvm_libc::ilogbl); in TEST_F()
H A Dfma_test.cpp287 TEST_F(LlvmLibcFmaTest, NormalRange) { test_normal_range(&__llvm_libc::fma); } in TEST_F()
H A DHypotTest.h72 void test_normal_range(Func func) { in test_normal_range() function
H A DILogbTest.h94 void test_normal_range(typename ILogbFunc<T>::Func func) { in test_normal_range() function
H A DFmaTest.h84 void test_normal_range(Func func) { in test_normal_range() function