Searched refs:greater (Results 1 – 17 of 17) sorted by relevance
/art/test/580-checker-fp16/src-art/ |
D | Main.java | 213 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/ |
D | info.txt | 2 dex method index is greater than the imt size.
|
/art/test/020-string/ |
D | expected-stdout.txt | 3 Compare result is greater than zero
|
/art/cmdline/ |
D | token_range.h | 203 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/ |
D | README.md | 33 ordering relation `⪯` (e.g. less-than-or-equal or greater-than-or-equal).
|
/art/runtime/gc/collector/ |
D | mark_compact-inl.h | 283 if (std::less<void*>{}(root, stack_low_addr) || std::greater<void*>{}(root, stack_high_addr)) { in VerifyRootSingleUpdate()
|
/art/tools/ |
D | libcore_failures.txt | 66 is greater then a date in 1998.",
|
/art/runtime/gc/space/ |
D | region_space.h | 771 std::multimap<size_t, Region*, std::greater<size_t>> partial_tlabs_ GUARDED_BY(region_lock_);
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 981 #error Long array data offset must be 4 greater than int array data offset.
|
/art/runtime/arch/riscv64/ |
D | quick_entrypoints_riscv64.S | 1845 #error Long array data offset must be 4 greater than int array data offset.
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1183 #error Long array data offset must be 4 greater than int array data offset.
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1023 #error Long array data offset must be 4 greater than int array data offset.
|
/art/compiler/optimizing/ |
D | code_generator_x86.cc | 5330 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()
|
D | code_generator_x86_64.cc | 2758 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()
|
D | code_generator_arm_vixl.cc | 5792 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/ |
D | quick_entrypoints_arm64.S | 1489 #error Long array data offset must be 4 greater than int array data offset.
|
/art/build/boot/ |
D | boot-image-profile.txt | 8799 HSPLlibcore/util/FP16;->greater(SS)Z
|