Home
last modified time | relevance | path

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

/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestLoops.c70 uint32 maxErrorCount = 0; variable
543 if ( errorCount == maxErrorCount ) goto exit; in test_a_int32_z_float32()
594 if ( errorCount == maxErrorCount ) goto exit; in test_a_int32_z_float64()
647 if ( errorCount == maxErrorCount ) goto exit; in test_a_int32_z_floatx80()
702 if ( errorCount == maxErrorCount ) goto exit; in test_a_int32_z_float128()
757 if ( errorCount == maxErrorCount ) goto exit; in test_a_int64_z_float32()
808 if ( errorCount == maxErrorCount ) goto exit; in test_a_int64_z_float64()
861 if ( errorCount == maxErrorCount ) goto exit; in test_a_int64_z_floatx80()
916 if ( errorCount == maxErrorCount ) goto exit; in test_a_int64_z_float128()
975 if ( errorCount == maxErrorCount ) goto exit; in test_a_float32_z_int32()
[all …]
H A Dtestfloat.c99 maxErrorCount = 20; in main()
198 maxErrorCount = atoi( argv[ 1 ] ); in main()
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A DtestLoops.h64 extern uint32 maxErrorCount;