HomeSort by: relevance | last modified time | path
    Searched refs:testCases_total (Results 1 - 3 of 3) sorted by relevancy

  /src/regress/lib/libc/ieeefp/testfloat/include/
testCases.h 80 extern uint32 testCases_total;
  /src/regress/lib/libc/ieeefp/testfloat/
testCases.c 3178 uint32 testCases_total;
3211 testCases_total = 3 * int32NumP1;
3215 testCases_total = 3 * int64NumP1;
3219 testCases_total = 3 * float32NumQOutP1;
3222 testCases_total = 6 * float32NumQInP1 * float32NumQInP1;
3226 testCases_total = 3 * float64NumQOutP1;
3229 testCases_total = 6 * float64NumQInP1 * float64NumQInP1;
3234 testCases_total = 3 * floatx80NumQOutP1;
3237 testCases_total = 6 * floatx80NumQInP1 * floatx80NumQInP1;
3243 testCases_total = 3 * float128NumQOutP1
    [all...]
testLoops.c 114 fprintf( stderr, "%d tests total.\n", testCases_total );

Completed in 14 milliseconds