Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c196 writeHex_float32( testCases_a_float32, stdout ); in writeInput_a_float32()
203 writeHex_float32( testCases_a_float32, stdout ); in writeInputs_ab_float32()
945 trueZ = trueFunction( testCases_a_float32 ); in test_a_float32_z_int32()
948 testZ = testFunction( testCases_a_float32 ); in test_a_float32_z_int32()
957 && float32_is_signaling_nan( testCases_a_float32 ) ) { in test_a_float32_z_int32()
1002 trueZ = trueFunction( testCases_a_float32 ); in test_a_float32_z_int64()
1005 testZ = testFunction( testCases_a_float32 ); in test_a_float32_z_int64()
1014 && float32_is_signaling_nan( testCases_a_float32 ) ) { in test_a_float32_z_int64()
1059 trueZ = trueFunction( testCases_a_float32 ); in test_a_float32_z_float64()
1062 testZ = testFunction( testCases_a_float32 ); in test_a_float32_z_float64()
[all …]
H A DtestCases.c3305 float32 testCases_a_float32; variable
3362 testCases_a_float32 = float32Random(); in testCases_next()
3365 testCases_a_float32 = float32NextQOutP1( &sequenceA ); in testCases_next()
3382 testCases_a_float32 = float32Random(); in testCases_next()
3386 testCases_a_float32 = current_a_float32; in testCases_next()
3390 testCases_a_float32 = float32Random(); in testCases_next()
3394 testCases_a_float32 = current_a_float32; in testCases_next()
3581 testCases_a_float32 = float32Random(); in testCases_next()
3584 testCases_a_float32 = float32NextQOutP2( &sequenceA ); in testCases_next()
3594 testCases_a_float32 = float32Random(); in testCases_next()
[all …]
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestCases.h89 extern float32 testCases_a_float32;