Searched refs:greater (Results 1 – 14 of 14) sorted by relevance
/art/test/020-string/ |
D | expected.txt | 3 Compare result is greater than zero
|
/art/runtime/interpreter/mterp/arm/ |
D | op_cmpl_float.S | 31 movgt r0, #1 @ (greater than) r1<- 1
|
D | op_cmpl_double.S | 31 movgt r0, #1 @ (greater than) r1<- 1
|
/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 | 58 is greater then a date in 1998.",
|
/art/compiler/optimizing/ |
D | code_generator_x86_64.cc | 2075 NearLabel less, greater, done; in VisitCompare() local 2103 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare() 2117 __ j(kUnordered, compare->IsGtBias() ? &greater : &less); in VisitCompare() 2129 __ Bind(&greater); in VisitCompare()
|
D | code_generator_arm_vixl.cc | 5268 vixl32::Label less, greater, done; in VisitCompare() local 5288 __ B(gt, &greater, /* far_target */ false); in VisitCompare() 5312 __ Bind(&greater); in VisitCompare()
|
/art/runtime/arch/arm/ |
D | quick_entrypoints_arm.S | 1473 #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 | 1206 #error Long array data offset must be 4 greater than int array data offset.
|
/art/runtime/arch/x86/ |
D | quick_entrypoints_x86.S | 1193 #error Long array data offset must be 4 greater than int array data offset.
|
/art/runtime/arch/arm64/ |
D | quick_entrypoints_arm64.S | 1960 #error Long array data offset must be 4 greater than int array data offset.
|
/art/runtime/arch/mips64/ |
D | quick_entrypoints_mips64.S | 1884 #error Long array data offset must be 4 greater than int array data offset.
|
/art/runtime/arch/mips/ |
D | quick_entrypoints_mips.S | 1964 #error Long array data offset must be 4 greater than int array data offset.
|