Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/zstd/tests/
Dparamgrill.c357 BMK_result_t testResult; in BMK_seed() local
361 BMK_benchParam(&testResult, srcBuffer, srcSize, ctx, params); in BMK_seed()
364 if (testResult.cSpeed < g_cSpeedTarget[cLevel]) in BMK_seed()
368 winners[cLevel].result = testResult; in BMK_seed()
370 BMK_printWinner(stdout, cLevel, testResult, params, srcSize); in BMK_seed()
375 …if ((double)testResult.cSize <= ((double)winners[cLevel].result.cSize * (1. + (0.02 / cLevel))) ) { in BMK_seed()
377 double W_ratio = (double)srcSize / testResult.cSize; in BMK_seed()
391 double W_CSpeed_note = W_ratioNote * ( 30 + 10*cLevel) + log(testResult.cSpeed); in BMK_seed()
394 double W_DSpeed_note = W_ratioNote * ( 20 + 2*cLevel) + log(testResult.dSpeed); in BMK_seed()
417 W_ratio, testResult.cSpeed / 1000000, in BMK_seed()
[all …]
Dzbufftest.c121 int testResult = 0; in basicUnitTests() local
225 return testResult; in basicUnitTests()
228 testResult = 1; in basicUnitTests()
Dfuzzer.c283 int testResult = 0; in basicUnitTests() local
290 testResult = 1; in basicUnitTests()
423 testResult = 1; in basicUnitTests()
499 testResult = 1; in basicUnitTests()
1293 return testResult; in basicUnitTests()
1296 testResult = 1; in basicUnitTests()
Dzstreamtest.c220 int testResult = 0; in basicUnitTests() local
912 return testResult; in basicUnitTests()
915 testResult = 1; in basicUnitTests()