Lines Matching refs:composeRuleValue
56 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return newRu… in composeRuleValue() function in SameValueSubstitution
107 virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { in composeRuleValue() function in MultiplierSubstitution
157 virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { in composeRuleValue() function in ModulusSubstitution
183 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in IntegralPartSubstitution
217 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in FractionalPartSubstitution
237 …virtual double composeRuleValue(double newRuleValue, double /*oldRuleValue*/) const { return -newR… in composeRuleValue() function in AbsoluteValueSubstitution
284 …virtual double composeRuleValue(double newRuleValue, double oldRuleValue) const { return newRuleVa… in composeRuleValue() function in NumeratorSubstitution
316 …virtual double composeRuleValue(double /*newRuleValue*/, double /*oldRuleValue*/) const { return 0… in composeRuleValue() function in NullSubstitution
745 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
947 tempResult = composeRuleValue(tempResult, baseValue); in doParse()
1160 result = composeRuleValue(result, baseValue); in doParse()