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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java326 private static final ArithmeticInstruction createBinaryFloatOp(char op) { method in class:InstructionFactory
360 case Constants.T_FLOAT: return createBinaryFloatOp(first);

Completed in 27 milliseconds