Home
last modified time | relevance | path

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

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