Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestCases.h99 extern float128 testCases_b_float128;
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c259 writeHex_float128( testCases_b_float128, stdout ); in writeInputs_ab_float128()
2649 trueZ = trueFunction( testCases_a_float128, testCases_b_float128 ); in test_ab_float128_z_flag()
2652 testZ = testFunction( testCases_a_float128, testCases_b_float128 ); in test_ab_float128_z_flag()
2662 || float128_is_signaling_nan( testCases_b_float128 ) ) in test_ab_float128_z_flag()
2701 trueZ = trueFunction( testCases_a_float128, testCases_b_float128 ); in test_abz_float128()
2704 testZ = testFunction( testCases_a_float128, testCases_b_float128 ); in test_abz_float128()
2714 || float128_is_signaling_nan( testCases_b_float128 ) ) in test_abz_float128()
H A DtestCases.c3315 float128 testCases_b_float128; variable
3518 testCases_b_float128 = float128Random(); in testCases_next()
3522 testCases_b_float128 = float128Random(); in testCases_next()
3526 testCases_b_float128 = current_b_float128; in testCases_next()
3530 testCases_b_float128 = current_b_float128; in testCases_next()
3694 testCases_b_float128 = float128Random(); in testCases_next()
3702 testCases_b_float128 = float128NextQInP2( &sequenceB ); in testCases_next()