Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DFrexpTest.h26 typedef T (*FrexpFunc)(T, int *); typedef
28 void testSpecialNumbers(FrexpFunc func) { in testSpecialNumbers()
41 void testPowersOfTwo(FrexpFunc func) { in testPowersOfTwo()
75 void testSomeIntegers(FrexpFunc func) { in testSomeIntegers()
94 void testRange(FrexpFunc func) { in testRange()