HomeSort by: relevance | last modified time | path
    Searched defs:feas (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/zstd/dist/tests/
paramgrill.c 1704 BMK_benchResult_t* winnerResult, int feas)
1722 /* anything with worse ratio in feas is definitely worse, discard */
1723 if(feas && benchres.cSize < winnerResult->cSize && !g_optmode) {
1743 /* disregard infeasible results in feas mode */
1745 if((feas && !feasible(resultMax, target)) ||
1746 (!feas && (winnerRS > resultScore(resultMax, buf.srcSize, target)))) {
1752 /* compare by compareResultLT when in feas */
1753 if((!feas && (resultScore(benchres, buf.srcSize, target) > resultScore(*winnerResult, buf.srcSize, target))) ||
1754 (feas && (compareResultLT(*winnerResult, benchres, target, buf.srcSize))) ) {
1769 const int feas) {
2185 int feas = 0; local
    [all...]

Completed in 25 milliseconds