Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestCases.h67 extern float128 testCases_b_float128;
H A DtestCases.c3282 float128 testCases_b_float128; variable
3485 testCases_b_float128 = float128Random(); in testCases_next()
3489 testCases_b_float128 = float128Random(); in testCases_next()
3493 testCases_b_float128 = current_b_float128; in testCases_next()
3497 testCases_b_float128 = current_b_float128; in testCases_next()
3661 testCases_b_float128 = float128Random(); in testCases_next()
3669 testCases_b_float128 = float128NextQInP2( &sequenceB ); in testCases_next()
H A DtestLoops.c228 writeHex_float128( testCases_b_float128, stdout ); in writeInputs_ab_float128()
2618 trueZ = trueFunction( testCases_a_float128, testCases_b_float128 ); in test_ab_float128_z_flag()
2621 testZ = testFunction( testCases_a_float128, testCases_b_float128 ); in test_ab_float128_z_flag()
2631 || float128_is_signaling_nan( testCases_b_float128 ) ) in test_ab_float128_z_flag()
2670 trueZ = trueFunction( testCases_a_float128, testCases_b_float128 ); in test_abz_float128()
2673 testZ = testFunction( testCases_a_float128, testCases_b_float128 ); in test_abz_float128()
2683 || float128_is_signaling_nan( testCases_b_float128 ) ) in test_abz_float128()