Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DRIntTest.h30 typedef T (*RIntFunc)(T); typedef
58 void testSpecialNumbers(RIntFunc func) { in testSpecialNumbers()
69 void testRoundNumbers(RIntFunc func) { in testRoundNumbers()
82 void testFractions(RIntFunc func) { in testFractions()
95 void testSubnormalRange(RIntFunc func) { in testSubnormalRange()
110 void testNormalRange(RIntFunc func) { in testNormalRange()