Searched refs:eval (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Calculator/
H A Darity-2.1.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/javia/ org/javia/arity/ org/javia/arity/Compiler ...
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorExpressionEvaluator.java66 double result = mSymbols.eval(expr);
/packages/services/Car/
H A Dapicheck.mk121 $(eval $(call check-api, \
137 $(eval $(call check-api, \
180 $(eval $(call check-api, \
196 $(eval $(call check-api, \
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndldic.c1061 NJ_UINT32 max_value, eval, current; local
1113 eval = current;
1117 eval = que_id + GET_LEARN_MAX_WORD_COUNT(loctset->loct.handle);
1119 eval = que_id;
1122 printf("que(%d) : eval = %d\n", que_id, eval);
1124 is_better_freq = ((eval >= max_value) && ((is_first_search) || (eval < current))) ? 1 : 0;
1158 max_value = eval;
1172 max_value = eval;
1938 NJ_UINT32 max_value, eval, current; local
[all...]
/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DEvaluator.java59 * When evaluation is requested, we invoke the eval() method on the CalculatorExpr from a
64 * evaluating the constructive real (CR) returned by CalculatorExpr.eval() to the required
347 CalculatorExpr.EvalResult res = mExpr.eval(mDm);
H A DCalculatorExpr.java688 // error. We expect that to be caught in eval below.
1178 EvalResult eval(boolean degreeMode) throws SyntaxException method in class:CalculatorExpr

Completed in 767 milliseconds