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

/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A DtestCases.h94 extern floatx80 testCases_a_floatx80;
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c230 writeHex_floatx80( testCases_a_floatx80, stdout );
237 writeHex_floatx80( testCases_a_floatx80, stdout );
1855 trueZ = trueFunction( testCases_a_floatx80 );
1858 testZ = testFunction( testCases_a_floatx80 );
1867 && floatx80_is_signaling_nan( testCases_a_floatx80 ) ) {
1912 trueZ = trueFunction( testCases_a_floatx80 );
1915 testZ = testFunction( testCases_a_floatx80 );
1924 && floatx80_is_signaling_nan( testCases_a_floatx80 ) ) {
1969 trueZ = trueFunction( testCases_a_floatx80 );
1972 testZ = testFunction( testCases_a_floatx80 );
[all...]
H A DtestCases.c3310 floatx80 testCases_a_floatx80; variable
3451 testCases_a_floatx80 = floatx80Random();
3454 testCases_a_floatx80 = floatx80NextQOutP1( &sequenceA );
3471 testCases_a_floatx80 = floatx80Random();
3475 testCases_a_floatx80 = current_a_floatx80;
3479 testCases_a_floatx80 = floatx80Random();
3483 testCases_a_floatx80 = current_a_floatx80;
3646 testCases_a_floatx80 = floatx80Random();
3649 testCases_a_floatx80 = floatx80NextQOutP2( &sequenceA );
3659 testCases_a_floatx80
[all...]

Completed in 150 milliseconds