HomeSort by relevance Sort by last modified time
    Searched full:wholesize (Results 1 - 2 of 2) sorted by null

  /packages/apps/ExactCalculator/src/com/android/calculator2/
Evaluator.java 536 int wholeSize = cache.indexOf('.');
541 if (wholeSize <= lineLength && lastDigit <= 0) {
545 if (lastDigit >= 0 && wholeSize + lastDigit + 1 /* dec.pt. */ <= lineLength) {
550 if (msd > wholeSize && msd <= wholeSize + EXP_COST + 1) {
552 msd = wholeSize - 1;
554 if (msd > wholeSize + MAX_MSD_PREC) {
564 return msd - wholeSize + lineLength - negative - 1;
    [all...]
  /cts/apps/CtsVerifier/libs/
opencv-android.jar 

Completed in 61 milliseconds