Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestCases.h95 extern floatx80 testCases_b_floatx80;
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c239 writeHex_floatx80( testCases_b_floatx80, stdout ); in writeInputs_ab_floatx80()
2195 trueZ = trueFunction( testCases_a_floatx80, testCases_b_floatx80 ); in test_ab_floatx80_z_flag()
2198 testZ = testFunction( testCases_a_floatx80, testCases_b_floatx80 ); in test_ab_floatx80_z_flag()
2208 || floatx80_is_signaling_nan( testCases_b_floatx80 ) ) in test_ab_floatx80_z_flag()
2247 trueZ = trueFunction( testCases_a_floatx80, testCases_b_floatx80 ); in test_abz_floatx80()
2250 testZ = testFunction( testCases_a_floatx80, testCases_b_floatx80 ); in test_abz_floatx80()
2260 || floatx80_is_signaling_nan( testCases_b_floatx80 ) ) in test_abz_floatx80()
H A DtestCases.c3311 floatx80 testCases_b_floatx80; variable
3472 testCases_b_floatx80 = floatx80Random(); in testCases_next()
3476 testCases_b_floatx80 = floatx80Random(); in testCases_next()
3480 testCases_b_floatx80 = current_b_floatx80; in testCases_next()
3484 testCases_b_floatx80 = current_b_floatx80; in testCases_next()
3660 testCases_b_floatx80 = floatx80Random(); in testCases_next()
3668 testCases_b_floatx80 = floatx80NextQInP2( &sequenceB ); in testCases_next()