package x;

import q.C2790n0;

/* JADX INFO: renamed from: x.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public interface InterfaceC3153d {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final C3150c f25762a = C3150c.f25755a;

    default float a(float f6, float f7, float f8) {
        f25762a.getClass();
        float f9 = f7 + f6;
        if ((f6 >= 0.0f && f9 <= f8) || (f6 < 0.0f && f9 > f8)) {
            return 0.0f;
        }
        float f10 = f9 - f8;
        return Math.abs(f6) < Math.abs(f10) ? f6 : f10;
    }

    default C2790n0 b() {
        f25762a.getClass();
        return C3150c.f25756b;
    }
}
