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

/freebsd-13-stable/tools/test/testfloat/
H A DtestCases.h62 extern floatx80 testCases_a_floatx80;
H A DtestLoops.c199 writeHex_floatx80( testCases_a_floatx80, stdout );
206 writeHex_floatx80( testCases_a_floatx80, stdout );
1824 trueZ = trueFunction( testCases_a_floatx80 );
1827 testZ = testFunction( testCases_a_floatx80 );
1836 && floatx80_is_signaling_nan( testCases_a_floatx80 ) ) {
1881 trueZ = trueFunction( testCases_a_floatx80 );
1884 testZ = testFunction( testCases_a_floatx80 );
1893 && floatx80_is_signaling_nan( testCases_a_floatx80 ) ) {
1938 trueZ = trueFunction( testCases_a_floatx80 );
1941 testZ = testFunction( testCases_a_floatx80 );
[all...]
H A DtestCases.c3277 floatx80 testCases_a_floatx80; variable
3418 testCases_a_floatx80 = floatx80Random();
3421 testCases_a_floatx80 = floatx80NextQOutP1( &sequenceA );
3438 testCases_a_floatx80 = floatx80Random();
3442 testCases_a_floatx80 = current_a_floatx80;
3446 testCases_a_floatx80 = floatx80Random();
3450 testCases_a_floatx80 = current_a_floatx80;
3613 testCases_a_floatx80 = floatx80Random();
3616 testCases_a_floatx80 = floatx80NextQOutP2( &sequenceA );
3626 testCases_a_floatx80
[all...]

Completed in 58 milliseconds