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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.h60 extern float64 testCases_b_float64;
H A DtestLoops.c190 writeHex_float64( testCases_b_float64, stdout );
1712 trueZ = trueFunction( testCases_a_float64, testCases_b_float64 );
1715 testZ = testFunction( testCases_a_float64, testCases_b_float64 );
1725 || float64_is_signaling_nan( testCases_b_float64 ) )
1764 trueZ = trueFunction( testCases_a_float64, testCases_b_float64 );
1767 testZ = testFunction( testCases_a_float64, testCases_b_float64 );
1777 || float64_is_signaling_nan( testCases_b_float64 ) )
H A DtestCases.c3275 float64 testCases_b_float64; variable
3394 testCases_b_float64 = float64Random();
3398 testCases_b_float64 = float64Random();
3402 testCases_b_float64 = current_b_float64;
3406 testCases_b_float64 = current_b_float64;
3594 testCases_b_float64 = float64Random();
3602 testCases_b_float64 = float64NextQInP2( &sequenceB );

Completed in 62 milliseconds