Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DLogbTest.h56 void testSomeIntegers(LogbFunc func) { in testSomeIntegers() function
93 TEST_F(LlvmLibcLogbTest, SomeIntegers) { testSomeIntegers(&func); } \
H A DFrexpTest.h75 void testSomeIntegers(FrexpFunc func) { in testSomeIntegers() function
117 TEST_F(LlvmLibcFrexpTest, SomeIntegers) { testSomeIntegers(&func); } \