NetMirror.apk

Download file
package androidx.appcompat.app;

/* JADX INFO: loaded from: classes.dex */
class x {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private static x f3308d;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public long f3309a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public long f3310b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public int f3311c;

    x() {
    }

    static x b() {
        if (f3308d == null) {
            f3308d = new x();
        }
        return f3308d;
    }

    public void a(long j3, double d4, double d5) {
        double d6 = (0.01720197f * ((j3 - 946728000000L) / 8.64E7f)) + 6.24006f;
        double dSin = (Math.sin(d6) * 0.03341960161924362d) + d6 + (Math.sin(2.0f * r4) * 3.4906598739326E-4d) + (Math.sin(r4 * 3.0f) * 5.236000106378924E-6d) + 1.796593063d + 3.141592653589793d;
        double dRound = ((double) (Math.round(((double) (r3 - 9.0E-4f)) - r7) + 9.0E-4f)) + ((-d5) / 360.0d) + (Math.sin(d6) * 0.0053d) + (Math.sin(2.0d * dSin) * (-0.0069d));
        double dAsin = Math.asin(Math.sin(dSin) * Math.sin(0.4092797040939331d));
        double d7 = 0.01745329238474369d * d4;
        double dSin2 = (Math.sin(-0.10471975803375244d) - (Math.sin(d7) * Math.sin(dAsin))) / (Math.cos(d7) * Math.cos(dAsin));
        if (dSin2 >= 1.0d) {
            this.f3311c = 1;
            this.f3309a = -1L;
            this.f3310b = -1L;
        } else {
            if (dSin2 <= -1.0d) {
                this.f3311c = 0;
                this.f3309a = -1L;
                this.f3310b = -1L;
                return;
            }
            double dAcos = (float) (Math.acos(dSin2) / 6.283185307179586d);
            this.f3309a = Math.round((dRound + dAcos) * 8.64E7d) + 946728000000L;
            long jRound = Math.round((dRound - dAcos) * 8.64E7d) + 946728000000L;
            this.f3310b = jRound;
            if (jRound >= j3 || this.f3309a <= j3) {
                this.f3311c = 1;
            } else {
                this.f3311c = 0;
            }
        }
    }
}
Download file