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

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/host/
H A DDivHost.java50 import com.sun.xml.internal.rngom.ast.builder.Div;
58 public class DivHost extends GrammarSectionHost implements Div {
59 private final Div lhs;
60 private final Div rhs;
62 DivHost(Div lhs, Div rhs) {
H A DGrammarSectionHost.java51 import com.sun.xml.internal.rngom.ast.builder.Div;
84 public Div makeDiv() {
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/hotpath/
H A DHP_invoke01.java39 final Instruction[] instructions = new Instruction[]{new Instruction.Add(), new Instruction.Sub(), new Instruction.Mul(), new Instruction.Div()};
79 public static class Div extends Binary { class in class:HP_invoke01.Instruction
103 public void visit(Instruction.Div i) {
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/calc/
H A DDivNode.java29 import org.graalvm.compiler.core.common.type.ArithmeticOpTable.BinaryOp.Div;
44 public class DivNode extends BinaryArithmeticNode<Div> {
57 BinaryOp<Div> op = ArithmeticOpTable.forStamp(x.stamp()).getDiv();
76 private static ValueNode canonical(DivNode self, BinaryOp<Div> op, ValueNode forX, ValueNode forY) {
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/
H A DDiv.java31 public class Div extends Operation class in inherits:Operation
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/ast/builder/
H A DDiv.java53 public interface Div< interface in inherits:GrammarSection
H A DGrammarSection.java55 * {@link Div}, {@link Grammar}, {@link Include}, or {@link IncludedGrammar}.
110 * the returned {@link Div} object will receive callbacks for structures
113 Div<P,E,L,A,CL> makeDiv();
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/digested/
H A DGrammarBuilderImpl.java54 import com.sun.xml.internal.rngom.ast.builder.Div;
67 class GrammarBuilderImpl implements Grammar, Div {
128 public Div makeDiv() {
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/
H A DHasPositionalPredChecker.java30 import com.sun.org.apache.xpath.internal.operations.Div;
104 (pred instanceof Div) ||
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DArithmeticOpTable.java34 import org.graalvm.compiler.core.common.type.ArithmeticOpTable.BinaryOp.Div;
69 private final BinaryOp<Div> div;
130 BinaryOp<Div> div = wrapIfNonNull(wrapper::wrapBinaryOp, inner.getDiv());
153 protected ArithmeticOpTable(UnaryOp<Neg> neg, BinaryOp<Add> add, BinaryOp<Sub> sub, BinaryOp<Mul> mul, BinaryOp<MulHigh> mulHigh, BinaryOp<UMulHigh> umulHigh, BinaryOp<Div> div, BinaryOp<Rem> rem,
234 public BinaryOp<Div> getDiv() {
520 public abstract static class Div extends BinaryOp<Div> { class in class:ArithmeticOpTable.BinaryOp
522 protected Div(boolean associative, boolean commutative) { method in class:ArithmeticOpTable.BinaryOp.Div
H A DFloatStamp.java444 new BinaryOp.Div(false, false) {
H A DIntegerStamp.java1019 new BinaryOp.Div(true, false) {
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/binary/
H A DSchemaBuilderImpl.java56 import com.sun.xml.internal.rngom.ast.builder.Div;
449 static class GrammarImpl implements Grammar, Div, IncludedGrammar {
583 public Div makeDiv() {
603 private static class IncludeImpl implements Include, Div {
632 public Div makeDiv() {
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java45 import com.sun.org.apache.xpath.internal.operations.Div;
402 * @return reference to {@link com.sun.org.apache.xpath.internal.operations.Div} instance.
408 return compileOperation(new Div(), opPos);
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java63 import com.sun.xml.internal.rngom.ast.builder.Div;
1591 Div(section, scope, a);
1757 final public void Div(GrammarSection section, Scope scope, Annotations a) throws ParseException { method in class:CompactSyntax
1759 Div div = section.makeDiv();
1770 Div div = section.makeDiv();
H A DCompactSyntaxTokenManager.java61 import com.sun.xml.internal.rngom.ast.builder.Div;
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/rngom/parse/xml/
H A DSchemaParser.java59 import com.sun.xml.internal.rngom.ast.builder.Div;
1137 final Div div;
1139 DivState(Div div) {
/openjdk10/hotspot/src/share/vm/interpreter/
H A DbytecodeInterpreter.cpp1281 OPC_INT_BINARY(div, Div, 1);
1306 OPC_FLOAT_BINARY(div, Div);

Completed in 143 milliseconds