Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestLoops.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()
1425 trueZ = trueFunction( testCases_a_float64 ); in test_a_float64_z_int64()
1428 testZ = testFunction( 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()
1539 trueZ = trueFunction( testCases_a_float64 ); in test_a_float64_z_floatx80()
1542 testZ = testFunction( testCases_a_float64 ); in test_a_float64_z_floatx80()
[all …]
H A DtestCases.h59 extern float64 testCases_a_float64;
H A DtestCases.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 …]