Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/test/src/math/
H A DFMaxTest.h22 typedef T (*FMaxFunc)(T, T); typedef
24 void testNaN(FMaxFunc func) { in testNaN()
34 void testInfArg(FMaxFunc func) { in testInfArg()
42 void testNegInfArg(FMaxFunc func) { in testNegInfArg()
50 void testBothZero(FMaxFunc func) { in testBothZero()
57 void testRange(FMaxFunc func) { in testRange()