Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestCases.c3145 uint32 testCases_total; variable
3178 testCases_total = 3 * int32NumP1; in testCases_initSequence()
3182 testCases_total = 3 * int64NumP1; in testCases_initSequence()
3186 testCases_total = 3 * float32NumQOutP1; in testCases_initSequence()
3193 testCases_total = 3 * float64NumQOutP1; in testCases_initSequence()
3201 testCases_total = 3 * floatx80NumQOutP1; in testCases_initSequence()
3210 testCases_total = 3 * float128NumQOutP1; in testCases_initSequence()
3222 testCases_total = 2 * int32NumP2; in testCases_initSequence()
3226 testCases_total = 2 * int64NumP2; in testCases_initSequence()
3230 testCases_total = 2 * float32NumQOutP2; in testCases_initSequence()
[all …]
H A DtestCases.h48 extern uint32 testCases_total;
H A DtestLoops.c82 fprintf( stderr, "\r%d tests total.\n", testCases_total ); in writeTestsTotal()