Searched refs:greaterEquals (Results 1 – 3 of 3) sorted by relevance
/libcore/luni/src/test/java/libcore/libcore/util/ |
D | FP16Test.java | 329 assertTrue(FP16.greaterEquals(POSITIVE_INFINITY, NEGATIVE_INFINITY)); in testGreaterEquals() 330 assertTrue(FP16.greaterEquals(POSITIVE_INFINITY, MAX_VALUE)); in testGreaterEquals() 331 assertFalse(FP16.greaterEquals(MAX_VALUE, POSITIVE_INFINITY)); in testGreaterEquals() 332 assertFalse(FP16.greaterEquals(NEGATIVE_INFINITY, LOWEST_VALUE)); in testGreaterEquals() 333 assertTrue(FP16.greaterEquals(LOWEST_VALUE, NEGATIVE_INFINITY)); in testGreaterEquals() 334 assertTrue(FP16.greaterEquals(NEGATIVE_ZERO, POSITIVE_ZERO)); in testGreaterEquals() 335 assertTrue(FP16.greaterEquals(POSITIVE_ZERO, NEGATIVE_ZERO)); in testGreaterEquals() 336 assertFalse(FP16.greaterEquals(toHalf(12.3f), NaN)); in testGreaterEquals() 337 assertFalse(FP16.greaterEquals(NaN, toHalf(12.3f))); in testGreaterEquals() 338 assertTrue(FP16.greaterEquals(MIN_NORMAL, MIN_VALUE)); in testGreaterEquals() [all …]
|
/libcore/luni/src/main/java/libcore/util/ |
D | FP16.java | 496 public static boolean greaterEquals(short x, short y) { in greaterEquals() method in FP16
|
/libcore/mmodules/core_platform_api/api/legacy_platform/ |
D | current-api.txt | 1044 method public static boolean greaterEquals(short, short);
|