Searched refs:greater (Results 1 – 15 of 15) sorted by relevance
/art/test/580-fp16/src-art/ |
D | Main.java | 205 assertTrue(FP16.greater(FP16.POSITIVE_INFINITY, FP16.NEGATIVE_INFINITY)); in testGreater() 206 assertTrue(FP16.greater(FP16.POSITIVE_INFINITY, FP16.MAX_VALUE)); in testGreater() 207 assertFalse(FP16.greater(FP16.MAX_VALUE, FP16.POSITIVE_INFINITY)); in testGreater() 208 assertFalse(FP16.greater(FP16.NEGATIVE_INFINITY, FP16.LOWEST_VALUE)); in testGreater() 209 assertTrue(FP16.greater(FP16.LOWEST_VALUE, FP16.NEGATIVE_INFINITY)); in testGreater() 210 assertFalse(FP16.greater(FP16.NEGATIVE_ZERO, FP16.POSITIVE_ZERO)); in testGreater() 211 assertFalse(FP16.greater(FP16.POSITIVE_ZERO, FP16.NEGATIVE_ZERO)); in testGreater() 212 assertFalse(FP16.greater(FP16.toHalf(12.3f), FP16.NaN)); in testGreater() 213 assertFalse(FP16.greater(FP16.NaN, FP16.toHalf(12.3f))); in testGreater() 214 assertTrue(FP16.greater(FP16.MIN_NORMAL, FP16.MIN_VALUE)); in testGreater() [all …]
|
/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/dexlayout/ |
D | dex_writer.h | 57 std::priority_queue<MapItem, std::vector<MapItem>, std::greater<MapItem>> {
|
/art/tools/ |
D | libcore_failures.txt | 66 is greater then a date in 1998.",
|
/art/runtime/gc/space/ |
D | region_space.h | 762 std::multimap<size_t, Region*, std::greater<size_t>> partial_tlabs_ GUARDED_BY(region_lock_);
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1273 #error Long array data offset must be 4 greater than int array data offset.
|
/art/runtime/arch/x86_64/ |
D | quick_entrypoints_x86_64.S | 970 #error Long array data offset must be 4 greater than int array data offset.
|
/art/compiler/optimizing/ |
D | code_generator_x86.cc | 5050 NearLabel less, greater, done; in VisitCompare() local 5087 __ j(kGreater, &greater); // Signed compare. in VisitCompare() 5101 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare() 5107 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare() 5119 __ Bind(&greater); in VisitCompare()
|
D | code_generator_x86_64.cc | 2336 NearLabel less, greater, done; in VisitCompare() local 2364 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare() 2378 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare() 2390 __ Bind(&greater); in VisitCompare()
|
D | code_generator_arm_vixl.cc | 5554 vixl32::Label less, greater, done; in VisitCompare() local 5574 __ B(gt, &greater, /* is_far_target= */ false); in VisitCompare() 5598 __ Bind(&greater); in VisitCompare()
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1611 #error Long array data offset must be 4 greater than int array data offset.
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1116 #error Long array data offset must be 4 greater than int array data offset.
|
/art/build/boot/ |
D | boot-image-profile.txt | 8320 HSPLlibcore/util/FP16;->greater(SS)Z
|