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

  /external/skia/src/core/
Sk64.cpp 343 int shiftN = nclz - 1;
344 SkASSERT(shiftN >= 0);
348 if (shiftD + shiftN < 16)
349 shiftD = 16 - shiftN;
351 shiftN = 16 - shiftD;
358 if (shiftN >= 0)
359 N.shiftLeft(shiftN);
361 N.roundRight(-shiftN);

Completed in 45 milliseconds