Searched defs:ratVal (Results 1 – 2 of 2) sorted by relevance
310 PreEval(CR val, BoundedRational ratVal, CalculatorExpr expr, in PreEval()622 public CalculatorExpr abbreviate(CR val, BoundedRational ratVal, in abbreviate()639 public final BoundedRational ratVal; // Exact Rational value or null. field in CalculatorExpr.EvalRet722 BoundedRational ratVal; in evalUnary() local908 BoundedRational ratVal = tmp.ratVal; in evalSuffix() local949 BoundedRational ratVal = result1.ratVal; // int value so far in evalFactor() local979 BoundedRational ratVal = negative ? BoundedRational.negate(tmp.ratVal) in evalSignedFactor() local1005 BoundedRational ratVal = tmp.ratVal; // Current rational value. in evalTerm() local1071 BoundedRational ratVal = isSubtraction ? BoundedRational.negate(tmp.ratVal) in getPercentFactor() local1089 BoundedRational ratVal = tmp.ratVal; in evalExpr() local[all …]
201 public final BoundedRational ratVal; // Rational value or null. field in Evaluator.InitialResult554 int getLsdOffset(BoundedRational ratVal, String cache, int decIndex) { in getLsdOffset()