Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c250 writeHex_float128( testCases_a_float128, stdout ); in writeInput_a_float128()
257 writeHex_float128( testCases_a_float128, stdout ); in writeInputs_ab_float128()
2309 trueZ = trueFunction( testCases_a_float128 ); in test_a_float128_z_int32()
2312 testZ = testFunction( testCases_a_float128 ); in test_a_float128_z_int32()
2321 && float128_is_signaling_nan( testCases_a_float128 ) ) { in test_a_float128_z_int32()
2366 trueZ = trueFunction( testCases_a_float128 ); in test_a_float128_z_int64()
2369 testZ = testFunction( testCases_a_float128 ); in test_a_float128_z_int64()
2378 && float128_is_signaling_nan( testCases_a_float128 ) ) { in test_a_float128_z_int64()
2423 trueZ = trueFunction( testCases_a_float128 ); in test_a_float128_z_float32()
2426 testZ = testFunction( testCases_a_float128 ); in test_a_float128_z_float32()
[all …]
H A DtestCases.c3314 float128 testCases_a_float128; variable
3497 testCases_a_float128 = float128Random(); in testCases_next()
3500 testCases_a_float128 = float128NextQOutP1( &sequenceA ); in testCases_next()
3517 testCases_a_float128 = float128Random(); in testCases_next()
3521 testCases_a_float128 = current_a_float128; in testCases_next()
3525 testCases_a_float128 = float128Random(); in testCases_next()
3529 testCases_a_float128 = current_a_float128; in testCases_next()
3680 testCases_a_float128 = float128Random(); in testCases_next()
3683 testCases_a_float128 = float128NextQOutP2( &sequenceA ); in testCases_next()
3693 testCases_a_float128 = float128Random(); in testCases_next()
[all …]
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestCases.h98 extern float128 testCases_a_float128;