Searched refs:floorMod (Results 1 – 5 of 5) sorted by relevance
/external/opencensus-java/api/src/main/java/io/opencensus/common/ |
D | Timestamp.java | 87 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/ |
D | MiscUtils.java | 62 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
|
D | Utils.java | 134 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/ |
D | Math.hpp | 204 inline int floorMod(int a, int b) in floorMod() function
|
/external/swiftshader/src/Common/ |
D | Math.hpp | 236 inline int floorMod(int a, int b) in floorMod() function
|