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

/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/include/
H A DtestCases.h91 extern float64 testCases_a_float64;
/netbsd-6-1-5-RELEASE/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c212 writeHex_float64( testCases_a_float64, stdout );
219 writeHex_float64( testCases_a_float64, stdout );
1399 trueZ = trueFunction( testCases_a_float64 );
1402 testZ = testFunction( testCases_a_float64 );
1411 && float64_is_signaling_nan( testCases_a_float64 ) ) {
1456 trueZ = trueFunction( testCases_a_float64 );
1459 testZ = testFunction( testCases_a_float64 );
1468 && float64_is_signaling_nan( testCases_a_float64 ) ) {
1513 trueZ = trueFunction( testCases_a_float64 );
1516 testZ = testFunction( testCases_a_float64 );
[all...]
H A DtestCases.c3307 float64 testCases_a_float64; variable
3406 testCases_a_float64 = float64Random();
3409 testCases_a_float64 = float64NextQOutP1( &sequenceA );
3426 testCases_a_float64 = float64Random();
3430 testCases_a_float64 = current_a_float64;
3434 testCases_a_float64 = float64Random();
3438 testCases_a_float64 = current_a_float64;
3613 testCases_a_float64 = float64Random();
3616 testCases_a_float64 = float64NextQOutP2( &sequenceA );
3626 testCases_a_float64
[all...]

Completed in 54 milliseconds