Class AbsNode

All Implemented Interfaces:
com.oracle.truffle.api.instrumentation.InstrumentableNode, com.oracle.truffle.api.nodes.NodeInterface, Cloneable

public abstract class AbsNode extends MathOperation
  • Constructor Details

  • Method Details

    • absInt

      protected final int absInt(int a, com.oracle.truffle.api.profiles.InlinedConditionProfile negative) throws ArithmeticException
      Throws:
      ArithmeticException
    • absIntSpecial

      protected static double absIntSpecial(int a)
    • absDouble

      protected static double absDouble(double a)
    • absGeneric

      protected double absGeneric(Object a)