Home
last modified time | relevance | path

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

/dports/devel/bison/bison-3.7.6/src/
H A Dcounterexample.c54 #define SHIFT_COST 1 macro
804 return SHIFT_COST * shifts + PRODUCTION_COST * productions; in reduction_cost()
843 copy->complexity += r_cost + PRODUCTION_COST + 2 * SHIFT_COST; in reduction_step()
1001 int complexity = ss->complexity + 2 * SHIFT_COST; in generate_next_states()
/dports/devel/hyperscan/hyperscan-5.4.0/src/nfa/
H A Dlimex_compile.cpp202 const int SHIFT_COST = 10; // limex: cost per shift mask variable
1578 score += SHIFT_COST * nShifts; in getLimexScore()