Home
last modified time | relevance | path

Searched refs:testNegInfArg (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A DFMaxTest.h42 void testNegInfArg(FMaxFunc func) { in testNegInfArg() function
83 TEST_F(LlvmLibcFMaxTest, NegInfArg) { testNegInfArg(&func); } \
H A DFMinTest.h42 void testNegInfArg(FMinFunc func) { in testNegInfArg() function
83 TEST_F(LlvmLibcFMinTest, NegInfArg) { testNegInfArg(&func); } \