Searched refs:Dist1 (Results 1 – 2 of 2) sorted by relevance
769 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump - 1)) / IVBump in computeCount() local771 assert (Dist1 > 0 && "Fishy thing. Both operands have the same sign."); in computeCount()773 uint64_t Count = Dist1; in computeCount()
808 int64_t Dist1 = (IVBump > 0) ? (Dist + (IVBump - 1)) / IVBump in computeCount() local810 assert (Dist1 > 0 && "Fishy thing. Both operands have the same sign."); in computeCount()812 uint64_t Count = Dist1; in computeCount()