HomeSort by relevance Sort by last modified time
    Searched refs:lastDigit (Results 1 - 3 of 3) 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 294 int lastDigit;
295 int n = sscanf(rendererString, "PowerVR SGX 54%d", &lastDigit);
296 if (1 == n && lastDigit >= 0 && lastDigit <= 9) {
  /external/skqp/src/gpu/gl/
GrGLUtil.cpp 294 int lastDigit;
295 int n = sscanf(rendererString, "PowerVR SGX 54%d", &lastDigit);
296 if (1 == n && lastDigit >= 0 && lastDigit <= 9) {

Completed in 659 milliseconds