OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026