Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DSqrtTest.h28 void test_special_numbers(SqrtFunc func) { in test_special_numbers() function
89 TEST_F(LlvmLibcSqrtTest, SpecialNumbers) { test_special_numbers(&func); } \
H A Dfmaf_test.cpp16 test_special_numbers(&__llvm_libc::fmaf); in TEST_F()
H A Dhypot_test.cpp16 test_special_numbers(&__llvm_libc::hypot); in TEST_F()
H A Dhypotf_test.cpp17 test_special_numbers(&__llvm_libc::hypotf); in TEST_F()
H A Dilogbf_test.cpp19 test_special_numbers<float>(&__llvm_libc::ilogbf); in TEST_F()
H A Dilogb_test.cpp19 test_special_numbers<double>(&__llvm_libc::ilogb); in TEST_F()
H A Dilogbl_test.cpp21 test_special_numbers<long double>(&__llvm_libc::ilogbl); in TEST_F()
H A Dfma_test.cpp280 test_special_numbers(&__llvm_libc::fma); in TEST_F()
H A DHypotTest.h34 void test_special_numbers(Func func) { in test_special_numbers() function
H A DILogbTest.h24 void test_special_numbers(typename ILogbFunc<T>::Func func) { in test_special_numbers() function
H A DFmaTest.h42 void test_special_numbers(Func func) { in test_special_numbers() function