Searched refs:testCases_b_float128 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.h67 extern float128 testCases_b_float128;
H A DtestLoops.c228 writeHex_float128( testCases_b_float128, stdout );
2618 trueZ = trueFunction( testCases_a_float128, testCases_b_float128 );
2621 testZ = testFunction( testCases_a_float128, testCases_b_float128 );
2631 || float128_is_signaling_nan( testCases_b_float128 ) )
2670 trueZ = trueFunction( testCases_a_float128, testCases_b_float128 );
2673 testZ = testFunction( testCases_a_float128, testCases_b_float128 );
2683 || float128_is_signaling_nan( testCases_b_float128 ) )
H A DtestCases.c3282 float128 testCases_b_float128; variable
3485 testCases_b_float128 = float128Random();
3489 testCases_b_float128 = float128Random();
3493 testCases_b_float128 = current_b_float128;
3497 testCases_b_float128 = current_b_float128;
3661 testCases_b_float128 = float128Random();
3669 testCases_b_float128 = float128NextQInP2( &sequenceB );

Completed in 86 milliseconds