Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c212 writeHex_float64( testCases_a_float64, stdout ); in writeInput_a_float64()
219 writeHex_float64( testCases_a_float64, stdout ); in writeInputs_ab_float64()
1399 trueZ = trueFunction( testCases_a_float64 ); in test_a_float64_z_int32()
1402 testZ = testFunction( testCases_a_float64 ); in test_a_float64_z_int32()
1411 && float64_is_signaling_nan( testCases_a_float64 ) ) { in test_a_float64_z_int32()
1456 trueZ = trueFunction( testCases_a_float64 ); in test_a_float64_z_int64()
1459 testZ = testFunction( testCases_a_float64 ); in test_a_float64_z_int64()
1468 && float64_is_signaling_nan( testCases_a_float64 ) ) { in test_a_float64_z_int64()
1513 trueZ = trueFunction( testCases_a_float64 ); in test_a_float64_z_float32()
1516 testZ = testFunction( testCases_a_float64 ); in test_a_float64_z_float32()
[all …]
H A DtestCases.c3307 float64 testCases_a_float64; variable
3406 testCases_a_float64 = float64Random(); in testCases_next()
3409 testCases_a_float64 = float64NextQOutP1( &sequenceA ); in testCases_next()
3426 testCases_a_float64 = float64Random(); in testCases_next()
3430 testCases_a_float64 = current_a_float64; in testCases_next()
3434 testCases_a_float64 = float64Random(); in testCases_next()
3438 testCases_a_float64 = current_a_float64; in testCases_next()
3613 testCases_a_float64 = float64Random(); in testCases_next()
3616 testCases_a_float64 = float64NextQOutP2( &sequenceA ); in testCases_next()
3626 testCases_a_float64 = float64Random(); in testCases_next()
[all …]
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestCases.h91 extern float64 testCases_a_float64;