Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DLogbTest.h26 typedef T (*LogbFunc)(T); typedef
28 void testSpecialNumbers(LogbFunc func) { in testSpecialNumbers()
36 void testPowersOfTwo(LogbFunc func) { in testPowersOfTwo()
56 void testSomeIntegers(LogbFunc func) { in testSomeIntegers()
73 void testRange(LogbFunc func) { in testRange()