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

/freebsd-10.2-release/tools/test/testfloat/
H A DtestCases.h66 extern float128 testCases_a_float128;
H A DtestLoops.c219 writeHex_float128( testCases_a_float128, stdout );
226 writeHex_float128( testCases_a_float128, stdout );
2278 trueZ = trueFunction( testCases_a_float128 );
2281 testZ = testFunction( testCases_a_float128 );
2290 && float128_is_signaling_nan( testCases_a_float128 ) ) {
2335 trueZ = trueFunction( testCases_a_float128 );
2338 testZ = testFunction( testCases_a_float128 );
2347 && float128_is_signaling_nan( testCases_a_float128 ) ) {
2392 trueZ = trueFunction( testCases_a_float128 );
2395 testZ = testFunction( testCases_a_float128 );
[all...]
H A DtestCases.c3281 float128 testCases_a_float128; variable
3464 testCases_a_float128 = float128Random();
3467 testCases_a_float128 = float128NextQOutP1( &sequenceA );
3484 testCases_a_float128 = float128Random();
3488 testCases_a_float128 = current_a_float128;
3492 testCases_a_float128 = float128Random();
3496 testCases_a_float128 = current_a_float128;
3647 testCases_a_float128 = float128Random();
3650 testCases_a_float128 = float128NextQOutP2( &sequenceA );
3660 testCases_a_float128
[all...]

Completed in 20 milliseconds