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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.h57 extern float32 testCases_a_float32;
H A DtestLoops.c165 writeHex_float32( testCases_a_float32, stdout );
172 writeHex_float32( testCases_a_float32, stdout );
914 trueZ = trueFunction( testCases_a_float32 );
917 testZ = testFunction( testCases_a_float32 );
926 && float32_is_signaling_nan( testCases_a_float32 ) ) {
971 trueZ = trueFunction( testCases_a_float32 );
974 testZ = testFunction( testCases_a_float32 );
983 && float32_is_signaling_nan( testCases_a_float32 ) ) {
1028 trueZ = trueFunction( testCases_a_float32 );
1031 testZ = testFunction( testCases_a_float32 );
[all...]
H A DtestCases.c3272 float32 testCases_a_float32; variable
3329 testCases_a_float32 = float32Random();
3332 testCases_a_float32 = float32NextQOutP1( &sequenceA );
3349 testCases_a_float32 = float32Random();
3353 testCases_a_float32 = current_a_float32;
3357 testCases_a_float32 = float32Random();
3361 testCases_a_float32 = current_a_float32;
3548 testCases_a_float32 = float32Random();
3551 testCases_a_float32 = float32NextQOutP2( &sequenceA );
3561 testCases_a_float32
[all...]

Completed in 101 milliseconds