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

  /src/regress/lib/libc/ieeefp/testfloat/include/
testCases.h 89 extern float32 testCases_a_float32;
  /src/regress/lib/libc/ieeefp/testfloat/
testLoops.c 196 writeHex_float32( testCases_a_float32, stdout );
203 writeHex_float32( testCases_a_float32, stdout );
945 trueZ = trueFunction( testCases_a_float32 );
948 testZ = testFunction( testCases_a_float32 );
957 && float32_is_signaling_nan( testCases_a_float32 ) ) {
1002 trueZ = trueFunction( testCases_a_float32 );
1005 testZ = testFunction( testCases_a_float32 );
1014 && float32_is_signaling_nan( testCases_a_float32 ) ) {
1059 trueZ = trueFunction( testCases_a_float32 );
1062 testZ = testFunction( testCases_a_float32 );
    [all...]
testCases.c 3305 float32 testCases_a_float32;
3362 testCases_a_float32 = float32Random();
3365 testCases_a_float32 = float32NextQOutP1( &sequenceA );
3382 testCases_a_float32 = float32Random();
3386 testCases_a_float32 = current_a_float32;
3390 testCases_a_float32 = float32Random();
3394 testCases_a_float32 = current_a_float32;
3581 testCases_a_float32 = float32Random();
3584 testCases_a_float32 = float32NextQOutP2( &sequenceA );
3594 testCases_a_float32 = float32Random()
    [all...]

Completed in 18 milliseconds