Lines Matching defs:composeRuleValue
58 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return newRuleValue; }
112 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const {
165 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const {
196 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
233 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue + oldRuleValue; }
256 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return -newRuleValue; }
306 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleValue / oldRuleValue; }
341 virtual double composeRuleValue(double /*newRuleValue*/, double /*oldRuleValue*/) const { return 0.0; } // never called
750 // composeRuleValue() produces a full parse result from
772 tempResult = composeRuleValue(tempResult, baseValue);
974 tempResult = composeRuleValue(tempResult, baseValue);
1205 result = composeRuleValue(result, baseValue);