Home
last modified time | relevance | path

Searched refs:testPowersOfTwo (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/test/src/math/
H A DLogbTest.h36 void testPowersOfTwo(LogbFunc func) { in testPowersOfTwo() function
92 TEST_F(LlvmLibcLogbTest, PowersOfTwo) { testPowersOfTwo(&func); } \
H A DFrexpTest.h41 void testPowersOfTwo(FrexpFunc func) { in testPowersOfTwo() function
116 TEST_F(LlvmLibcFrexpTest, PowersOfTwo) { testPowersOfTwo(&func); } \
H A DLdExpTest.h51 void testPowersOfTwo(LdExpFunc func) { in testPowersOfTwo() function
147 TEST_F(LlvmLibcLdExpTest, PowersOfTwo) { testPowersOfTwo(&func); } \