Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DRIntTest.h95 void testSubnormalRange(RIntFunc func) { in testSubnormalRange() function
135 TEST_F(LlvmLibcRIntTest, SubnormalRange) { testSubnormalRange(&func); } \
H A DRemQuoTest.h97 void testSubnormalRange(RemQuoFunc func) { in testSubnormalRange() function
141 TEST_F(LlvmLibcRemQuoTest, SubnormalRange) { testSubnormalRange(&func); } \
H A DRoundToIntegerTest.h210 void testSubnormalRange(RoundToIntegerFunc func) { in testSubnormalRange() function
304 testSubnormalRange(&func); \