Home
last modified time | relevance | path

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

/art/test/003-omnibus-opcodes/src/
DFloatMath.java199 static int[] convI(long l, float f, double d, float zero) { in convI() argument
204 results[3] = (int) (1.0f / zero); // +inf in convI()
205 results[4] = (int) (-1.0f / zero); // -inf in convI()
206 results[5] = (int) ((1.0f / zero) / (1.0f / zero)); // NaN in convI()
219 static long[] convL(int i, float f, double d, double zero) { in convL() argument
224 results[3] = (long) (1.0 / zero); // +inf in convL()
225 results[4] = (long) (-1.0 / zero); // -inf in convL()
226 results[5] = (long) ((1.0 / zero) / (1.0 / zero)); // NaN in convL()
DCompare.java25 static void testIntCompare(int minus, int plus, int plus2, int zero) { in testIntCompare() argument
58 if (zero != 0) in testIntCompare()
61 if (zero == 0) { in testIntCompare()
/art/runtime/entrypoints/
Dentrypoint_utils.cc242 const JValue zero; in InvokeProxyInvocationHandler() local
249 return zero; in InvokeProxyInvocationHandler()
261 return zero; in InvokeProxyInvocationHandler()
282 return zero; in InvokeProxyInvocationHandler()
304 return zero; in InvokeProxyInvocationHandler()
343 return zero; in InvokeProxyInvocationHandler()
/art/test/045-reflect-array/
Dexpected.txt7 zero one two ++
/art/runtime/arch/mips/
Djni_entrypoints_mips.S47 beq $v0, $zero, .Lno_native_code_found
Dquick_entrypoints_mips.S334 move $v0, $zero # clear result registers r0 and r1
336 move $v1, $zero
497 addiu $s0, $zero, SUSPEND_CHECK_INTERVAL # reset s0 to suspend check interval
512 sw $zero, 0($sp) # store NULL for method* at bottom of frame
/art/test/084-class-init/src/
DMain.java88 IntHolder zero = SlowInit.FIELD0; in checkTiming() local
/art/test/098-ddmc/
Dexpected.txt8 Confirm when we overflow, we don't roll over to zero. b/17392248
/art/test/107-int-math2/src/
DMain.java564 static int testIntCompare(int minus, int plus, int plus2, int zero) { in testIntCompare() argument
597 if (zero != 0) in testIntCompare()
600 if (zero == 0) { in testIntCompare()
/art/compiler/llvm/
Dgbc_expander.cc1261 llvm::Value* zero = irb_.getJZero(op_jty); in Expand_DivRem() local
1285 eq_result = irb_.CreateSub(zero, dividend); in Expand_DivRem()
1288 eq_result = zero; in Expand_DivRem()
1463 llvm::Constant* zero = irb_.getJInt(0); in EmitCompareResultSelection() local
1468 llvm::Value* result_eq = irb_.CreateSelect(cmp_eq, zero, result_lt); in EmitCompareResultSelection()
2560 llvm::Constant* zero = irb_.getJZero(op_jty); in EmitGuard_DivZeroException() local
2562 llvm::Value* equal_zero = irb_.CreateICmpEQ(denominator, zero); in EmitGuard_DivZeroException()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S150 cbnz r0, 1f @ result non-zero branch over
156 cbz r0, 1f @ result zero branch over
391 uxth r2, r2 @ zero top 16 bits
/art/runtime/arch/x86/
Dmemcmp16_x86.S49 jz L(zero)
64 L(zero):