Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c230 writeHex_floatx80( testCases_a_floatx80, stdout ); in writeInput_a_floatx80()
237 writeHex_floatx80( testCases_a_floatx80, stdout ); in writeInputs_ab_floatx80()
1855 trueZ = trueFunction( testCases_a_floatx80 ); in test_a_floatx80_z_int32()
1858 testZ = testFunction( testCases_a_floatx80 ); in test_a_floatx80_z_int32()
1867 && floatx80_is_signaling_nan( testCases_a_floatx80 ) ) { in test_a_floatx80_z_int32()
1912 trueZ = trueFunction( testCases_a_floatx80 ); in test_a_floatx80_z_int64()
1915 testZ = testFunction( testCases_a_floatx80 ); in test_a_floatx80_z_int64()
1924 && floatx80_is_signaling_nan( testCases_a_floatx80 ) ) { in test_a_floatx80_z_int64()
1969 trueZ = trueFunction( testCases_a_floatx80 ); in test_a_floatx80_z_float32()
1972 testZ = testFunction( testCases_a_floatx80 ); in test_a_floatx80_z_float32()
[all …]
H A DtestCases.c3310 floatx80 testCases_a_floatx80; variable
3451 testCases_a_floatx80 = floatx80Random(); in testCases_next()
3454 testCases_a_floatx80 = floatx80NextQOutP1( &sequenceA ); in testCases_next()
3471 testCases_a_floatx80 = floatx80Random(); in testCases_next()
3475 testCases_a_floatx80 = current_a_floatx80; in testCases_next()
3479 testCases_a_floatx80 = floatx80Random(); in testCases_next()
3483 testCases_a_floatx80 = current_a_floatx80; in testCases_next()
3646 testCases_a_floatx80 = floatx80Random(); in testCases_next()
3649 testCases_a_floatx80 = floatx80NextQOutP2( &sequenceA ); in testCases_next()
3659 testCases_a_floatx80 = floatx80Random(); in testCases_next()
[all …]
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestCases.h94 extern floatx80 testCases_a_floatx80;