/dalvik/tests/003-omnibus-opcodes/src/ |
D | FloatMath.java | 185 static int[] convI(long l, float f, double d, float zero) { in convI() argument 190 results[3] = (int) (1.0f / zero); // +inf in convI() 191 results[4] = (int) (-1.0f / zero); // -inf in convI() 192 results[5] = (int) ((1.0f / zero) / (1.0f / zero)); // NaN in convI() 205 static long[] convL(int i, float f, double d, double zero) { in convL() argument 210 results[3] = (long) (1.0 / zero); // +inf in convL() 211 results[4] = (long) (-1.0 / zero); // -inf in convL() 212 results[5] = (long) ((1.0 / zero) / (1.0 / zero)); // NaN in convL()
|
D | Compare.java | 13 static void testIntCompare(int minus, int plus, int plus2, int zero) { in testIntCompare() argument 46 if (zero != 0) in testIntCompare() 49 if (zero == 0) { in testIntCompare()
|
/dalvik/dx/tests/093-ssa-invoke-range/ |
D | Blort.java | 26 int zero = 0; in testMixedWorseCase() local 28 methodThatNeedsInvokeRange(src, zero, dest, 1, 5, 0); in testMixedWorseCase()
|
/dalvik/vm/compiler/template/mips/ |
D | fbinop.S | 20 beqz a1, common_errDivideByZero # is second operand zero? 29 # is second operand zero?
|
D | TEMPLATE_MONITOR_ENTER.S | 14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
|
D | TEMPLATE_MONITOR_ENTER_DEBUG.S | 14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
|
D | TEMPLATE_INTERPRET.S | 17 beq ra, zero, 1f
|
D | TEMPLATE_STRING_INDEXOF.S | 42 slt t7, a2, zero 43 movn a2, zero, t7
|
D | TEMPLATE_USHR_LONG.S | 16 movn rRESULT1, zero, a2 # rhi<- 0 (if shift&0x20)
|
/dalvik/vm/mterp/armv5te/ |
D | OP_FLOAT_TO_INT.S | 34 cmp r0, #0 @ zero == no 35 ldmeqfd sp!, {r4, pc} @ return zero for NaN
|
D | OP_FLOAT_TO_LONG.S | 34 cmp r0, #0 @ zero == no 35 moveq r1, #0 @ return zero for NaN
|
D | OP_DOUBLE_TO_INT.S | 44 cmp r0, #0 @ zero == no 45 beq 1f @ return zero for NaN
|
D | OP_DOUBLE_TO_LONG.S | 43 cmp r0, #0 @ zero == no 44 moveq r1, #0 @ return zero for NaN
|
D | OP_CONST_HIGH16.S | 3 FETCH(r0, 1) @ r0<- 0000BBBB (zero-extended)
|
/dalvik/vm/mterp/armv6t2/ |
D | OP_FLOAT_TO_LONG.S | 34 cmp r0, #0 @ zero == no 35 moveq r1, #0 @ return zero for NaN
|
D | OP_FLOAT_TO_INT.S | 34 cmp r0, #0 @ zero == no 35 ldmeqfd sp!, {r4, pc} @ return zero for NaN
|
D | OP_DOUBLE_TO_INT.S | 44 cmp r0, #0 @ zero == no 45 beq 1f @ return zero for NaN
|
D | OP_DOUBLE_TO_LONG.S | 43 cmp r0, #0 @ zero == no 44 moveq r1, #0 @ return zero for NaN
|
/dalvik/vm/mterp/mips/ |
D | binflop2addr.S | 20 # is second operand zero? 27 # is second operand zero?
|
D | binflop.S | 17 # is second operand zero? 25 # is second operand zero?
|
D | OP_CONST_HIGH16.S | 3 FETCH(a0, 1) # a0 <- 0000BBBB (zero-extended)
|
D | footer.S | 23 sw zero, offThread_jitResumeNPC(rSELF) # reset resume address 31 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land 47 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land 61 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land 75 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land 96 sw zero, offThread_jitResumeNPC(rSELF) # reset resume address 117 sw zero, offThread_inJitCodeCache(rSELF) # Back to the interp land 164 move ra, zero # in case target is HANDLER_INTERPRET 187 move ra, zero # in case target is HANDLER_INTERPRET 235 move ra, zero # in case target is HANDLER_INTERPRET [all …]
|
D | OP_CONST_WIDE_HIGH16.S | 3 FETCH(a1, 1) # a1 <- 0000BBBB (zero-extended)
|
D | binop2addr.S | 20 # is second operand zero?
|
/dalvik/tests/045-reflect-array/ |
D | expected.txt | 7 zero one two ++
|