Home
last modified time | relevance | path

Searched refs:NormalRange (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A Dfmaf_test.cpp23 TEST_F(LlvmLibcFmafTest, NormalRange) { test_normal_range(&__llvm_libc::fmaf); } in TEST_F() argument
H A Dhypot_test.cpp23 TEST_F(LlvmLibcHypotTest, NormalRange) { in TEST_F() argument
H A Dhypotf_test.cpp24 TEST_F(LlvmLibcHypotfTest, NormalRange) { in TEST_F() argument
H A Dfma_test.cpp287 TEST_F(LlvmLibcFmaTest, NormalRange) { test_normal_range(&__llvm_libc::fma); } in TEST_F() argument
H A DSqrtTest.h91 TEST_F(LlvmLibcSqrtTest, NormalRange) { test_normal_range(&func); }
H A DRIntTest.h136 TEST_F(LlvmLibcRIntTest, NormalRange) { testNormalRange(&func); }
H A DRemQuoTest.h142 TEST_F(LlvmLibcRemQuoTest, NormalRange) { testNormalRange(&func); }
H A DRoundToIntegerTest.h306 TEST_F(LlvmLibcRoundToIntegerTest, NormalRange) { testNormalRange(&func); }