/art/test/003-omnibus-opcodes/src/ |
D | FloatMath.java | 237 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()
|
D | Compare.java | 25 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/ |
D | info.txt | 4 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/ |
D | info.txt | 1 Functional tests on zero-out SIMD vectorization.
|
D | Android.bp | 3 name: "art-run-test-665-checker-simd-zero",
|
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 754 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/ |
D | info.txt | 1 Tests if zero/one constants and integer Phis are accepted as boolean values.
|
/art/test/615-checker-arm64-store-zero/ |
D | info.txt | 1 Checker test to verify we correctly use wzr and xzr to store zero constants.
|
D | Android.bp | 3 name: "art-run-test-615-checker-arm64-store-zero",
|
/art/test/475-simplify-mul-zero/ |
D | info.txt | 2 Mul should expect zero constant as input.
|
D | Android.bp | 3 name: "art-run-test-475-simplify-mul-zero",
|
/art/test/2036-jni-filechannel/ |
D | info.txt | 2 from a zero length file.
|
/art/test/590-infinite-loop-with-nop/smali/ |
D | TestCase.smali | 27 # Failure to verify dex file '...': Offset(208) should be zero when size is zero for field-ids.
|
/art/test/583-checker-zero/ |
D | Android.bp | 3 name: "art-run-test-583-checker-zero",
|
/art/test/412-new-array/ |
D | info.txt | 3 address, zero-extending a register instead of sign-extending.
|
/art/test/045-reflect-array/ |
D | expected.txt | 7 zero one two ++
|
/art/test/501-regression-packed-switch/ |
D | info.txt | 4 address, zero-extending a register instead of sign-extending.
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 72 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/ |
D | expected.txt | 3 Compare result is greater than zero
|
/art/runtime/interpreter/mterp/arm/ |
D | arithmetic.S | 25 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 …]
|
D | floating_point.S | 355 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/ |
D | catch_handler_on_entry.smali | 11 # instruction (Label2) which throws an ArithmeticException (division by zero).
|
/art/test/600-verifier-fails/ |
D | info.txt | 22 avoid interpreter crash on zero size object later
|
/art/test/098-ddmc/ |
D | expected.txt | 8 Confirm when we overflow, we don't roll over to zero. b/17392248
|
/art/test/084-class-init/src/ |
D | Main.java | 88 IntHolder zero = SlowInit.FIELD0; in checkTiming() local
|