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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.h58 extern float32 testCases_b_float32;
H A DtestLoops.c174 writeHex_float32( testCases_b_float32, stdout );
1258 trueZ = trueFunction( testCases_a_float32, testCases_b_float32 );
1261 testZ = testFunction( testCases_a_float32, testCases_b_float32 );
1271 || float32_is_signaling_nan( testCases_b_float32 ) )
1310 trueZ = trueFunction( testCases_a_float32, testCases_b_float32 );
1313 testZ = testFunction( testCases_a_float32, testCases_b_float32 );
1323 || float32_is_signaling_nan( testCases_b_float32 ) )
H A DtestCases.c3273 float32 testCases_b_float32; variable
3350 testCases_b_float32 = float32Random();
3354 testCases_b_float32 = float32Random();
3358 testCases_b_float32 = current_b_float32;
3362 testCases_b_float32 = current_b_float32;
3562 testCases_b_float32 = float32Random();
3570 testCases_b_float32 = float32NextQInP2( &sequenceB );

Completed in 63 milliseconds