class android.hardware.GeomagneticField$LegendreTable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.hardware.GeomagneticField$LegendreTable
  super_class: java.lang.Object
{
  public final float[][] mP;
    descriptor: [[F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final float[][] mPDeriv;
    descriptor: [[F
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 335
            ldc Landroid/hardware/GeomagneticField;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic android.hardware.GeomagneticField$LegendreTable.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(int, float);
    descriptor: (IF)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=3
        start local 0 // android.hardware.GeomagneticField$LegendreTable this
        start local 1 // int maxN
        start local 2 // float thetaRad
         0: .line 351
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 356
            fload 2 /* thetaRad */
            f2d
            invokestatic java.lang.Math.cos:(D)D
            d2f
            fstore 3 /* cos */
        start local 3 // float cos
         2: .line 357
            fload 2 /* thetaRad */
            f2d
            invokestatic java.lang.Math.sin:(D)D
            d2f
            fstore 4 /* sin */
        start local 4 // float sin
         3: .line 359
            aload 0 /* this */
            iload 1 /* maxN */
            iconst_1
            iadd
            anewarray float[]
            putfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
         4: .line 360
            aload 0 /* this */
            iload 1 /* maxN */
            iconst_1
            iadd
            anewarray float[]
            putfield android.hardware.GeomagneticField$LegendreTable.mPDeriv:[[F
         5: .line 361
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iconst_0
            iconst_1
            newarray 6
            dup
            iconst_0
            fconst_1
            fastore
            aastore
         6: .line 362
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mPDeriv:[[F
            iconst_0
            iconst_1
            newarray 6
            dup
            iconst_0
            fconst_0
            fastore
            aastore
         7: .line 363
            iconst_1
            istore 5 /* n */
        start local 5 // int n
         8: goto 37
         9: .line 364
      StackMap locals: android.hardware.GeomagneticField$LegendreTable int float float float int
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            iload 5 /* n */
            iconst_1
            iadd
            newarray 6
            aastore
        10: .line 365
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mPDeriv:[[F
            iload 5 /* n */
            iload 5 /* n */
            iconst_1
            iadd
            newarray 6
            aastore
        11: .line 366
            iconst_0
            istore 6 /* m */
        start local 6 // int m
        12: goto 35
        13: .line 367
      StackMap locals: int
      StackMap stack:
            iload 5 /* n */
            iload 6 /* m */
            if_icmpne 19
        14: .line 368
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            aaload
            iload 6 /* m */
            fload 4 /* sin */
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            iconst_1
            isub
            aaload
            iload 6 /* m */
            iconst_1
            isub
            faload
            fmul
            fastore
        15: .line 369
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mPDeriv:[[F
            iload 5 /* n */
            aaload
            iload 6 /* m */
            fload 3 /* cos */
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            iconst_1
            isub
            aaload
            iload 6 /* m */
            iconst_1
            isub
            faload
            fmul
        16: .line 370
            fload 4 /* sin */
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mPDeriv:[[F
            iload 5 /* n */
            iconst_1
            isub
            aaload
            iload 6 /* m */
            iconst_1
            isub
            faload
            fmul
            fadd
        17: .line 369
            fastore
        18: .line 371
            goto 34
      StackMap locals:
      StackMap stack:
        19: iload 5 /* n */
            iconst_1
            if_icmpeq 20
            iload 6 /* m */
            iload 5 /* n */
            iconst_1
            isub
            if_icmpne 25
        20: .line 372
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            aaload
            iload 6 /* m */
            fload 3 /* cos */
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            iconst_1
            isub
            aaload
            iload 6 /* m */
            faload
            fmul
            fastore
        21: .line 373
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mPDeriv:[[F
            iload 5 /* n */
            aaload
            iload 6 /* m */
            fload 4 /* sin */
            fneg
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            iconst_1
            isub
            aaload
            iload 6 /* m */
            faload
            fmul
        22: .line 374
            fload 3 /* cos */
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mPDeriv:[[F
            iload 5 /* n */
            iconst_1
            isub
            aaload
            iload 6 /* m */
            faload
            fmul
            fadd
        23: .line 373
            fastore
        24: .line 375
            goto 34
        25: .line 376
      StackMap locals:
      StackMap stack:
            getstatic android.hardware.GeomagneticField$LegendreTable.$assertionsDisabled:Z
            ifne 27
            iload 5 /* n */
            iconst_1
            if_icmple 26
            iload 6 /* m */
            iload 5 /* n */
            iconst_1
            isub
            if_icmplt 27
      StackMap locals:
      StackMap stack:
        26: new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        27: .line 377
      StackMap locals:
      StackMap stack:
            iload 5 /* n */
            iconst_1
            isub
            iload 5 /* n */
            iconst_1
            isub
            imul
            iload 6 /* m */
            iload 6 /* m */
            imul
            isub
            i2f
        28: .line 378
            iconst_2
            iload 5 /* n */
            imul
            iconst_1
            isub
            iconst_2
            iload 5 /* n */
            imul
            iconst_3
            isub
            imul
            i2f
        29: .line 377
            fdiv
            fstore 7 /* k */
        start local 7 // float k
        30: .line 379
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            aaload
            iload 6 /* m */
            fload 3 /* cos */
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            iconst_1
            isub
            aaload
            iload 6 /* m */
            faload
            fmul
            fload 7 /* k */
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            iconst_2
            isub
            aaload
            iload 6 /* m */
            faload
            fmul
            fsub
            fastore
        31: .line 380
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mPDeriv:[[F
            iload 5 /* n */
            aaload
            iload 6 /* m */
            fload 4 /* sin */
            fneg
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mP:[[F
            iload 5 /* n */
            iconst_1
            isub
            aaload
            iload 6 /* m */
            faload
            fmul
        32: .line 381
            fload 3 /* cos */
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mPDeriv:[[F
            iload 5 /* n */
            iconst_1
            isub
            aaload
            iload 6 /* m */
            faload
            fmul
            fadd
            fload 7 /* k */
            aload 0 /* this */
            getfield android.hardware.GeomagneticField$LegendreTable.mPDeriv:[[F
            iload 5 /* n */
            iconst_2
            isub
            aaload
            iload 6 /* m */
            faload
            fmul
            fsub
        33: .line 380
            fastore
        end local 7 // float k
        34: .line 366
      StackMap locals:
      StackMap stack:
            iinc 6 /* m */ 1
      StackMap locals:
      StackMap stack:
        35: iload 6 /* m */
            iload 5 /* n */
            if_icmple 13
        end local 6 // int m
        36: .line 363
            iinc 5 /* n */ 1
      StackMap locals:
      StackMap stack:
        37: iload 5 /* n */
            iload 1 /* maxN */
            if_icmple 9
        end local 5 // int n
        38: .line 385
            return
        end local 4 // float sin
        end local 3 // float cos
        end local 2 // float thetaRad
        end local 1 // int maxN
        end local 0 // android.hardware.GeomagneticField$LegendreTable this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   39     0      this  Landroid/hardware/GeomagneticField$LegendreTable;
            0   39     1      maxN  I
            0   39     2  thetaRad  F
            2   39     3       cos  F
            3   39     4       sin  F
            8   38     5         n  I
           12   36     6         m  I
           30   34     7         k  F
    MethodParameters:
          Name  Flags
      maxN      
      thetaRad  
}
SourceFile: "GeomagneticField.java"
NestHost: android.hardware.GeomagneticField
InnerClasses:
  private LegendreTable = android.hardware.GeomagneticField$LegendreTable of android.hardware.GeomagneticField