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

  /src/regress/lib/libc/ieeefp/testfloat/include/
testCases.h 95 extern floatx80 testCases_b_floatx80;
  /src/regress/lib/libc/ieeefp/testfloat/
testLoops.c 239 writeHex_floatx80( testCases_b_floatx80, stdout );
2195 trueZ = trueFunction( testCases_a_floatx80, testCases_b_floatx80 );
2198 testZ = testFunction( testCases_a_floatx80, testCases_b_floatx80 );
2208 || floatx80_is_signaling_nan( testCases_b_floatx80 ) )
2247 trueZ = trueFunction( testCases_a_floatx80, testCases_b_floatx80 );
2250 testZ = testFunction( testCases_a_floatx80, testCases_b_floatx80 );
2260 || floatx80_is_signaling_nan( testCases_b_floatx80 ) )
testCases.c 3311 floatx80 testCases_b_floatx80;
3472 testCases_b_floatx80 = floatx80Random();
3476 testCases_b_floatx80 = floatx80Random();
3480 testCases_b_floatx80 = current_b_floatx80;
3484 testCases_b_floatx80 = current_b_floatx80;
3660 testCases_b_floatx80 = floatx80Random();
3668 testCases_b_floatx80 = floatx80NextQInP2( &sequenceB );

Completed in 16 milliseconds