Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DFMaxTest.h34 void testInfArg(FMaxFunc func) { in testInfArg() function
82 TEST_F(LlvmLibcFMaxTest, InfArg) { testInfArg(&func); } \
H A DFMinTest.h34 void testInfArg(FMinFunc func) { in testInfArg() function
82 TEST_F(LlvmLibcFMinTest, InfArg) { testInfArg(&func); } \