Home
last modified time | relevance | path

Searched refs:greaterEquals (Results 1 – 8 of 8) sorted by relevance

/aosp12/art/test/580-fp16/src-art/
H A DMain.java246 assertFalse(FP16.greaterEquals(FP16.toHalf(12.3f), FP16.NaN)); in testGreaterEquals()
247 assertFalse(FP16.greaterEquals(FP16.NaN, FP16.toHalf(12.3f))); in testGreaterEquals()
248 assertTrue(FP16.greaterEquals(FP16.MIN_NORMAL, FP16.MIN_VALUE)); in testGreaterEquals()
249 assertFalse(FP16.greaterEquals(FP16.MIN_VALUE, FP16.MIN_NORMAL)); in testGreaterEquals()
254 assertTrue(FP16.greaterEquals((short) 0x3ff, FP16.MIN_VALUE)); in testGreaterEquals()
261 assertTrue(FP16.greaterEquals(FP16.toHalf(0.0f), FP16.toHalf(-1.0f))); in testGreaterEquals()
264 assertTrue(FP16.greaterEquals(FP16.toHalf(1.0f), FP16.toHalf(0.0f))); in testGreaterEquals()
266 assertTrue(FP16.greaterEquals(FP16.toHalf(1.0f), FP16.toHalf(1.0f))); in testGreaterEquals()
267 assertTrue(FP16.greaterEquals(FP16.toHalf(1.3f), FP16.toHalf(1.3f))); in testGreaterEquals()
271 assertTrue(FP16.greaterEquals(FP16.toHalf(0.1f), FP16.toHalf(0.0f))); in testGreaterEquals()
[all …]
/aosp12/frameworks/base/core/java/android/util/
H A DHalf.java673 public static boolean greaterEquals(@HalfFloat short x, @HalfFloat short y) { in greaterEquals() method in Half
674 return FP16.greaterEquals(x, y); in greaterEquals()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dhttpcore-4.4.13.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/aosp12/art/build/boot/
H A Dboot-image-profile.txt8321 HSPLlibcore/util/FP16;->greaterEquals(SS)Z
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt46236 method public static boolean greaterEquals(@HalfFloat short, @HalfFloat short);
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt54505 method public final boolean greaterEquals(org.apache.http.ProtocolVersion);
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt30929 HSPLlibcore/util/FP16;->greaterEquals(SS)Z