Home
last modified time | relevance | path

Searched refs:floorMod (Results 1 – 5 of 5) sorted by relevance

/external/opencensus-java/api/src/main/java/io/opencensus/common/
DTimestamp.java87 int mos = (int) floorMod(epochMilli, MILLIS_PER_SECOND); in fromMillis()
187 int nos = (int) floorMod(nanoAdjustment, NANOS_PER_SECOND); in ofEpochSecond()
197 private static long floorMod(long x, long y) { in floorMod() method in Timestamp
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
DMiscUtils.java62 static int floorMod(float x, float y) { in floorMod() method in MiscUtils
63 return floorMod((int) x, (int) y); in floorMod()
66 private static int floorMod(int x, int y) { in floorMod() method in MiscUtils
DUtils.java134 newStart = MiscUtils.floorMod(newStart, length); in applyTrimPathIfNeeded()
135 newEnd = MiscUtils.floorMod(newEnd, length); in applyTrimPathIfNeeded()
139 newStart = MiscUtils.floorMod(newStart, length); in applyTrimPathIfNeeded()
142 newEnd = MiscUtils.floorMod(newEnd, length); in applyTrimPathIfNeeded()
/external/swiftshader/src/System/
DMath.hpp204 inline int floorMod(int a, int b) in floorMod() function
/external/swiftshader/src/Common/
DMath.hpp236 inline int floorMod(int a, int b) in floorMod() function