Searched defs:floorMod (Results 1 – 9 of 9) sorted by relevance
/external/threetenbp/src/main/java/org/threeten/bp/jdk8/ |
D | Jdk8Methods.java | 322 public static long floorMod(long a, long b) { in floorMod() method in Jdk8Methods 340 public static int floorMod(long a, int b) { in floorMod() method in Jdk8Methods 380 public static int floorMod(int a, int b) { in floorMod() method in Jdk8Methods
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/ |
D | MiscUtils.java | 63 static int floorMod(float x, float y) { in floorMod() method in MiscUtils 67 private static int floorMod(int x, int y) { in floorMod() method in MiscUtils
|
/external/opencensus-java/api/src/main/java/io/opencensus/common/ |
D | Timestamp.java | 197 private static long floorMod(long x, long y) { in floorMod() method in Timestamp
|
/external/accompanist/sample/src/main/java/com/google/accompanist/sample/pager/ |
D | HorizontalPagerLoopingSample.kt | 109 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
|
D | HorizontalPagerLoopingTabsSample.kt | 164 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
|
D | HorizontalPagerLoopingIndicatorSample.kt | 198 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/ |
D | RoundedCornersContent.java | 210 private static int floorMod(int x, int y) { in floorMod() method in RoundedCornersContent
|
/external/swiftshader/src/System/ |
D | Math.hpp | 204 inline int floorMod(int a, int b) in floorMod() function
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
D | FastMath.java | 4198 public static int floorMod(final int a, final int b) throws MathArithmeticException { in floorMod() method in FastMath 4227 public static long floorMod(final long a, final long b) { in floorMod() method in FastMath
|