Class FPSort

  • All Implemented Interfaces:
    Comparable<AST>

    public class FPSort
    extends Sort
    A FloatingPoint sort
    • Constructor Detail

      • FPSort

        public FPSort​(Context ctx,
                      long obj)
      • FPSort

        public FPSort​(Context ctx,
                      int ebits,
                      int sbits)
    • Method Detail

      • getEBits

        public int getEBits()
        The number of exponent bits.
      • getSBits

        public int getSBits()
        The number of significand bits.