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

  /src/regress/lib/libc/ieeefp/testfloat/include/
testCases.h 90 extern float32 testCases_b_float32;
  /src/regress/lib/libc/ieeefp/testfloat/
testLoops.c 205 writeHex_float32( testCases_b_float32, stdout );
1289 trueZ = trueFunction( testCases_a_float32, testCases_b_float32 );
1292 testZ = testFunction( testCases_a_float32, testCases_b_float32 );
1302 || float32_is_signaling_nan( testCases_b_float32 ) )
1341 trueZ = trueFunction( testCases_a_float32, testCases_b_float32 );
1344 testZ = testFunction( testCases_a_float32, testCases_b_float32 );
1354 || float32_is_signaling_nan( testCases_b_float32 ) )
testCases.c 3306 float32 testCases_b_float32;
3383 testCases_b_float32 = float32Random();
3387 testCases_b_float32 = float32Random();
3391 testCases_b_float32 = current_b_float32;
3395 testCases_b_float32 = current_b_float32;
3595 testCases_b_float32 = float32Random();
3603 testCases_b_float32 = float32NextQInP2( &sequenceB );

Completed in 16 milliseconds