Home
last modified time | relevance | path

Searched refs:testNormalRange (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A DRIntTest.h110 void testNormalRange(RIntFunc func) { in testNormalRange() function
136 TEST_F(LlvmLibcRIntTest, NormalRange) { testNormalRange(&func); }
H A DRemQuoTest.h112 void testNormalRange(RemQuoFunc func) { in testNormalRange() function
142 TEST_F(LlvmLibcRemQuoTest, NormalRange) { testNormalRange(&func); }
H A DRoundToIntegerTest.h246 void testNormalRange(RoundToIntegerFunc func) { in testNormalRange() function
306 TEST_F(LlvmLibcRoundToIntegerTest, NormalRange) { testNormalRange(&func); }