Searched refs:testCases_total (Results 1 – 3 of 3) sorted by relevance
3145 uint32 testCases_total; variable3178 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 …]
48 extern uint32 testCases_total;
82 fprintf( stderr, "\r%d tests total.\n", testCases_total ); in writeTestsTotal()