package defpackage;

/* JADX INFO: renamed from: ᵞᵺˈ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3040 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final int f11663;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final float f11664;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final int f11665;

    public C3040(float f, int i, int i2) {
        this.f11665 = i;
        this.f11663 = i2;
        this.f11664 = f;
    }

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static C3040 m7135(int i) {
        int i2 = (i >> 13) & 7;
        if (i2 == 0) {
            return null;
        }
        return new C3040(((i & 511) * ((i & 512) != 0 ? -1 : 1)) / 10.0f, i2, (i >> 10) & 7);
    }

    public final boolean equals(Object obj) {
        if (!(obj instanceof C3040)) {
            return false;
        }
        C3040 c3040 = (C3040) obj;
        return this.f11665 == c3040.f11665 && this.f11663 == c3040.f11663 && Float.compare(this.f11664, c3040.f11664) == 0;
    }

    public final int hashCode() {
        return Float.floatToIntBits(this.f11664) + (((this.f11665 * 31) + this.f11663) * 31);
    }

    public final String toString() {
        return "GainField{name=" + this.f11665 + ", originator=" + this.f11663 + ", gain=" + this.f11664 + '}';
    }
}
