Home
last modified time | relevance | path

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

/external/llvm-project/libc/test/src/math/
DLdExpTest.h38 typedef T (*LdExpFunc)(T, int); typedef
40 void testSpecialNumbers(LdExpFunc func) { in testSpecialNumbers()
51 void testPowersOfTwo(LdExpFunc func) { in testPowersOfTwo()
62 void testOverflow(LdExpFunc func) { in testOverflow()
70 void testUnderflowToZeroOnNormal(LdExpFunc func) { in testUnderflowToZeroOnNormal()
82 void testUnderflowToZeroOnSubnormal(LdExpFunc func) { in testUnderflowToZeroOnSubnormal()
94 void testNormalOperation(LdExpFunc func) { in testNormalOperation()