Home | History | Annotate | Download | only in Hexagon

Lines Matching full:dist1

680     int64_t Dist1 = (IVBump > 0) ? (Dist +  (IVBump-1)) /   IVBump
682 assert (Dist1 > 0 && "Fishy thing. Both operands have the same sign.");
684 uint64_t Count = Dist1;