Home
last modified time | relevance | path

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

12

/art/test/003-omnibus-opcodes/src/
DFloatMath.java237 static int[] convI(long l, float f, double d, float zero) { in convI() argument
242 results[3] = (int) (1.0f / zero); // +inf in convI()
243 results[4] = (int) (-1.0f / zero); // -inf in convI()
244 results[5] = (int) ((1.0f / zero) / (1.0f / zero)); // NaN in convI()
257 static long[] convL(int i, float f, double d, double zero) { in convL() argument
262 results[3] = (long) (1.0 / zero); // +inf in convL()
263 results[4] = (long) (-1.0 / zero); // -inf in convL()
264 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/test/474-fp-sub-neg/
Dinfo.txt4 fp calculation because we can lose the sign of zero for
8 Addition or subtraction with fp zero should not be eliminated
/art/test/665-checker-simd-zero/
Dinfo.txt1 Functional tests on zero-out SIMD vectorization.
DAndroid.bp3 name: "art-run-test-665-checker-simd-zero",
/art/compiler/optimizing/
Dconstant_folding_test.cc754 HInstruction* zero = graph_->GetIntConstant(0); in TEST_F() local
757 block->AddInstruction(last = new (GetAllocator()) HAbove(zero, parameter)); in TEST_F()
759 block->AddInstruction(last = new (GetAllocator()) HAbove(parameter, zero)); in TEST_F()
761 block->AddInstruction(last = new (GetAllocator()) HAboveOrEqual(zero, parameter)); in TEST_F()
763 block->AddInstruction(last = new (GetAllocator()) HAboveOrEqual(parameter, zero)); in TEST_F()
765 block->AddInstruction(last = new (GetAllocator()) HBelow(zero, parameter)); in TEST_F()
767 block->AddInstruction(last = new (GetAllocator()) HBelow(parameter, zero)); in TEST_F()
769 block->AddInstruction(last = new (GetAllocator()) HBelowOrEqual(zero, parameter)); in TEST_F()
771 block->AddInstruction(last = new (GetAllocator()) HBelowOrEqual(parameter, zero)); in TEST_F()
773 block->AddInstruction(new (GetAllocator()) HReturn(zero)); in TEST_F()
/art/test/474-checker-boolean-input/
Dinfo.txt1 Tests if zero/one constants and integer Phis are accepted as boolean values.
/art/test/615-checker-arm64-store-zero/
Dinfo.txt1 Checker test to verify we correctly use wzr and xzr to store zero constants.
DAndroid.bp3 name: "art-run-test-615-checker-arm64-store-zero",
/art/test/475-simplify-mul-zero/
Dinfo.txt2 Mul should expect zero constant as input.
DAndroid.bp3 name: "art-run-test-475-simplify-mul-zero",
/art/test/2036-jni-filechannel/
Dinfo.txt2 from a zero length file.
/art/test/590-infinite-loop-with-nop/smali/
DTestCase.smali27 # Failure to verify dex file '...': Offset(208) should be zero when size is zero for field-ids.
/art/test/583-checker-zero/
DAndroid.bp3 name: "art-run-test-583-checker-zero",
/art/test/412-new-array/
Dinfo.txt3 address, zero-extending a register instead of sign-extending.
/art/test/045-reflect-array/
Dexpected.txt7 zero one two ++
/art/test/501-regression-packed-switch/
Dinfo.txt4 address, zero-extending a register instead of sign-extending.
/art/runtime/entrypoints/
Dentrypoint_utils.cc72 const JValue zero; in InvokeProxyInvocationHandler() local
79 return zero; in InvokeProxyInvocationHandler()
91 return zero; in InvokeProxyInvocationHandler()
112 return zero; in InvokeProxyInvocationHandler()
122 return zero; in InvokeProxyInvocationHandler()
160 return zero; in InvokeProxyInvocationHandler()
/art/test/020-string/
Dexpected.txt3 Compare result is greater than zero
/art/runtime/interpreter/mterp/arm/
Darithmetic.S25 cmp r1, #0 @ is second operand zero?
58 cmp r1, #0 @ is second operand zero?
89 cmp r1, #0 @ is second operand zero?
125 @cmp r1, #0 @ is second operand zero?
163 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
198 orrs ip, r2, r3 @ second arg (r2-r3) is zero?
378 cmp r1, #0 @ is second operand zero?
407 cmp r1, #0 @ is second operand zero?
437 cmp r1, #0 @ is second operand zero?
467 @cmp r1, #0 @ is second operand zero?
[all …]
Dfloating_point.S355 beq d2l_notNaN @ if fraction is non-zero, it's a NaN
395 beq f2l_notNaN @ if fraction is non-zero, it's a NaN
/art/test/802-deoptimization/smali/
Dcatch_handler_on_entry.smali11 # instruction (Label2) which throws an ArithmeticException (division by zero).
/art/test/600-verifier-fails/
Dinfo.txt22 avoid interpreter crash on zero size object later
/art/test/098-ddmc/
Dexpected.txt8 Confirm when we overflow, we don't roll over to zero. b/17392248
/art/test/084-class-init/src/
DMain.java88 IntHolder zero = SlowInit.FIELD0; in checkTiming() local

12