Home
last modified time | relevance | path

Searched defs:positiveModulo (Results 1 – 2 of 2) sorted by relevance

/external/cronet/base/android/java/src/org/chromium/base/
DMathUtils.java81 public static int positiveModulo(int a, int b) { in positiveModulo() method in MathUtils
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h482 int positiveModulo(int Dividend, int Divisor) const { in positiveModulo() function