Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestCases.h58 extern float32 testCases_b_float32;
H A DtestCases.c3273 float32 testCases_b_float32; variable
3350 testCases_b_float32 = float32Random(); in testCases_next()
3354 testCases_b_float32 = float32Random(); in testCases_next()
3358 testCases_b_float32 = current_b_float32; in testCases_next()
3362 testCases_b_float32 = current_b_float32; in testCases_next()
3562 testCases_b_float32 = float32Random(); in testCases_next()
3570 testCases_b_float32 = float32NextQInP2( &sequenceB ); in testCases_next()
H A DtestLoops.c174 writeHex_float32( testCases_b_float32, stdout ); in writeInputs_ab_float32()
1258 trueZ = trueFunction( testCases_a_float32, testCases_b_float32 ); in test_ab_float32_z_flag()
1261 testZ = testFunction( testCases_a_float32, testCases_b_float32 ); in test_ab_float32_z_flag()
1271 || float32_is_signaling_nan( testCases_b_float32 ) ) in test_ab_float32_z_flag()
1310 trueZ = trueFunction( testCases_a_float32, testCases_b_float32 ); in test_abz_float32()
1313 testZ = testFunction( testCases_a_float32, testCases_b_float32 ); in test_abz_float32()
1323 || float32_is_signaling_nan( testCases_b_float32 ) ) in test_abz_float32()