Searched refs:greater (Results 1 – 13 of 13) 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.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/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/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 | 4864 NearLabel less, greater, done; in VisitCompare() local 4901 __ j(kGreater, &greater); // Signed compare. in VisitCompare() 4915 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare() 4921 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare() 4933 __ Bind(&greater); in VisitCompare()
|
D | code_generator_x86_64.cc | 2263 NearLabel less, greater, done; in VisitCompare() local 2291 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare() 2305 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare() 2317 __ Bind(&greater); in VisitCompare()
|
D | code_generator_arm_vixl.cc | 5508 vixl32::Label less, greater, done; in VisitCompare() local 5528 __ B(gt, &greater, /* is_far_target= */ false); in VisitCompare() 5552 __ Bind(&greater); in VisitCompare()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1334 #error Long array data offset must be 4 greater than int array data offset.
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1608 #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.
|