Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DFMaxTest.h50 void testBothZero(FMaxFunc func) { in testBothZero() function
84 TEST_F(LlvmLibcFMaxTest, BothZero) { testBothZero(&func); } \
H A DFMinTest.h50 void testBothZero(FMinFunc func) { in testBothZero() function
84 TEST_F(LlvmLibcFMinTest, BothZero) { testBothZero(&func); } \