package xd;

import java.util.Iterator;

/* JADX INFO: loaded from: classes.dex */
public abstract class d implements Iterable, td.a {

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

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

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

    public d(long j10, long j11) {
        this.f34815a = j10;
        if (j10 < j11) {
            long j12 = j11 % 1;
            long j13 = j10 % 1;
            long j14 = ((j12 < 0 ? j12 + 1 : j12) - (j13 < 0 ? j13 + 1 : j13)) % 1;
            j11 -= j14 < 0 ? j14 + 1 : j14;
        }
        this.f34816b = j11;
        this.f34817c = 1L;
    }

    @Override // java.lang.Iterable
    public final Iterator iterator() {
        return new e(this.f34815a, this.f34816b, this.f34817c);
    }
}
