Home
last modified time | relevance | path

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

/trueos/tools/test/testfloat/
HDtestLoops.c165 writeHex_float32( testCases_a_float32, stdout ); in writeInput_a_float32()
172 writeHex_float32( testCases_a_float32, stdout ); in writeInputs_ab_float32()
914 trueZ = trueFunction( testCases_a_float32 ); in test_a_float32_z_int32()
917 testZ = testFunction( testCases_a_float32 ); in test_a_float32_z_int32()
926 && float32_is_signaling_nan( testCases_a_float32 ) ) { in test_a_float32_z_int32()
971 trueZ = trueFunction( testCases_a_float32 ); in test_a_float32_z_int64()
974 testZ = testFunction( testCases_a_float32 ); in test_a_float32_z_int64()
983 && float32_is_signaling_nan( testCases_a_float32 ) ) { in test_a_float32_z_int64()
1028 trueZ = trueFunction( testCases_a_float32 ); in test_a_float32_z_float64()
1031 testZ = testFunction( testCases_a_float32 ); in test_a_float32_z_float64()
[all …]
HDtestCases.h57 extern float32 testCases_a_float32;
HDtestCases.c3272 float32 testCases_a_float32; variable
3329 testCases_a_float32 = float32Random(); in testCases_next()
3332 testCases_a_float32 = float32NextQOutP1( &sequenceA ); in testCases_next()
3349 testCases_a_float32 = float32Random(); in testCases_next()
3353 testCases_a_float32 = current_a_float32; in testCases_next()
3357 testCases_a_float32 = float32Random(); in testCases_next()
3361 testCases_a_float32 = current_a_float32; in testCases_next()
3548 testCases_a_float32 = float32Random(); in testCases_next()
3551 testCases_a_float32 = float32NextQOutP2( &sequenceA ); in testCases_next()
3561 testCases_a_float32 = float32Random(); in testCases_next()
[all …]