Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/jdk8/
H A 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
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/utils/
H A 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
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/
H A DStrictMathTest.java173 int floorMod = StrictMath.floorMod(a, b); in testFloorModI() local
219 long floorMod = StrictMath.floorMod(a, b); in testFloorModL() local
H A DMathTest.java245 int floorMod = Math.floorMod(a, b); in testFloorModI() local
291 long floorMod = Math.floorMod(a, b); in testFloorModL() local
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/lang/
H A DMath.annotated.java138 public static int floorMod(int x, int y) { throw new RuntimeException("Stub!"); } in floorMod() method in Math
140 public static int floorMod(long x, int y) { throw new RuntimeException("Stub!"); } in floorMod() method in Math
142 public static long floorMod(long x, long y) { throw new RuntimeException("Stub!"); } in floorMod() method in Math
H A DStrictMath.annotated.java137 public static int floorMod(int x, int y) { throw new RuntimeException("Stub!"); } in floorMod() method in StrictMath
139 public static int floorMod(long x, int y) { throw new RuntimeException("Stub!"); } in floorMod() method in StrictMath
141 public static long floorMod(long x, long y) { throw new RuntimeException("Stub!"); } in floorMod() method in StrictMath
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1388 public static int floorMod(int x, int y) { in floorMod() method in StrictMath
1416 public static int floorMod(long x, int y) { in floorMod() method in StrictMath
1444 public static long floorMod(long x, long y) { in floorMod() method in StrictMath
DMath.java1730 public static int floorMod(int x, int y) { in floorMod() method in Math
1761 public static int floorMod(long x, int y) { in floorMod() method in Math
1788 public static long floorMod(long x, long y) { in floorMod() method in Math
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DMath.java1730 public static int floorMod(int x, int y) { in floorMod() method in Math
1761 public static int floorMod(long x, int y) { in floorMod() method in Math
1788 public static long floorMod(long x, long y) { in floorMod() method in Math
H A DStrictMath.java1388 public static int floorMod(int x, int y) { in floorMod() method in StrictMath
1416 public static int floorMod(long x, int y) { in floorMod() method in StrictMath
1444 public static long floorMod(long x, long y) { in floorMod() method in StrictMath
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/
DMath.java1730 public static int floorMod(int x, int y) { in floorMod() method in Math
1761 public static int floorMod(long x, int y) { in floorMod() method in Math
1788 public static long floorMod(long x, long y) { in floorMod() method in Math
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DStrictMath.java1388 public static int floorMod(int x, int y) { in floorMod() method in StrictMath
1416 public static int floorMod(long x, int y) { in floorMod() method in StrictMath
1444 public static long floorMod(long x, long y) { in floorMod() method in StrictMath
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/common/
H A DTimestamp.java197 private static long floorMod(long x, long y) { in floorMod() method in Timestamp
/aosp_15_r20/external/accompanist/sample/src/main/java/com/google/accompanist/sample/pager/
H A DHorizontalPagerLoopingSample.kt109 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
H A DHorizontalPagerLoopingTabsSample.kt164 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
H A DHorizontalPagerLoopingIndicatorSample.kt198 private fun Int.floorMod(other: Int): Int = when (other) { in floorMod() method
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
H A DRoundedCornersContent.java210 private static int floorMod(int x, int y) { in floorMod() method in RoundedCornersContent
/aosp_15_r20/external/swiftshader/src/System/
H A DMath.hpp204 inline int floorMod(int a, int b) in floorMod() function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A 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
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common/javac/
Dlottie.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/airbnb/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/lottie/lottie/android_common_apex30/javac/
Dlottie.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/airbnb/ com/ ...
/aosp_15_r20/external/ow2-asm/tools/
HDjdk8-api.jarMETA-INF/ java/io/CharArrayReader.class <Unknown> package java.io public ...
/aosp_15_r20/out/soong/.intermediates/libcore/java.current.stubs/android_common/turbine-combined/
Djava.current.stubs.jarjava/awt/font/NumericShaper$Range.class <Unknown> package java.awt. ...
/aosp_15_r20/prebuilts/module_sdk/art/1/java/
Dart.module.intra.core.api.stubs.jarandroid/compat/Compatibility$ChangeConfig.class <Unknown> package android.compat public final android ...
/aosp_15_r20/out/soong/.intermediates/libcore/java.current.stubs/android_common/turbine/
Djava.current.stubs.jarjava/awt/font/NumericShaper$Range.class <Unknown> package java.awt. ...

12345678910>>...14