/libcore/luni/src/main/java/java/math/ |
Logical.java | 132 int iNeg = negative.getFirstNonzeroDigit(); 136 if (iNeg >= positive.numberLength) { 142 // Must start from max(iPos, iNeg) 143 int i = Math.max(iPos, iNeg); 144 if (i == iNeg) { 269 int iNeg = negative.getFirstNonzeroDigit(); 272 if (iNeg >= positive.numberLength) { 281 for ( ; i < iNeg; i++) { 285 if (i == iNeg) { 305 int iNeg = negative.getFirstNonzeroDigit() [all...] |
/dalvik/dx/tests/102-verify-nonwide-math/ |
op_ineg.j | 23 ineg
|
run | 44 oneop ineg
|
expected.txt | 34 ineg: expected failure occurred
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/defs/ |
opcodes.txt | 41 ineg
|
/external/javassist/src/main/javassist/bytecode/ |
Mnemonic.java | 154 "ineg", /* 116*/
|
Opcode.java | 156 int INEG = 116; 360 0, // ineg, 116
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_opcode_tmp.h | 148 OP11(INEG)
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/ |
InsnNode.java | 54 * LDIV, FDIV, DDIV, IREM, LREM, FREM, DREM, INEG, LNEG, FNEG, DNEG,
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ValueAwareMachine.java | 93 case ByteOps.INEG:
|
ByteOps.java | 143 public static final int INEG = 0x74; 471 "74 - ineg;" +
|
/dalvik/dx/tests/032-bb-live-code/ |
blort.j | 276 ineg
|
/external/proguard/src/proguard/classfile/instruction/ |
Instruction.java | 153 false, // ineg 361 false, // ineg 570 1, // ineg 779 1, // ineg
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/pj/ |
ops.s | 177 ineg
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/ |
LabelFlowAnalyzerTest.java | 208 testInsn(INEG, true);
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/ |
BasicInterpreter.java | 140 case INEG:
|
Interpreter.java | 97 * INEG, LNEG, FNEG, DNEG, IINC, I2L, I2F, I2D, L2I, L2F, L2D, F2I, F2L,
|
BasicVerifier.java | 101 case INEG:
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/util/ |
AbstractVisitor.java | 66 + "FDIV,DDIV,IREM,LREM,FREM,DREM,INEG,LNEG,FNEG,DNEG,ISHL,LSHL,"
|
/external/llvm/lib/Target/SystemZ/ |
SystemZOperators.td | 517 def z_inegabs : PatFrag<(ops node:$src), (ineg (z_iabs node:$src))>; 526 def z_inegabs32 : PatFrag<(ops node:$src), (ineg (z_iabs32 node:$src))>; 527 def z_inegabs64 : PatFrag<(ops node:$src), (ineg (z_iabs64 node:$src))>; [all...] |
/dalvik/dx/tests/024-code-bytecode/ |
expected.txt | 170 0093: ineg
|
small-class.txt | 174 74 # 0093: ineg
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
Opcodes.java | 255 int INEG = 116; // -
|
/libcore/ojluni/src/main/native/ |
classfile_constants.h | 468 1, /* ineg */ \
|
/external/llvm/lib/Target/X86/ |
X86InstrArithmetic.td | 379 [(set GR8:$dst, (ineg GR8:$src1)), 383 [(set GR16:$dst, (ineg GR16:$src1)), 387 [(set GR32:$dst, (ineg GR32:$src1)), 390 [(set GR64:$dst, (ineg GR64:$src1)), 398 [(store (ineg (loadi8 addr:$dst)), addr:$dst), 402 [(store (ineg (loadi16 addr:$dst)), addr:$dst), 406 [(store (ineg (loadi32 addr:$dst)), addr:$dst), 409 [(store (ineg (loadi64 addr:$dst)), addr:$dst), [all...] |