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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.h63 extern floatx80 testCases_b_floatx80;
H A DtestLoops.c208 writeHex_floatx80( testCases_b_floatx80, stdout );
2164 trueZ = trueFunction( testCases_a_floatx80, testCases_b_floatx80 );
2167 testZ = testFunction( testCases_a_floatx80, testCases_b_floatx80 );
2177 || floatx80_is_signaling_nan( testCases_b_floatx80 ) )
2216 trueZ = trueFunction( testCases_a_floatx80, testCases_b_floatx80 );
2219 testZ = testFunction( testCases_a_floatx80, testCases_b_floatx80 );
2229 || floatx80_is_signaling_nan( testCases_b_floatx80 ) )
H A DtestCases.c3278 floatx80 testCases_b_floatx80; variable
3439 testCases_b_floatx80 = floatx80Random();
3443 testCases_b_floatx80 = floatx80Random();
3447 testCases_b_floatx80 = current_b_floatx80;
3451 testCases_b_floatx80 = current_b_floatx80;
3627 testCases_b_floatx80 = floatx80Random();
3635 testCases_b_floatx80 = floatx80NextQInP2( &sequenceB );

Completed in 129 milliseconds