Searched refs:DNEG (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DDNEG.java62 * DNEG - Negate double
67 public class DNEG extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
68 public DNEG() { method in class:DNEG
69 super(com.sun.org.apache.bcel.internal.Constants.DNEG);
H A DArithmeticInstruction.java86 case Constants.DNEG: case Constants.DREM: case Constants.DSUB:
H A DInstructionConstants.java146 public static final ArithmeticInstruction DNEG = new DNEG(); field in interface:InstructionConstants
284 INSTRUCTIONS[Constants.DNEG] = DNEG;
H A DEmptyVisitor.java225 public void visitDNEG(DNEG obj) { }
H A DVisitor.java228 public void visitDNEG(DNEG obj);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java288 int DNEG = 119; // - field in interface:Opcodes
H A DFrame.java394 // 0, //DNEG, // -
864 case Opcodes.DNEG:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java276 public static final short DNEG = 119; field in interface:Constants
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DRealType.java321 return InstructionConstants.DNEG;
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java162 DNEG(0x77), enum constant in enum:Opcode

Completed in 82 milliseconds