Searched refs:test_subnormal_range (Results 1 – 10 of 10) sorted by relevance
20 test_subnormal_range(&__llvm_libc::fmaf); in TEST_F()
20 test_subnormal_range(&__llvm_libc::hypot); in TEST_F()
21 test_subnormal_range(&__llvm_libc::hypotf); in TEST_F()
31 test_subnormal_range<float>(&__llvm_libc::ilogbf); in TEST_F()
31 test_subnormal_range<double>(&__llvm_libc::ilogb); in TEST_F()
33 test_subnormal_range<long double>(&__llvm_libc::ilogbl); in TEST_F()
284 test_subnormal_range(&__llvm_libc::fma); in TEST_F()
47 void test_subnormal_range(Func func) { in test_subnormal_range() function
75 void test_subnormal_range(typename ILogbFunc<T>::Func func) { in test_subnormal_range() function
69 void test_subnormal_range(Func func) { in test_subnormal_range() function