package G0;

/* JADX INFO: loaded from: classes.dex */
public final class G0 extends kotlin.jvm.internal.p implements J4.e {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ C0271p[] f1867b;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public /* synthetic */ G0(C0271p[] c0271pArr, int i6) {
        super(2);
        this.f1866a = i6;
        this.f1867b = c0271pArr;
    }

    @Override // J4.e
    public final Object invoke(Object obj, Object obj2) {
        switch (this.f1866a) {
            case 0:
                return Float.valueOf(B.e((p0) obj, true, this.f1867b, ((Number) obj2).floatValue()));
            default:
                return Float.valueOf(B.e((p0) obj, false, this.f1867b, ((Number) obj2).floatValue()));
        }
    }
}
