HomeSort by: relevance | last modified time | path
    Searched refs:maxErrorCount (Results 1 - 3 of 3) sorted by relevancy

  /src/regress/lib/libc/ieeefp/testfloat/
testLoops.c 70 uint32 maxErrorCount = 0;
543 if ( errorCount == maxErrorCount ) goto exit;
594 if ( errorCount == maxErrorCount ) goto exit;
647 if ( errorCount == maxErrorCount ) goto exit;
702 if ( errorCount == maxErrorCount ) goto exit;
757 if ( errorCount == maxErrorCount ) goto exit;
808 if ( errorCount == maxErrorCount ) goto exit;
861 if ( errorCount == maxErrorCount ) goto exit;
916 if ( errorCount == maxErrorCount ) goto exit;
975 if ( errorCount == maxErrorCount ) goto exit
    [all...]
testfloat.c 99 maxErrorCount = 20;
198 maxErrorCount = atoi( argv[ 1 ] );
  /src/regress/lib/libc/ieeefp/testfloat/include/
testLoops.h 64 extern uint32 maxErrorCount;

Completed in 12 milliseconds