Home
last modified time | relevance | path

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

/NextBSD/tools/test/testfloat/
HDtestLoops.c181 writeHex_float64( testCases_a_float64, stdout ); in writeInput_a_float64()
188 writeHex_float64( testCases_a_float64, stdout ); in writeInputs_ab_float64()
1368 trueZ = trueFunction( testCases_a_float64 ); in test_a_float64_z_int32()
1371 testZ = testFunction( testCases_a_float64 ); in test_a_float64_z_int32()
1380 && float64_is_signaling_nan( testCases_a_float64 ) ) { in test_a_float64_z_int32()
1425 trueZ = trueFunction( testCases_a_float64 ); in test_a_float64_z_int64()
1428 testZ = testFunction( testCases_a_float64 ); in test_a_float64_z_int64()
1437 && float64_is_signaling_nan( testCases_a_float64 ) ) { in test_a_float64_z_int64()
1482 trueZ = trueFunction( testCases_a_float64 ); in test_a_float64_z_float32()
1485 testZ = testFunction( testCases_a_float64 ); in test_a_float64_z_float32()
[all …]
HDtestCases.h59 extern float64 testCases_a_float64;
HDtestCases.c3274 float64 testCases_a_float64; variable
3373 testCases_a_float64 = float64Random(); in testCases_next()
3376 testCases_a_float64 = float64NextQOutP1( &sequenceA ); in testCases_next()
3393 testCases_a_float64 = float64Random(); in testCases_next()
3397 testCases_a_float64 = current_a_float64; in testCases_next()
3401 testCases_a_float64 = float64Random(); in testCases_next()
3405 testCases_a_float64 = current_a_float64; in testCases_next()
3580 testCases_a_float64 = float64Random(); in testCases_next()
3583 testCases_a_float64 = float64NextQOutP2( &sequenceA ); in testCases_next()
3593 testCases_a_float64 = float64Random(); in testCases_next()
[all …]