Home
last modified time | relevance | path

Searched refs:test_subnormal_range (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A Dfmaf_test.cpp20 test_subnormal_range(&__llvm_libc::fmaf); in TEST_F()
H A Dhypot_test.cpp20 test_subnormal_range(&__llvm_libc::hypot); in TEST_F()
H A Dhypotf_test.cpp21 test_subnormal_range(&__llvm_libc::hypotf); in TEST_F()
H A Dilogbf_test.cpp31 test_subnormal_range<float>(&__llvm_libc::ilogbf); in TEST_F()
H A Dilogb_test.cpp31 test_subnormal_range<double>(&__llvm_libc::ilogb); in TEST_F()
H A Dilogbl_test.cpp33 test_subnormal_range<long double>(&__llvm_libc::ilogbl); in TEST_F()
H A Dfma_test.cpp284 test_subnormal_range(&__llvm_libc::fma); in TEST_F()
H A DHypotTest.h47 void test_subnormal_range(Func func) { in test_subnormal_range() function
H A DILogbTest.h75 void test_subnormal_range(typename ILogbFunc<T>::Func func) { in test_subnormal_range() function
H A DFmaTest.h69 void test_subnormal_range(Func func) { in test_subnormal_range() function