Home | History | Annotate | Download | only in coll

Lines Matching defs:MERGE_WEIGHT

130      * Must be greater than any special value, e.g., MERGE_WEIGHT.
149 * Must be greater than any special value, e.g., MERGE_WEIGHT.
161 static final int MERGE_WEIGHT = 3;
594 // Pass through EOS and MERGE_WEIGHT
595 // and keep real tertiary weights larger than the MERGE_WEIGHT.
597 if(leftTertiary > MERGE_WEIGHT) {
600 if(rightTertiary > MERGE_WEIGHT) {
673 return MERGE_WEIGHT;