package u0;

/* JADX INFO: renamed from: u0.t, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1583t {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final long f17381c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final float f17382d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final float f17383e;

    static {
        new C1582s().a();
        x0.v.G(0);
        x0.v.G(1);
        x0.v.G(2);
        x0.v.G(3);
        x0.v.G(4);
    }

    public C1583t(C1582s c1582s) {
        long j8 = c1582s.f17374a;
        long j9 = c1582s.f17375b;
        long j10 = c1582s.f17376c;
        float f3 = c1582s.f17377d;
        float f7 = c1582s.f17378e;
        this.f17379a = j8;
        this.f17380b = j9;
        this.f17381c = j10;
        this.f17382d = f3;
        this.f17383e = f7;
    }

    public final C1582s a() {
        C1582s c1582s = new C1582s();
        c1582s.f17374a = this.f17379a;
        c1582s.f17375b = this.f17380b;
        c1582s.f17376c = this.f17381c;
        c1582s.f17377d = this.f17382d;
        c1582s.f17378e = this.f17383e;
        return c1582s;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (!(obj instanceof C1583t)) {
            return false;
        }
        C1583t c1583t = (C1583t) obj;
        return this.f17379a == c1583t.f17379a && this.f17380b == c1583t.f17380b && this.f17381c == c1583t.f17381c && this.f17382d == c1583t.f17382d && this.f17383e == c1583t.f17383e;
    }

    public final int hashCode() {
        long j8 = this.f17379a;
        long j9 = this.f17380b;
        int i = ((((int) (j8 ^ (j8 >>> 32))) * 31) + ((int) (j9 ^ (j9 >>> 32)))) * 31;
        long j10 = this.f17381c;
        int i5 = (i + ((int) ((j10 >>> 32) ^ j10))) * 31;
        float f3 = this.f17382d;
        int iFloatToIntBits = (i5 + (f3 != 0.0f ? Float.floatToIntBits(f3) : 0)) * 31;
        float f7 = this.f17383e;
        return iFloatToIntBits + (f7 != 0.0f ? Float.floatToIntBits(f7) : 0);
    }
}
