Home
last modified time | relevance | path

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

/freebsd-13.1/tools/test/testfloat/
H A DtestLoops.c38 uint32 maxErrorCount = 0; variable
512 if ( errorCount == maxErrorCount ) goto exit; in test_a_int32_z_float32()
563 if ( errorCount == maxErrorCount ) goto exit; in test_a_int32_z_float64()
616 if ( errorCount == maxErrorCount ) goto exit; in test_a_int32_z_floatx80()
671 if ( errorCount == maxErrorCount ) goto exit; in test_a_int32_z_float128()
726 if ( errorCount == maxErrorCount ) goto exit; in test_a_int64_z_float32()
777 if ( errorCount == maxErrorCount ) goto exit; in test_a_int64_z_float64()
830 if ( errorCount == maxErrorCount ) goto exit; in test_a_int64_z_floatx80()
885 if ( errorCount == maxErrorCount ) goto exit; in test_a_int64_z_float128()
944 if ( errorCount == maxErrorCount ) goto exit; in test_a_float32_z_int32()
[all …]
H A Dtestfloat.c63 maxErrorCount = 20; in main()
162 maxErrorCount = atoi( argv[ 1 ] ); in main()
H A DtestLoops.h32 extern uint32 maxErrorCount;
H A Dtestsoftfloat.c828 maxErrorCount = 20; in main()
914 maxErrorCount = atoi( argv[ 1 ] ); in main()