Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestCases.c3178 uint32 testCases_total; variable
3211 testCases_total = 3 * int32NumP1; in testCases_initSequence()
3215 testCases_total = 3 * int64NumP1; in testCases_initSequence()
3219 testCases_total = 3 * float32NumQOutP1; in testCases_initSequence()
3222 testCases_total = 6 * float32NumQInP1 * float32NumQInP1; in testCases_initSequence()
3226 testCases_total = 3 * float64NumQOutP1; in testCases_initSequence()
3229 testCases_total = 6 * float64NumQInP1 * float64NumQInP1; in testCases_initSequence()
3234 testCases_total = 3 * floatx80NumQOutP1; in testCases_initSequence()
3237 testCases_total = 6 * floatx80NumQInP1 * floatx80NumQInP1; in testCases_initSequence()
3243 testCases_total = 3 * float128NumQOutP1; in testCases_initSequence()
[all …]
H A DtestLoops.c114 fprintf( stderr, "%d tests total.\n", testCases_total ); in writeTestsTotal()
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestCases.h80 extern uint32 testCases_total;