Home
last modified time | relevance | path

Searched defs:floorMod (Results 1 – 9 of 9) sorted by relevance

/external/threetenbp/src/main/java/org/threeten/bp/jdk8/
DJdk8Methods.java322 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/
DMiscUtils.java63 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/
DTimestamp.java197 private static long floorMod(long x, long y) { in floorMod() method in Timestamp
/external/accompanist/sample/src/main/java/com/google/accompanist/sample/pager/
DHorizontalPagerLoopingSample.kt109 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
DHorizontalPagerLoopingTabsSample.kt164 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
DHorizontalPagerLoopingIndicatorSample.kt198 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
DRoundedCornersContent.java210 private static int floorMod(int x, int y) { in floorMod() method in RoundedCornersContent
/external/swiftshader/src/System/
DMath.hpp204 inline int floorMod(int a, int b) in floorMod() function
/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
DFastMath.java4198 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