Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DRoundTest.h22 typedef T (*RoundFunc)(T); typedef
24 void testSpecialNumbers(RoundFunc func) { in testSpecialNumbers()
34 void testRoundedNumbers(RoundFunc func) { in testRoundedNumbers()
43 void testFractions(RoundFunc func) { in testFractions()
66 void testRange(RoundFunc func) { in testRange()