Searched refs:resultScore (Results 1 – 1 of 1) sorted by relevance
/external/zstd/tests/ |
D | paramgrill.c | 564 resultScore(const BMK_benchResult_t res, const size_t srcSize, const constraint_t target) in resultScore() function 607 && (resultScore(result1, srcSize, target) < resultScore(result2, srcSize, target))); in compareResultLT() 1717 winnerRS = resultScore(*winnerResult, buf.srcSize, target); in allBench() 1746 (!feas && (winnerRS > resultScore(resultMax, buf.srcSize, target)))) { in allBench() 1753 …if((!feas && (resultScore(benchres, buf.srcSize, target) > resultScore(*winnerResult, buf.srcSize,… in allBench()
|