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

/freebsd-9.3-release/tools/test/testfloat/
H A DtestCases.h59 extern float64 testCases_a_float64;
H A DtestLoops.c181 writeHex_float64( testCases_a_float64, stdout );
188 writeHex_float64( testCases_a_float64, stdout );
1368 trueZ = trueFunction( testCases_a_float64 );
1371 testZ = testFunction( testCases_a_float64 );
1380 && float64_is_signaling_nan( testCases_a_float64 ) ) {
1425 trueZ = trueFunction( testCases_a_float64 );
1428 testZ = testFunction( testCases_a_float64 );
1437 && float64_is_signaling_nan( testCases_a_float64 ) ) {
1482 trueZ = trueFunction( testCases_a_float64 );
1485 testZ = testFunction( testCases_a_float64 );
[all...]
H A DtestCases.c3274 float64 testCases_a_float64; variable
3373 testCases_a_float64 = float64Random();
3376 testCases_a_float64 = float64NextQOutP1( &sequenceA );
3393 testCases_a_float64 = float64Random();
3397 testCases_a_float64 = current_a_float64;
3401 testCases_a_float64 = float64Random();
3405 testCases_a_float64 = current_a_float64;
3580 testCases_a_float64 = float64Random();
3583 testCases_a_float64 = float64NextQOutP2( &sequenceA );
3593 testCases_a_float64
[all...]

Completed in 51 milliseconds