Home
last modified time | relevance | path

Searched refs:greater (Results 1 – 17 of 17) sorted by relevance

/art/test/580-checker-fp16/src-art/
DMain.java213 assertTrue(FP16.greater(FP16.POSITIVE_INFINITY, FP16.NEGATIVE_INFINITY)); in testGreater()
214 assertTrue(FP16.greater(FP16.POSITIVE_INFINITY, FP16.MAX_VALUE)); in testGreater()
215 assertFalse(FP16.greater(FP16.MAX_VALUE, FP16.POSITIVE_INFINITY)); in testGreater()
216 assertFalse(FP16.greater(FP16.NEGATIVE_INFINITY, FP16.LOWEST_VALUE)); in testGreater()
217 assertTrue(FP16.greater(FP16.LOWEST_VALUE, FP16.NEGATIVE_INFINITY)); in testGreater()
218 assertFalse(FP16.greater(FP16.NEGATIVE_ZERO, FP16.POSITIVE_ZERO)); in testGreater()
219 assertFalse(FP16.greater(FP16.POSITIVE_ZERO, FP16.NEGATIVE_ZERO)); in testGreater()
220 assertFalse(FP16.greater(FP16.toHalf(12.3f), FP16.NaN)); in testGreater()
221 assertFalse(FP16.greater(FP16.NaN, FP16.toHalf(12.3f))); in testGreater()
222 assertTrue(FP16.greater(FP16.MIN_NORMAL, FP16.MIN_VALUE)); in testGreater()
[all …]
/art/test/841-defaults/
Dinfo.txt2 dex method index is greater than the imt size.
/art/test/020-string/
Dexpected-stdout.txt3 Compare result is greater than zero
/art/cmdline/
Dtoken_range.h203 auto& greater = Size() < other.Size() ? other : *this; in StartsWith() local
205 return std::equal(smaller.begin(), smaller.end(), greater.begin()); in StartsWith()
/art/libartbase/base/metrics/
DREADME.md33 ordering relation `⪯` (e.g. less-than-or-equal or greater-than-or-equal).
/art/runtime/gc/collector/
Dmark_compact-inl.h283 if (std::less<void*>{}(root, stack_low_addr) || std::greater<void*>{}(root, stack_high_addr)) { in VerifyRootSingleUpdate()
/art/tools/
Dlibcore_failures.txt66 is greater then a date in 1998.",
/art/runtime/gc/space/
Dregion_space.h771 std::multimap<size_t, Region*, std::greater<size_t>> partial_tlabs_ GUARDED_BY(region_lock_);
/art/runtime/arch/x86_64/
Dquick_entrypoints_x86_64.S981 #error Long array data offset must be 4 greater than int array data offset.
/art/runtime/arch/riscv64/
Dquick_entrypoints_riscv64.S1845 #error Long array data offset must be 4 greater than int array data offset.
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S1183 #error Long array data offset must be 4 greater than int array data offset.
/art/runtime/arch/x86/
Dquick_entrypoints_x86.S1023 #error Long array data offset must be 4 greater than int array data offset.
/art/compiler/optimizing/
Dcode_generator_x86.cc5330 NearLabel less, greater, done; in VisitCompare() local
5367 __ j(kGreater, &greater); // Signed compare. in VisitCompare()
5381 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare()
5387 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare()
5399 __ Bind(&greater); in VisitCompare()
Dcode_generator_x86_64.cc2758 NearLabel less, greater, done; in VisitCompare() local
2786 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare()
2800 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare()
2812 __ Bind(&greater); in VisitCompare()
Dcode_generator_arm_vixl.cc5792 vixl32::Label less, greater, done; in VisitCompare() local
5812 __ B(gt, &greater, /* is_far_target= */ false); in VisitCompare()
5836 __ Bind(&greater); in VisitCompare()
/art/runtime/arch/arm64/
Dquick_entrypoints_arm64.S1489 #error Long array data offset must be 4 greater than int array data offset.
/art/build/boot/
Dboot-image-profile.txt8799 HSPLlibcore/util/FP16;->greater(SS)Z