public class org.apache.commons.math3.dfp.DfpDec extends org.apache.commons.math3.dfp.Dfp
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.dfp.DfpDec
  super_class: org.apache.commons.math3.dfp.Dfp
{
  private static volatile int[] $SWITCH_TABLE$org$apache$commons$math3$dfp$DfpField$RoundingMode;
    descriptor: [I
    flags: (0x104a) ACC_PRIVATE, ACC_STATIC, ACC_VOLATILE, ACC_SYNTHETIC

  protected void <init>(org.apache.commons.math3.dfp.DfpField);
    descriptor: (Lorg/apache/commons/math3/dfp/DfpField;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // org.apache.commons.math3.dfp.DfpField factory
         0: .line 32
            aload 0 /* this */
            aload 1 /* factory */
            invokespecial org.apache.commons.math3.dfp.Dfp.<init>:(Lorg/apache/commons/math3/dfp/DfpField;)V
         1: .line 33
            return
        end local 1 // org.apache.commons.math3.dfp.DfpField factory
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    2     1  factory  Lorg/apache/commons/math3/dfp/DfpField;
    MethodParameters:
         Name  Flags
      factory  final

  protected void <init>(org.apache.commons.math3.dfp.DfpField, byte);
    descriptor: (Lorg/apache/commons/math3/dfp/DfpField;B)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // org.apache.commons.math3.dfp.DfpField factory
        start local 2 // byte x
         0: .line 40
            aload 0 /* this */
            aload 1 /* factory */
            iload 2 /* x */
            invokespecial org.apache.commons.math3.dfp.Dfp.<init>:(Lorg/apache/commons/math3/dfp/DfpField;B)V
         1: .line 41
            return
        end local 2 // byte x
        end local 1 // org.apache.commons.math3.dfp.DfpField factory
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    2     1  factory  Lorg/apache/commons/math3/dfp/DfpField;
            0    2     2        x  B
    MethodParameters:
         Name  Flags
      factory  final
      x        

  protected void <init>(org.apache.commons.math3.dfp.DfpField, int);
    descriptor: (Lorg/apache/commons/math3/dfp/DfpField;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // org.apache.commons.math3.dfp.DfpField factory
        start local 2 // int x
         0: .line 48
            aload 0 /* this */
            aload 1 /* factory */
            iload 2 /* x */
            invokespecial org.apache.commons.math3.dfp.Dfp.<init>:(Lorg/apache/commons/math3/dfp/DfpField;I)V
         1: .line 49
            return
        end local 2 // int x
        end local 1 // org.apache.commons.math3.dfp.DfpField factory
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    2     1  factory  Lorg/apache/commons/math3/dfp/DfpField;
            0    2     2        x  I
    MethodParameters:
         Name  Flags
      factory  final
      x        

  protected void <init>(org.apache.commons.math3.dfp.DfpField, long);
    descriptor: (Lorg/apache/commons/math3/dfp/DfpField;J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // org.apache.commons.math3.dfp.DfpField factory
        start local 2 // long x
         0: .line 56
            aload 0 /* this */
            aload 1 /* factory */
            lload 2 /* x */
            invokespecial org.apache.commons.math3.dfp.Dfp.<init>:(Lorg/apache/commons/math3/dfp/DfpField;J)V
         1: .line 57
            return
        end local 2 // long x
        end local 1 // org.apache.commons.math3.dfp.DfpField factory
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    2     1  factory  Lorg/apache/commons/math3/dfp/DfpField;
            0    2     2        x  J
    MethodParameters:
         Name  Flags
      factory  final
      x        

  protected void <init>(org.apache.commons.math3.dfp.DfpField, double);
    descriptor: (Lorg/apache/commons/math3/dfp/DfpField;D)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // org.apache.commons.math3.dfp.DfpField factory
        start local 2 // double x
         0: .line 64
            aload 0 /* this */
            aload 1 /* factory */
            dload 2 /* x */
            invokespecial org.apache.commons.math3.dfp.Dfp.<init>:(Lorg/apache/commons/math3/dfp/DfpField;D)V
         1: .line 65
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.commons.math3.dfp.DfpDec.round:(I)I
            pop
         2: .line 66
            return
        end local 2 // double x
        end local 1 // org.apache.commons.math3.dfp.DfpField factory
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    3     1  factory  Lorg/apache/commons/math3/dfp/DfpField;
            0    3     2        x  D
    MethodParameters:
         Name  Flags
      factory  final
      x        

  public void <init>(org.apache.commons.math3.dfp.Dfp);
    descriptor: (Lorg/apache/commons/math3/dfp/Dfp;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // org.apache.commons.math3.dfp.Dfp d
         0: .line 72
            aload 0 /* this */
            aload 1 /* d */
            invokespecial org.apache.commons.math3.dfp.Dfp.<init>:(Lorg/apache/commons/math3/dfp/Dfp;)V
         1: .line 73
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.commons.math3.dfp.DfpDec.round:(I)I
            pop
         2: .line 74
            return
        end local 1 // org.apache.commons.math3.dfp.Dfp d
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    3     1     d  Lorg/apache/commons/math3/dfp/Dfp;
    MethodParameters:
      Name  Flags
      d     final

  protected void <init>(org.apache.commons.math3.dfp.DfpField, java.lang.String);
    descriptor: (Lorg/apache/commons/math3/dfp/DfpField;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // org.apache.commons.math3.dfp.DfpField factory
        start local 2 // java.lang.String s
         0: .line 81
            aload 0 /* this */
            aload 1 /* factory */
            aload 2 /* s */
            invokespecial org.apache.commons.math3.dfp.Dfp.<init>:(Lorg/apache/commons/math3/dfp/DfpField;Ljava/lang/String;)V
         1: .line 82
            aload 0 /* this */
            iconst_0
            invokevirtual org.apache.commons.math3.dfp.DfpDec.round:(I)I
            pop
         2: .line 83
            return
        end local 2 // java.lang.String s
        end local 1 // org.apache.commons.math3.dfp.DfpField factory
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    3     1  factory  Lorg/apache/commons/math3/dfp/DfpField;
            0    3     2        s  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      factory  final
      s        final

  protected void <init>(org.apache.commons.math3.dfp.DfpField, byte, byte);
    descriptor: (Lorg/apache/commons/math3/dfp/DfpField;BB)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // org.apache.commons.math3.dfp.DfpField factory
        start local 2 // byte sign
        start local 3 // byte nans
         0: .line 92
            aload 0 /* this */
            aload 1 /* factory */
            iload 2 /* sign */
            iload 3 /* nans */
            invokespecial org.apache.commons.math3.dfp.Dfp.<init>:(Lorg/apache/commons/math3/dfp/DfpField;BB)V
         1: .line 93
            return
        end local 3 // byte nans
        end local 2 // byte sign
        end local 1 // org.apache.commons.math3.dfp.DfpField factory
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    2     1  factory  Lorg/apache/commons/math3/dfp/DfpField;
            0    2     2     sign  B
            0    2     3     nans  B
    MethodParameters:
         Name  Flags
      factory  final
      sign     final
      nans     final

  public org.apache.commons.math3.dfp.Dfp newInstance();
    descriptor: ()Lorg/apache/commons/math3/dfp/Dfp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
         0: .line 98
            new org.apache.commons.math3.dfp.DfpDec
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            invokespecial org.apache.commons.math3.dfp.DfpDec.<init>:(Lorg/apache/commons/math3/dfp/DfpField;)V
            areturn
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/dfp/DfpDec;

  public org.apache.commons.math3.dfp.Dfp newInstance(byte);
    descriptor: (B)Lorg/apache/commons/math3/dfp/Dfp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // byte x
         0: .line 104
            new org.apache.commons.math3.dfp.DfpDec
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            iload 1 /* x */
            invokespecial org.apache.commons.math3.dfp.DfpDec.<init>:(Lorg/apache/commons/math3/dfp/DfpField;B)V
            areturn
        end local 1 // byte x
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    1     1     x  B
    MethodParameters:
      Name  Flags
      x     final

  public org.apache.commons.math3.dfp.Dfp newInstance(int);
    descriptor: (I)Lorg/apache/commons/math3/dfp/Dfp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // int x
         0: .line 110
            new org.apache.commons.math3.dfp.DfpDec
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            iload 1 /* x */
            invokespecial org.apache.commons.math3.dfp.DfpDec.<init>:(Lorg/apache/commons/math3/dfp/DfpField;I)V
            areturn
        end local 1 // int x
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    1     1     x  I
    MethodParameters:
      Name  Flags
      x     final

  public org.apache.commons.math3.dfp.Dfp newInstance(long);
    descriptor: (J)Lorg/apache/commons/math3/dfp/Dfp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // long x
         0: .line 116
            new org.apache.commons.math3.dfp.DfpDec
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            lload 1 /* x */
            invokespecial org.apache.commons.math3.dfp.DfpDec.<init>:(Lorg/apache/commons/math3/dfp/DfpField;J)V
            areturn
        end local 1 // long x
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    1     1     x  J
    MethodParameters:
      Name  Flags
      x     final

  public org.apache.commons.math3.dfp.Dfp newInstance(double);
    descriptor: (D)Lorg/apache/commons/math3/dfp/Dfp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // double x
         0: .line 122
            new org.apache.commons.math3.dfp.DfpDec
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            dload 1 /* x */
            invokespecial org.apache.commons.math3.dfp.DfpDec.<init>:(Lorg/apache/commons/math3/dfp/DfpField;D)V
            areturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    1     1     x  D
    MethodParameters:
      Name  Flags
      x     final

  public org.apache.commons.math3.dfp.Dfp newInstance(org.apache.commons.math3.dfp.Dfp);
    descriptor: (Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // org.apache.commons.math3.dfp.Dfp d
         0: .line 130
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            invokevirtual org.apache.commons.math3.dfp.DfpField.getRadixDigits:()I
            aload 1 /* d */
            invokevirtual org.apache.commons.math3.dfp.Dfp.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            invokevirtual org.apache.commons.math3.dfp.DfpField.getRadixDigits:()I
            if_icmpeq 5
         1: .line 131
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            iconst_1
            invokevirtual org.apache.commons.math3.dfp.DfpField.setIEEEFlagsBits:(I)V
         2: .line 132
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.DfpDec.newInstance:(Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 2 /* result */
        start local 2 // org.apache.commons.math3.dfp.Dfp result
         3: .line 133
            aload 2 /* result */
            iconst_3
            putfield org.apache.commons.math3.dfp.Dfp.nans:B
         4: .line 134
            aload 0 /* this */
            iconst_1
            ldc "newInstance"
            aload 1 /* d */
            aload 2 /* result */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.dotrap:(ILjava/lang/String;Lorg/apache/commons/math3/dfp/Dfp;Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            areturn
        end local 2 // org.apache.commons.math3.dfp.Dfp result
         5: .line 137
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.dfp.DfpDec
            dup
            aload 1 /* d */
            invokespecial org.apache.commons.math3.dfp.DfpDec.<init>:(Lorg/apache/commons/math3/dfp/Dfp;)V
            areturn
        end local 1 // org.apache.commons.math3.dfp.Dfp d
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    6     1       d  Lorg/apache/commons/math3/dfp/Dfp;
            3    5     2  result  Lorg/apache/commons/math3/dfp/Dfp;
    MethodParameters:
      Name  Flags
      d     final

  public org.apache.commons.math3.dfp.Dfp newInstance(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/apache/commons/math3/dfp/Dfp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // java.lang.String s
         0: .line 144
            new org.apache.commons.math3.dfp.DfpDec
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            aload 1 /* s */
            invokespecial org.apache.commons.math3.dfp.DfpDec.<init>:(Lorg/apache/commons/math3/dfp/DfpField;Ljava/lang/String;)V
            areturn
        end local 1 // java.lang.String s
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    1     1     s  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      s     final

  public org.apache.commons.math3.dfp.Dfp newInstance(byte, byte);
    descriptor: (BB)Lorg/apache/commons/math3/dfp/Dfp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // byte sign
        start local 2 // byte nans
         0: .line 150
            new org.apache.commons.math3.dfp.DfpDec
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            iload 1 /* sign */
            iload 2 /* nans */
            invokespecial org.apache.commons.math3.dfp.DfpDec.<init>:(Lorg/apache/commons/math3/dfp/DfpField;BB)V
            areturn
        end local 2 // byte nans
        end local 1 // byte sign
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/dfp/DfpDec;
            0    1     1  sign  B
            0    1     2  nans  B
    MethodParameters:
      Name  Flags
      sign  final
      nans  final

  protected int getDecimalDigits();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
         0: .line 159
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getRadixDigits:()I
            iconst_4
            imul
            iconst_3
            isub
            ireturn
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/dfp/DfpDec;

  protected int round(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=15, args_size=2
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // int in
         0: .line 166
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            arraylength
            iconst_1
            isub
            iaload
            istore 2 /* msb */
        start local 2 // int msb
         1: .line 167
            iload 2 /* msb */
            ifne 3
         2: .line 169
            iconst_0
            ireturn
         3: .line 172
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            arraylength
            iconst_4
            imul
            istore 3 /* cmaxdigits */
        start local 3 // int cmaxdigits
         4: .line 173
            sipush 1000
            istore 4 /* lsbthreshold */
        start local 4 // int lsbthreshold
         5: .line 174
            goto 8
         6: .line 175
      StackMap locals: int int
      StackMap stack:
            iload 4 /* lsbthreshold */
            bipush 10
            idiv
            istore 4 /* lsbthreshold */
         7: .line 176
            iinc 3 /* cmaxdigits */ -1
         8: .line 174
      StackMap locals:
      StackMap stack:
            iload 4 /* lsbthreshold */
            iload 2 /* msb */
            if_icmpgt 6
         9: .line 180
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getDecimalDigits:()I
            istore 5 /* digits */
        start local 5 // int digits
        10: .line 181
            iload 3 /* cmaxdigits */
            iload 5 /* digits */
            isub
            istore 6 /* lsbshift */
        start local 6 // int lsbshift
        11: .line 182
            iload 6 /* lsbshift */
            iconst_4
            idiv
            istore 7 /* lsd */
        start local 7 // int lsd
        12: .line 184
            iconst_1
            istore 4 /* lsbthreshold */
        13: .line 185
            iconst_0
            istore 8 /* i */
        start local 8 // int i
        14: goto 17
        15: .line 186
      StackMap locals: org.apache.commons.math3.dfp.DfpDec int int int int int int int int
      StackMap stack:
            iload 4 /* lsbthreshold */
            bipush 10
            imul
            istore 4 /* lsbthreshold */
        16: .line 185
            iinc 8 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 8 /* i */
            iload 6 /* lsbshift */
            iconst_4
            irem
            if_icmplt 15
        end local 8 // int i
        18: .line 189
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            iload 7 /* lsd */
            iaload
            istore 8 /* lsb */
        start local 8 // int lsb
        19: .line 191
            iload 4 /* lsbthreshold */
            iconst_1
            if_icmpgt 21
            iload 5 /* digits */
            iconst_4
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            arraylength
            imul
            iconst_3
            isub
            if_icmpne 21
        20: .line 192
            aload 0 /* this */
            iload 1 /* in */
            invokespecial org.apache.commons.math3.dfp.Dfp.round:(I)I
            ireturn
        21: .line 195
      StackMap locals:
      StackMap stack:
            iload 1 /* in */
            istore 9 /* discarded */
        start local 9 // int discarded
        22: .line 197
            iload 4 /* lsbthreshold */
            iconst_1
            if_icmpne 27
        23: .line 199
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            iload 7 /* lsd */
            iconst_1
            isub
            iaload
            sipush 1000
            idiv
            bipush 10
            irem
            istore 10 /* n */
        start local 10 // int n
        24: .line 200
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            iload 7 /* lsd */
            iconst_1
            isub
            dup2
            iaload
            sipush 1000
            irem
            iastore
        25: .line 201
            iload 9 /* discarded */
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            iload 7 /* lsd */
            iconst_1
            isub
            iaload
            ior
            istore 9 /* discarded */
        26: .line 202
            goto 29
        end local 10 // int n
        27: .line 203
      StackMap locals: int
      StackMap stack:
            iload 8 /* lsb */
            bipush 10
            imul
            iload 4 /* lsbthreshold */
            idiv
            bipush 10
            irem
            istore 10 /* n */
        start local 10 // int n
        28: .line 204
            iload 9 /* discarded */
            iload 8 /* lsb */
            iload 4 /* lsbthreshold */
            bipush 10
            idiv
            irem
            ior
            istore 9 /* discarded */
        29: .line 207
      StackMap locals: int
      StackMap stack:
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        30: goto 34
        31: .line 208
      StackMap locals: int
      StackMap stack:
            iload 9 /* discarded */
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            iload 11 /* i */
            iaload
            ior
            istore 9 /* discarded */
        32: .line 209
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            iload 11 /* i */
            iconst_0
            iastore
        33: .line 207
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        34: iload 11 /* i */
            iload 7 /* lsd */
            if_icmplt 31
        end local 11 // int i
        35: .line 212
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            iload 7 /* lsd */
            iload 8 /* lsb */
            iload 4 /* lsbthreshold */
            idiv
            iload 4 /* lsbthreshold */
            imul
            iastore
        36: .line 215
            invokestatic org.apache.commons.math3.dfp.DfpDec.$SWITCH_TABLE$org$apache$commons$math3$dfp$DfpField$RoundingMode:()[I
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            invokevirtual org.apache.commons.math3.dfp.DfpField.getRoundingMode:()Lorg/apache/commons/math3/dfp/DfpField$RoundingMode;
            invokevirtual org.apache.commons.math3.dfp.DfpField$RoundingMode.ordinal:()I
            iaload
            tableswitch { // 1 - 8
                    1: 37
                    2: 39
                    3: 43
                    4: 47
                    5: 51
                    6: 58
                    7: 65
                    8: 70
              default: 70
          }
        37: .line 217
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 11 /* inc */
        start local 11 // boolean inc
        38: .line 218
            goto 74
        end local 11 // boolean inc
        39: .line 221
      StackMap locals:
      StackMap stack:
            iload 10 /* n */
            ifne 40
            iload 9 /* discarded */
            ifne 40
            iconst_0
            goto 41
      StackMap locals:
      StackMap stack:
        40: iconst_1
      StackMap locals:
      StackMap stack: int
        41: istore 11 /* inc */
        start local 11 // boolean inc
        42: .line 222
            goto 74
        end local 11 // boolean inc
        43: .line 225
      StackMap locals:
      StackMap stack:
            iload 10 /* n */
            iconst_5
            if_icmplt 44
            iconst_1
            goto 45
      StackMap locals:
      StackMap stack:
        44: iconst_0
      StackMap locals:
      StackMap stack: int
        45: istore 11 /* inc */
        start local 11 // boolean inc
        46: .line 226
            goto 74
        end local 11 // boolean inc
        47: .line 229
      StackMap locals:
      StackMap stack:
            iload 10 /* n */
            iconst_5
            if_icmple 48
            iconst_1
            goto 49
      StackMap locals:
      StackMap stack:
        48: iconst_0
      StackMap locals:
      StackMap stack: int
        49: istore 11 /* inc */
        start local 11 // boolean inc
        50: .line 230
            goto 74
        end local 11 // boolean inc
        51: .line 233
      StackMap locals:
      StackMap stack:
            iload 10 /* n */
            iconst_5
            if_icmpgt 55
        52: .line 234
            iload 10 /* n */
            iconst_5
            if_icmpne 53
            iload 9 /* discarded */
            ifne 55
        53: .line 235
      StackMap locals:
      StackMap stack:
            iload 10 /* n */
            iconst_5
            if_icmpne 54
            iload 9 /* discarded */
            ifne 54
            iload 8 /* lsb */
            iload 4 /* lsbthreshold */
            idiv
            iconst_1
            iand
            iconst_1
            if_icmpeq 55
        54: .line 233
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 56
      StackMap locals:
      StackMap stack:
        55: iconst_1
      StackMap locals:
      StackMap stack: int
        56: istore 11 /* inc */
        start local 11 // boolean inc
        57: .line 236
            goto 74
        end local 11 // boolean inc
        58: .line 239
      StackMap locals:
      StackMap stack:
            iload 10 /* n */
            iconst_5
            if_icmpgt 62
        59: .line 240
            iload 10 /* n */
            iconst_5
            if_icmpne 60
            iload 9 /* discarded */
            ifne 62
        60: .line 241
      StackMap locals:
      StackMap stack:
            iload 10 /* n */
            iconst_5
            if_icmpne 61
            iload 9 /* discarded */
            ifne 61
            iload 8 /* lsb */
            iload 4 /* lsbthreshold */
            idiv
            iconst_1
            iand
            ifeq 62
        61: .line 239
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 63
      StackMap locals:
      StackMap stack:
        62: iconst_1
      StackMap locals:
      StackMap stack: int
        63: istore 11 /* inc */
        start local 11 // boolean inc
        64: .line 242
            goto 74
        end local 11 // boolean inc
        65: .line 245
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.sign:B
            iconst_1
            if_icmpne 67
            iload 10 /* n */
            ifne 66
            iload 9 /* discarded */
            ifeq 67
      StackMap locals:
      StackMap stack:
        66: iconst_1
            goto 68
      StackMap locals:
      StackMap stack:
        67: iconst_0
      StackMap locals:
      StackMap stack: int
        68: istore 11 /* inc */
        start local 11 // boolean inc
        69: .line 246
            goto 74
        end local 11 // boolean inc
        70: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.sign:B
            iconst_m1
            if_icmpne 72
            iload 10 /* n */
            ifne 71
            iload 9 /* discarded */
            ifeq 72
      StackMap locals:
      StackMap stack:
        71: iconst_1
            goto 73
      StackMap locals:
      StackMap stack:
        72: iconst_0
      StackMap locals:
      StackMap stack: int
        73: istore 11 /* inc */
        start local 11 // boolean inc
        74: .line 254
      StackMap locals: int
      StackMap stack:
            iload 11 /* inc */
            ifeq 86
        75: .line 256
            iload 4 /* lsbthreshold */
            istore 12 /* rh */
        start local 12 // int rh
        76: .line 257
            iload 7 /* lsd */
            istore 13 /* i */
        start local 13 // int i
        77: goto 82
        78: .line 258
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            iload 13 /* i */
            iaload
            iload 12 /* rh */
            iadd
            istore 14 /* r */
        start local 14 // int r
        79: .line 259
            iload 14 /* r */
            sipush 10000
            idiv
            istore 12 /* rh */
        80: .line 260
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            iload 13 /* i */
            iload 14 /* r */
            sipush 10000
            irem
            iastore
        end local 14 // int r
        81: .line 257
            iinc 13 /* i */ 1
      StackMap locals:
      StackMap stack:
        82: iload 13 /* i */
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            arraylength
            if_icmplt 78
        end local 13 // int i
        83: .line 263
            iload 12 /* rh */
            ifeq 86
        84: .line 264
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.shiftRight:()V
        85: .line 265
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            arraylength
            iconst_1
            isub
            iload 12 /* rh */
            iastore
        end local 12 // int rh
        86: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.exp:I
            sipush -32767
            if_icmpge 89
        87: .line 272
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            bipush 8
            invokevirtual org.apache.commons.math3.dfp.DfpField.setIEEEFlagsBits:(I)V
        88: .line 273
            bipush 8
            ireturn
        89: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.exp:I
            ldc 32768
            if_icmple 92
        90: .line 278
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            iconst_4
            invokevirtual org.apache.commons.math3.dfp.DfpField.setIEEEFlagsBits:(I)V
        91: .line 279
            iconst_4
            ireturn
        92: .line 282
      StackMap locals:
      StackMap stack:
            iload 10 /* n */
            ifne 93
            iload 9 /* discarded */
            ifeq 95
        93: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            bipush 16
            invokevirtual org.apache.commons.math3.dfp.DfpField.setIEEEFlagsBits:(I)V
        94: .line 285
            bipush 16
            ireturn
        95: .line 287
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 11 // boolean inc
        end local 10 // int n
        end local 9 // int discarded
        end local 8 // int lsb
        end local 7 // int lsd
        end local 6 // int lsbshift
        end local 5 // int digits
        end local 4 // int lsbthreshold
        end local 3 // int cmaxdigits
        end local 2 // int msb
        end local 1 // int in
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   96     0          this  Lorg/apache/commons/math3/dfp/DfpDec;
            0   96     1            in  I
            1   96     2           msb  I
            4   96     3    cmaxdigits  I
            5   96     4  lsbthreshold  I
           10   96     5        digits  I
           11   96     6      lsbshift  I
           12   96     7           lsd  I
           14   18     8             i  I
           19   96     8           lsb  I
           22   96     9     discarded  I
           24   27    10             n  I
           28   96    10             n  I
           30   35    11             i  I
           38   39    11           inc  Z
           42   43    11           inc  Z
           46   47    11           inc  Z
           50   51    11           inc  Z
           57   58    11           inc  Z
           64   65    11           inc  Z
           69   70    11           inc  Z
           74   96    11           inc  Z
           76   86    12            rh  I
           77   83    13             i  I
           79   81    14             r  I
    MethodParameters:
      Name  Flags
      in    

  public org.apache.commons.math3.dfp.Dfp nextAfter(org.apache.commons.math3.dfp.Dfp);
    descriptor: (Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.apache.commons.math3.dfp.DfpDec this
        start local 1 // org.apache.commons.math3.dfp.Dfp x
         0: .line 297
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            invokevirtual org.apache.commons.math3.dfp.DfpField.getRadixDigits:()I
            aload 1 /* x */
            invokevirtual org.apache.commons.math3.dfp.Dfp.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            invokevirtual org.apache.commons.math3.dfp.DfpField.getRadixDigits:()I
            if_icmpeq 5
         1: .line 298
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            iconst_1
            invokevirtual org.apache.commons.math3.dfp.DfpField.setIEEEFlagsBits:(I)V
         2: .line 299
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.DfpDec.newInstance:(Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 2 /* result */
        start local 2 // org.apache.commons.math3.dfp.Dfp result
         3: .line 300
            aload 2 /* result */
            iconst_3
            putfield org.apache.commons.math3.dfp.Dfp.nans:B
         4: .line 301
            aload 0 /* this */
            iconst_1
            ldc "nextAfter"
            aload 1 /* x */
            aload 2 /* result */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.dotrap:(ILjava/lang/String;Lorg/apache/commons/math3/dfp/Dfp;Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            areturn
        end local 2 // org.apache.commons.math3.dfp.Dfp result
         5: .line 304
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 2 /* up */
        start local 2 // boolean up
         6: .line 309
            aload 0 /* this */
            aload 1 /* x */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.lessThan:(Lorg/apache/commons/math3/dfp/Dfp;)Z
            ifeq 8
         7: .line 310
            iconst_1
            istore 2 /* up */
         8: .line 313
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* x */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.equals:(Ljava/lang/Object;)Z
            ifeq 10
         9: .line 314
            aload 0 /* this */
            aload 1 /* x */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.newInstance:(Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            areturn
        10: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.DfpDec.lessThan:(Lorg/apache/commons/math3/dfp/Dfp;)Z
            ifeq 14
        11: .line 318
            iload 2 /* up */
            ifeq 12
            iconst_0
            goto 13
      StackMap locals:
      StackMap stack:
        12: iconst_1
      StackMap locals:
      StackMap stack: int
        13: istore 2 /* up */
        14: .line 321
      StackMap locals:
      StackMap stack:
            iload 2 /* up */
            ifeq 24
        15: .line 322
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.intLog10:()I
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getDecimalDigits:()I
            isub
            iconst_1
            iadd
            invokevirtual org.apache.commons.math3.dfp.DfpDec.power10:(I)Lorg/apache/commons/math3/dfp/Dfp;
            astore 4 /* inc */
        start local 4 // org.apache.commons.math3.dfp.Dfp inc
        16: .line 323
            aload 4 /* inc */
            aload 0 /* this */
            invokestatic org.apache.commons.math3.dfp.DfpDec.copysign:(Lorg/apache/commons/math3/dfp/Dfp;Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 4 /* inc */
        17: .line 325
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.DfpDec.equals:(Ljava/lang/Object;)Z
            ifeq 19
        18: .line 326
            aload 0 /* this */
            sipush -32767
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            arraylength
            isub
            iconst_1
            isub
            invokevirtual org.apache.commons.math3.dfp.DfpDec.power10K:(I)Lorg/apache/commons/math3/dfp/Dfp;
            astore 4 /* inc */
        19: .line 329
      StackMap locals: org.apache.commons.math3.dfp.DfpDec org.apache.commons.math3.dfp.Dfp int top org.apache.commons.math3.dfp.Dfp
      StackMap stack:
            aload 4 /* inc */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.Dfp.equals:(Ljava/lang/Object;)Z
            ifeq 22
        20: .line 330
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.DfpDec.newInstance:(Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            aload 0 /* this */
            invokestatic org.apache.commons.math3.dfp.DfpDec.copysign:(Lorg/apache/commons/math3/dfp/Dfp;Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 3 /* result */
        start local 3 // org.apache.commons.math3.dfp.Dfp result
        21: .line 331
            goto 36
        end local 3 // org.apache.commons.math3.dfp.Dfp result
        22: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* inc */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.add:(Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 3 /* result */
        start local 3 // org.apache.commons.math3.dfp.Dfp result
        23: .line 334
            goto 36
        end local 4 // org.apache.commons.math3.dfp.Dfp inc
        end local 3 // org.apache.commons.math3.dfp.Dfp result
        24: .line 335
      StackMap locals: org.apache.commons.math3.dfp.DfpDec org.apache.commons.math3.dfp.Dfp int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.intLog10:()I
            invokevirtual org.apache.commons.math3.dfp.DfpDec.power10:(I)Lorg/apache/commons/math3/dfp/Dfp;
            astore 4 /* inc */
        start local 4 // org.apache.commons.math3.dfp.Dfp inc
        25: .line 336
            aload 4 /* inc */
            aload 0 /* this */
            invokestatic org.apache.commons.math3.dfp.DfpDec.copysign:(Lorg/apache/commons/math3/dfp/Dfp;Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 4 /* inc */
        26: .line 338
            aload 0 /* this */
            aload 4 /* inc */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.equals:(Ljava/lang/Object;)Z
            ifeq 29
        27: .line 339
            aload 4 /* inc */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getDecimalDigits:()I
            invokevirtual org.apache.commons.math3.dfp.DfpDec.power10:(I)Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.Dfp.divide:(Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 4 /* inc */
        28: .line 340
            goto 30
        29: .line 341
      StackMap locals: org.apache.commons.math3.dfp.DfpDec org.apache.commons.math3.dfp.Dfp int top org.apache.commons.math3.dfp.Dfp
      StackMap stack:
            aload 4 /* inc */
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getDecimalDigits:()I
            iconst_1
            isub
            invokevirtual org.apache.commons.math3.dfp.DfpDec.power10:(I)Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.Dfp.divide:(Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 4 /* inc */
        30: .line 344
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.DfpDec.equals:(Ljava/lang/Object;)Z
            ifeq 32
        31: .line 345
            aload 0 /* this */
            sipush -32767
            aload 0 /* this */
            getfield org.apache.commons.math3.dfp.DfpDec.mant:[I
            arraylength
            isub
            iconst_1
            isub
            invokevirtual org.apache.commons.math3.dfp.DfpDec.power10K:(I)Lorg/apache/commons/math3/dfp/Dfp;
            astore 4 /* inc */
        32: .line 348
      StackMap locals:
      StackMap stack:
            aload 4 /* inc */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.Dfp.equals:(Ljava/lang/Object;)Z
            ifeq 35
        33: .line 349
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.DfpDec.newInstance:(Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            aload 0 /* this */
            invokestatic org.apache.commons.math3.dfp.DfpDec.copysign:(Lorg/apache/commons/math3/dfp/Dfp;Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 3 /* result */
        start local 3 // org.apache.commons.math3.dfp.Dfp result
        34: .line 350
            goto 36
        end local 3 // org.apache.commons.math3.dfp.Dfp result
        35: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 4 /* inc */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.subtract:(Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 3 /* result */
        start local 3 // org.apache.commons.math3.dfp.Dfp result
        36: .line 355
      StackMap locals: org.apache.commons.math3.dfp.DfpDec org.apache.commons.math3.dfp.Dfp int org.apache.commons.math3.dfp.Dfp org.apache.commons.math3.dfp.Dfp
      StackMap stack:
            aload 3 /* result */
            invokevirtual org.apache.commons.math3.dfp.Dfp.classify:()I
            iconst_1
            if_icmpne 39
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.classify:()I
            iconst_1
            if_icmpeq 39
        37: .line 356
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            bipush 16
            invokevirtual org.apache.commons.math3.dfp.DfpField.setIEEEFlagsBits:(I)V
        38: .line 357
            aload 0 /* this */
            bipush 16
            ldc "nextAfter"
            aload 1 /* x */
            aload 3 /* result */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.dotrap:(ILjava/lang/String;Lorg/apache/commons/math3/dfp/Dfp;Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 3 /* result */
        39: .line 360
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.Dfp.equals:(Ljava/lang/Object;)Z
            ifeq 42
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getZero:()Lorg/apache/commons/math3/dfp/Dfp;
            invokevirtual org.apache.commons.math3.dfp.DfpDec.equals:(Ljava/lang/Object;)Z
            ifne 42
        40: .line 361
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.getField:()Lorg/apache/commons/math3/dfp/DfpField;
            bipush 16
            invokevirtual org.apache.commons.math3.dfp.DfpField.setIEEEFlagsBits:(I)V
        41: .line 362
            aload 0 /* this */
            bipush 16
            ldc "nextAfter"
            aload 1 /* x */
            aload 3 /* result */
            invokevirtual org.apache.commons.math3.dfp.DfpDec.dotrap:(ILjava/lang/String;Lorg/apache/commons/math3/dfp/Dfp;Lorg/apache/commons/math3/dfp/Dfp;)Lorg/apache/commons/math3/dfp/Dfp;
            astore 3 /* result */
        42: .line 365
      StackMap locals:
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 4 // org.apache.commons.math3.dfp.Dfp inc
        end local 3 // org.apache.commons.math3.dfp.Dfp result
        end local 2 // boolean up
        end local 1 // org.apache.commons.math3.dfp.Dfp x
        end local 0 // org.apache.commons.math3.dfp.DfpDec this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   43     0    this  Lorg/apache/commons/math3/dfp/DfpDec;
            0   43     1       x  Lorg/apache/commons/math3/dfp/Dfp;
            3    5     2  result  Lorg/apache/commons/math3/dfp/Dfp;
            6   43     2      up  Z
           21   22     3  result  Lorg/apache/commons/math3/dfp/Dfp;
           23   24     3  result  Lorg/apache/commons/math3/dfp/Dfp;
           34   35     3  result  Lorg/apache/commons/math3/dfp/Dfp;
           36   43     3  result  Lorg/apache/commons/math3/dfp/Dfp;
           16   24     4     inc  Lorg/apache/commons/math3/dfp/Dfp;
           25   43     4     inc  Lorg/apache/commons/math3/dfp/Dfp;
    MethodParameters:
      Name  Flags
      x     

  static int[] $SWITCH_TABLE$org$apache$commons$math3$dfp$DfpField$RoundingMode();
    descriptor: ()[I
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=0
         0: .line 26
            getstatic org.apache.commons.math3.dfp.DfpDec.$SWITCH_TABLE$org$apache$commons$math3$dfp$DfpField$RoundingMode:[I
            dup
            ifnull 1
            areturn
      StackMap locals:
      StackMap stack: int[]
         1: pop
            invokestatic org.apache.commons.math3.dfp.DfpField$RoundingMode.values:()[Lorg/apache/commons/math3/dfp/DfpField$RoundingMode;
            arraylength
            newarray 10
            astore 0
         2: aload 0
            getstatic org.apache.commons.math3.dfp.DfpField$RoundingMode.ROUND_CEIL:Lorg/apache/commons/math3/dfp/DfpField$RoundingMode;
            invokevirtual org.apache.commons.math3.dfp.DfpField$RoundingMode.ordinal:()I
            bipush 7
            iastore
         3: goto 5
      StackMap locals: int[]
      StackMap stack: java.lang.NoSuchFieldError
         4: pop
      StackMap locals:
      StackMap stack:
         5: aload 0
            getstatic org.apache.commons.math3.dfp.DfpField$RoundingMode.ROUND_DOWN:Lorg/apache/commons/math3/dfp/DfpField$RoundingMode;
            invokevirtual org.apache.commons.math3.dfp.DfpField$RoundingMode.ordinal:()I
            iconst_1
            iastore
         6: goto 8
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
         7: pop
      StackMap locals:
      StackMap stack:
         8: aload 0
            getstatic org.apache.commons.math3.dfp.DfpField$RoundingMode.ROUND_FLOOR:Lorg/apache/commons/math3/dfp/DfpField$RoundingMode;
            invokevirtual org.apache.commons.math3.dfp.DfpField$RoundingMode.ordinal:()I
            bipush 8
            iastore
         9: goto 11
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        10: pop
      StackMap locals:
      StackMap stack:
        11: aload 0
            getstatic org.apache.commons.math3.dfp.DfpField$RoundingMode.ROUND_HALF_DOWN:Lorg/apache/commons/math3/dfp/DfpField$RoundingMode;
            invokevirtual org.apache.commons.math3.dfp.DfpField$RoundingMode.ordinal:()I
            iconst_4
            iastore
        12: goto 14
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        13: pop
      StackMap locals:
      StackMap stack:
        14: aload 0
            getstatic org.apache.commons.math3.dfp.DfpField$RoundingMode.ROUND_HALF_EVEN:Lorg/apache/commons/math3/dfp/DfpField$RoundingMode;
            invokevirtual org.apache.commons.math3.dfp.DfpField$RoundingMode.ordinal:()I
            iconst_5
            iastore
        15: goto 17
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        16: pop
      StackMap locals:
      StackMap stack:
        17: aload 0
            getstatic org.apache.commons.math3.dfp.DfpField$RoundingMode.ROUND_HALF_ODD:Lorg/apache/commons/math3/dfp/DfpField$RoundingMode;
            invokevirtual org.apache.commons.math3.dfp.DfpField$RoundingMode.ordinal:()I
            bipush 6
            iastore
        18: goto 20
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        19: pop
      StackMap locals:
      StackMap stack:
        20: aload 0
            getstatic org.apache.commons.math3.dfp.DfpField$RoundingMode.ROUND_HALF_UP:Lorg/apache/commons/math3/dfp/DfpField$RoundingMode;
            invokevirtual org.apache.commons.math3.dfp.DfpField$RoundingMode.ordinal:()I
            iconst_3
            iastore
        21: goto 23
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        22: pop
      StackMap locals:
      StackMap stack:
        23: aload 0
            getstatic org.apache.commons.math3.dfp.DfpField$RoundingMode.ROUND_UP:Lorg/apache/commons/math3/dfp/DfpField$RoundingMode;
            invokevirtual org.apache.commons.math3.dfp.DfpField$RoundingMode.ordinal:()I
            iconst_2
            iastore
        24: goto 26
      StackMap locals:
      StackMap stack: java.lang.NoSuchFieldError
        25: pop
      StackMap locals:
      StackMap stack:
        26: aload 0
            dup
            putstatic org.apache.commons.math3.dfp.DfpDec.$SWITCH_TABLE$org$apache$commons$math3$dfp$DfpField$RoundingMode:[I
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.NoSuchFieldError
           5     6       7  Class java.lang.NoSuchFieldError
           8     9      10  Class java.lang.NoSuchFieldError
          11    12      13  Class java.lang.NoSuchFieldError
          14    15      16  Class java.lang.NoSuchFieldError
          17    18      19  Class java.lang.NoSuchFieldError
          20    21      22  Class java.lang.NoSuchFieldError
          23    24      25  Class java.lang.NoSuchFieldError
}
SourceFile: "DfpDec.java"
InnerClasses:
  public final RoundingMode = org.apache.commons.math3.dfp.DfpField$RoundingMode of org.apache.commons.math3.dfp.DfpField