Home
last modified time | relevance | path

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

/external/zstd/tests/
Dparamgrill.c1853 double W_ratio = (double)buf.srcSize / testResult.cSize; in BMK_seed() local
1855 double W_ratioNote = log (W_ratio); in BMK_seed()
1875 if (W_ratio > O_ratio) in BMK_seed()
1877 W_ratio, (double)(W_DMemUsed) / 1024 / 1024, in BMK_seed()
1883 if (W_ratio > O_ratio) in BMK_seed()
1885 W_ratio, (double)(W_CMemUsed) / 1024 / 1024, in BMK_seed()
1892 if (W_ratio > O_ratio) in BMK_seed()
1894 W_ratio, (double)testResult.cSpeed / MB_UNIT, in BMK_seed()
1901 if (W_ratio > O_ratio) in BMK_seed()
1903 W_ratio, (double)testResult.dSpeed / MB_UNIT, in BMK_seed()
[all …]