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

/packages/apps/ExactCalculator/src/com/android/calculator2/
H A DEvaluator.java243 // representation, and that we rarely have to evaluate nonzero results to MAX_MSD_PREC_OFFSET.
253 private static final int MAX_MSD_PREC_OFFSET = 1100; field in class:Evaluator
608 precOffset = MAX_MSD_PREC_OFFSET;

Completed in 119 milliseconds