Home
last modified time | relevance | path

Searched refs:testFractions (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A DCeilTest.h43 void testFractions(CeilFunc func) { in testFractions() function
83 TEST_F(LlvmLibcCeilTest, Fractions) { testFractions(&func); } \
H A DFloorTest.h43 void testFractions(FloorFunc func) { in testFractions() function
83 TEST_F(LlvmLibcFloorTest, Fractions) { testFractions(&func); } \
H A DRoundTest.h43 void testFractions(RoundFunc func) { in testFractions() function
83 TEST_F(LlvmLibcRoundTest, Fractions) { testFractions(&func); } \
H A DTruncTest.h43 void testFractions(TruncFunc func) { in testFractions() function
83 TEST_F(LlvmLibcTruncTest, Fractions) { testFractions(&func); } \
H A DModfTest.h64 void testFractions(ModfFunc func) { in testFractions() function
107 TEST_F(LlvmLibcModfTest, Fractions) { testFractions(&func); } \
H A DRIntTest.h82 void testFractions(RIntFunc func) { in testFractions() function
134 TEST_F(LlvmLibcRIntTest, Fractions) { testFractions(&func); } \
H A DRoundToIntegerTest.h161 void testFractions(RoundToIntegerFunc func) { in testFractions() function
299 TEST_F(LlvmLibcRoundToIntegerTest, Fractions) { testFractions(&func); } \