Searched refs:midpoint (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_refresh.c774 size_t cols, curcol, curlen, endpoint, len, midpoint; local
836 * Display the ruler. If we're not at the midpoint yet, move there.
852 midpoint = (cols - ((len + 1) / 2)) / 2;
853 if (curlen < midpoint) {
854 (void)gp->scr_move(sp, LASTLINE(sp), midpoint);
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py1260 midpoint = xstart + ((xend - xstart) / 2)
1268 self.xview_moveto(midpoint - xsize)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1166 APInt midpoint((nextSquare - square).udiv(two));
1168 if (offset.ult(midpoint))

Completed in 108 milliseconds