Home
last modified time | relevance | path

Searched defs:ec (Results 1 – 1 of 1) sorted by relevance

/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculatorExpr.java311 EvalContext ec, String shortRep) { in PreEval()
671 private CR toRadians(CR x, EvalContext ec) { in toRadians()
679 private CR fromRadians(CR x, EvalContext ec) { in fromRadians()
698 private boolean isOperator(int i, int op, EvalContext ec) { in isOperator()
720 private EvalRet evalUnary(int i, EvalContext ec) throws SyntaxException { in evalUnary()
904 private EvalRet evalSuffix(int i, EvalContext ec) throws SyntaxException { in evalSuffix()
945 private EvalRet evalFactor(int i, EvalContext ec) throws SyntaxException { in evalFactor()
973 private EvalRet evalSignedFactor(int i, EvalContext ec) throws SyntaxException { in evalSignedFactor()
999 private EvalRet evalTerm(int i, EvalContext ec) throws SyntaxException { in evalTerm()
1068 private EvalRet getPercentFactor(int pos, boolean isSubtraction, EvalContext ec) in getPercentFactor()
[all …]