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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.h48 extern uint32 testCases_total;
H A DtestCases.c3145 uint32 testCases_total; variable
3178 testCases_total = 3 * int32NumP1;
3182 testCases_total = 3 * int64NumP1;
3186 testCases_total = 3 * float32NumQOutP1;
3189 testCases_total = 6 * float32NumQInP1 * float32NumQInP1;
3193 testCases_total = 3 * float64NumQOutP1;
3196 testCases_total = 6 * float64NumQInP1 * float64NumQInP1;
3201 testCases_total = 3 * floatx80NumQOutP1;
3204 testCases_total = 6 * floatx80NumQInP1 * floatx80NumQInP1;
3210 testCases_total
[all...]
H A DtestLoops.c82 fprintf( stderr, "\r%d tests total.\n", testCases_total );

Completed in 88 milliseconds