package u0;

/* JADX INFO: loaded from: classes.dex */
public final class d0 {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final d0 f17268d = new d0(1.0f, 0, 0);

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

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

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

    static {
        x0.v.G(0);
        x0.v.G(1);
        x0.v.G(3);
    }

    public d0(float f3, int i, int i5) {
        this.f17269a = i;
        this.f17270b = i5;
        this.f17271c = f3;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj instanceof d0) {
            d0 d0Var = (d0) obj;
            if (this.f17269a == d0Var.f17269a && this.f17270b == d0Var.f17270b && this.f17271c == d0Var.f17271c) {
                return true;
            }
        }
        return false;
    }

    public final int hashCode() {
        return Float.floatToRawIntBits(this.f17271c) + ((((217 + this.f17269a) * 31) + this.f17270b) * 31);
    }
}
