SRE/02-Easy5/E5/sources/kotlin/internal/UProgressionUtilKt.java
2025-03-31 16:33:42 +02:00

62 lines
4.2 KiB
Java

package kotlin.internal;
import kotlin.Metadata;
import kotlin.UByte$$ExternalSyntheticBackport0;
import kotlin.UInt;
import kotlin.ULong;
/* compiled from: UProgressionUtil.kt */
@Metadata(d1 = {"\u0000 \n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0005\n\u0002\u0018\u0002\n\u0002\b\u0006\n\u0002\u0010\b\n\u0000\n\u0002\u0010\t\n\u0002\b\u0002\u001a*\u0010\u0000\u001a\u00020\u00012\u0006\u0010\u0002\u001a\u00020\u00012\u0006\u0010\u0003\u001a\u00020\u00012\u0006\u0010\u0004\u001a\u00020\u0001H\u0002ø\u0001\u0000¢\u0006\u0004\b\u0005\u0010\u0006\u001a*\u0010\u0000\u001a\u00020\u00072\u0006\u0010\u0002\u001a\u00020\u00072\u0006\u0010\u0003\u001a\u00020\u00072\u0006\u0010\u0004\u001a\u00020\u0007H\u0002ø\u0001\u0000¢\u0006\u0004\b\b\u0010\t\u001a*\u0010\n\u001a\u00020\u00012\u0006\u0010\u000b\u001a\u00020\u00012\u0006\u0010\f\u001a\u00020\u00012\u0006\u0010\r\u001a\u00020\u000eH\u0001ø\u0001\u0000¢\u0006\u0004\b\u000f\u0010\u0006\u001a*\u0010\n\u001a\u00020\u00072\u0006\u0010\u000b\u001a\u00020\u00072\u0006\u0010\f\u001a\u00020\u00072\u0006\u0010\r\u001a\u00020\u0010H\u0001ø\u0001\u0000¢\u0006\u0004\b\u0011\u0010\t\u0082\u0002\u0004\n\u0002\b\u0019¨\u0006\u0012"}, d2 = {"differenceModulo", "Lkotlin/UInt;", "a", "b", "c", "differenceModulo-WZ9TVnA", "(III)I", "Lkotlin/ULong;", "differenceModulo-sambcqE", "(JJJ)J", "getProgressionLastElement", "start", "end", "step", "", "getProgressionLastElement-Nkh28Cs", "", "getProgressionLastElement-7ftBX0g", "kotlin-stdlib"}, k = 2, mv = {1, 8, 0}, xi = 48)
/* loaded from: classes.dex */
public final class UProgressionUtilKt {
/* renamed from: differenceModulo-WZ9TVnA, reason: not valid java name */
private static final int m1507differenceModuloWZ9TVnA(int i, int i2, int i3) {
int compare;
int m = UByte$$ExternalSyntheticBackport0.m(i, i3);
int m2 = UByte$$ExternalSyntheticBackport0.m(i2, i3);
compare = Integer.compare(m ^ Integer.MIN_VALUE, m2 ^ Integer.MIN_VALUE);
int m384constructorimpl = UInt.m384constructorimpl(m - m2);
return compare >= 0 ? m384constructorimpl : UInt.m384constructorimpl(m384constructorimpl + i3);
}
/* renamed from: differenceModulo-sambcqE, reason: not valid java name */
private static final long m1508differenceModulosambcqE(long j, long j2, long j3) {
int compare;
long m357m = UByte$$ExternalSyntheticBackport0.m357m(j, j3);
long m357m2 = UByte$$ExternalSyntheticBackport0.m357m(j2, j3);
compare = Long.compare(m357m ^ Long.MIN_VALUE, m357m2 ^ Long.MIN_VALUE);
long m463constructorimpl = ULong.m463constructorimpl(m357m - m357m2);
return compare >= 0 ? m463constructorimpl : ULong.m463constructorimpl(m463constructorimpl + j3);
}
/* renamed from: getProgressionLastElement-Nkh28Cs, reason: not valid java name */
public static final int m1510getProgressionLastElementNkh28Cs(int i, int i2, int i3) {
int compare;
int compare2;
if (i3 > 0) {
compare2 = Integer.compare(i ^ Integer.MIN_VALUE, i2 ^ Integer.MIN_VALUE);
return compare2 >= 0 ? i2 : UInt.m384constructorimpl(i2 - m1507differenceModuloWZ9TVnA(i2, i, UInt.m384constructorimpl(i3)));
}
if (i3 < 0) {
compare = Integer.compare(i ^ Integer.MIN_VALUE, i2 ^ Integer.MIN_VALUE);
return compare <= 0 ? i2 : UInt.m384constructorimpl(i2 + m1507differenceModuloWZ9TVnA(i, i2, UInt.m384constructorimpl(-i3)));
}
throw new IllegalArgumentException("Step is zero.");
}
/* renamed from: getProgressionLastElement-7ftBX0g, reason: not valid java name */
public static final long m1509getProgressionLastElement7ftBX0g(long j, long j2, long j3) {
int compare;
int compare2;
if (j3 > 0) {
compare2 = Long.compare(j ^ Long.MIN_VALUE, j2 ^ Long.MIN_VALUE);
return compare2 >= 0 ? j2 : ULong.m463constructorimpl(j2 - m1508differenceModulosambcqE(j2, j, ULong.m463constructorimpl(j3)));
}
if (j3 < 0) {
compare = Long.compare(j ^ Long.MIN_VALUE, j2 ^ Long.MIN_VALUE);
return compare <= 0 ? j2 : ULong.m463constructorimpl(j2 + m1508differenceModulosambcqE(j, j2, ULong.m463constructorimpl(-j3)));
}
throw new IllegalArgumentException("Step is zero.");
}
}