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

  /src/regress/lib/libc/ieeefp/testfloat/include/
testCases.h 99 extern float128 testCases_b_float128;
  /src/regress/lib/libc/ieeefp/testfloat/
testLoops.c 259 writeHex_float128( testCases_b_float128, stdout );
2649 trueZ = trueFunction( testCases_a_float128, testCases_b_float128 );
2652 testZ = testFunction( testCases_a_float128, testCases_b_float128 );
2662 || float128_is_signaling_nan( testCases_b_float128 ) )
2701 trueZ = trueFunction( testCases_a_float128, testCases_b_float128 );
2704 testZ = testFunction( testCases_a_float128, testCases_b_float128 );
2714 || float128_is_signaling_nan( testCases_b_float128 ) )
testCases.c 3315 float128 testCases_b_float128;
3518 testCases_b_float128 = float128Random();
3522 testCases_b_float128 = float128Random();
3526 testCases_b_float128 = current_b_float128;
3530 testCases_b_float128 = current_b_float128;
3694 testCases_b_float128 = float128Random();
3702 testCases_b_float128 = float128NextQInP2( &sequenceB );

Completed in 50 milliseconds