Home
last modified time | relevance | path

Searched refs:zero (Results 1 – 25 of 77) sorted by relevance

1234

/dalvik/tests/003-omnibus-opcodes/src/
DFloatMath.java185 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()
DCompare.java13 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/
DBlort.java26 int zero = 0; in testMixedWorseCase() local
28 methodThatNeedsInvokeRange(src, zero, dest, 1, 5, 0); in testMixedWorseCase()
/dalvik/vm/compiler/template/mips/
Dfbinop.S20 beqz a1, common_errDivideByZero # is second operand zero?
29 # is second operand zero?
DTEMPLATE_MONITOR_ENTER.S14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
DTEMPLATE_MONITOR_ENTER_DEBUG.S14 sw zero, offThread_inJitCodeCache(a0) # record that we're not returning
DTEMPLATE_INTERPRET.S17 beq ra, zero, 1f
DTEMPLATE_STRING_INDEXOF.S42 slt t7, a2, zero
43 movn a2, zero, t7
DTEMPLATE_USHR_LONG.S16 movn rRESULT1, zero, a2 # rhi<- 0 (if shift&0x20)
/dalvik/vm/mterp/armv5te/
DOP_FLOAT_TO_INT.S34 cmp r0, #0 @ zero == no
35 ldmeqfd sp!, {r4, pc} @ return zero for NaN
DOP_FLOAT_TO_LONG.S34 cmp r0, #0 @ zero == no
35 moveq r1, #0 @ return zero for NaN
DOP_DOUBLE_TO_INT.S44 cmp r0, #0 @ zero == no
45 beq 1f @ return zero for NaN
DOP_DOUBLE_TO_LONG.S43 cmp r0, #0 @ zero == no
44 moveq r1, #0 @ return zero for NaN
DOP_CONST_HIGH16.S3 FETCH(r0, 1) @ r0<- 0000BBBB (zero-extended)
/dalvik/vm/mterp/armv6t2/
DOP_FLOAT_TO_LONG.S34 cmp r0, #0 @ zero == no
35 moveq r1, #0 @ return zero for NaN
DOP_FLOAT_TO_INT.S34 cmp r0, #0 @ zero == no
35 ldmeqfd sp!, {r4, pc} @ return zero for NaN
DOP_DOUBLE_TO_INT.S44 cmp r0, #0 @ zero == no
45 beq 1f @ return zero for NaN
DOP_DOUBLE_TO_LONG.S43 cmp r0, #0 @ zero == no
44 moveq r1, #0 @ return zero for NaN
/dalvik/vm/mterp/mips/
Dbinflop2addr.S20 # is second operand zero?
27 # is second operand zero?
Dbinflop.S17 # is second operand zero?
25 # is second operand zero?
DOP_CONST_HIGH16.S3 FETCH(a0, 1) # a0 <- 0000BBBB (zero-extended)
Dfooter.S23 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 …]
DOP_CONST_WIDE_HIGH16.S3 FETCH(a1, 1) # a1 <- 0000BBBB (zero-extended)
Dbinop2addr.S20 # is second operand zero?
/dalvik/tests/045-reflect-array/
Dexpected.txt7 zero one two ++

1234