Lines Matching defs:weight
860 // \todo [2011-02-28 pyry] Give lower weight to entries without range? Choose subtype range?
1001 // Dynamic vs. constant weight.
1028 float weight = 1.0f;
1041 // Check for -inf..inf ranges - they don't bring down the weight.
1055 weight = combineWeight(weight, elementWeight);
1069 // Check for -inf..inf ranges - they don't bring down the weight.
1083 weight = combineWeight(weight, elementWeight);
1102 return deFloatMax(weight, 0.01f);