package o0;

import n2.AbstractC2612c;

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

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

    public /* synthetic */ e(long j4) {
        this.f21799a = j4;
    }

    public static final boolean a(long j4, long j6) {
        return j4 == j6;
    }

    public static final float b(long j4) {
        return Float.intBitsToFloat((int) (j4 & 4294967295L));
    }

    public static final float c(long j4) {
        return Math.min(Float.intBitsToFloat((int) ((j4 >> 32) & 2147483647L)), Float.intBitsToFloat((int) (j4 & 2147483647L)));
    }

    public static final float d(long j4) {
        return Float.intBitsToFloat((int) (j4 >> 32));
    }

    public static final boolean e(long j4) {
        return (j4 == 9205357640488583168L) | (Float.intBitsToFloat((int) (j4 >> 32)) <= 0.0f) | (Float.intBitsToFloat((int) (j4 & 4294967295L)) <= 0.0f);
    }

    public static String f(long j4) {
        if (j4 == 9205357640488583168L) {
            return "Size.Unspecified";
        }
        return "Size(" + AbstractC2612c.t(Float.intBitsToFloat((int) (j4 >> 32))) + ", " + AbstractC2612c.t(Float.intBitsToFloat((int) (j4 & 4294967295L))) + ')';
    }

    public final boolean equals(Object obj) {
        if (obj instanceof e) {
            return this.f21799a == ((e) obj).f21799a;
        }
        return false;
    }

    public final int hashCode() {
        return Long.hashCode(this.f21799a);
    }

    public final String toString() {
        return f(this.f21799a);
    }
}
