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

  /external/pdfium/third_party/bigint/
BigUnsignedInABase.cc 55 // Get last digit. This is like `lastDigit = x2 % buBase, x2 /= buBase'.
56 BigUnsigned lastDigit(x2);
57 lastDigit.divideWithRemainder(buBase, x2);
59 blk[digitNum] = lastDigit.toUnsignedShort();
  /external/skia/src/gpu/gl/
GrGLUtil.cpp 259 int lastDigit;
260 int n = sscanf(rendererString, "PowerVR SGX 54%d", &lastDigit);
261 if (1 == n && lastDigit >= 0 && lastDigit <= 9) {

Completed in 58 milliseconds