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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libgcc/config/libbid/
H A Dbid64_string.c253 int expon_x = 0, sgn_expon, ndigits, add_expon = 0, midpoint = local
411 midpoint = (c == '5' && !(coefficient_x & 1)) ? 1 : 0;
441 if (midpoint && c > '0') {
443 midpoint = 0;
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dvs_refresh.c758 size_t cols, curcol, curlen, endpoint, len, midpoint; local
817 * Display the ruler. If we're not at the midpoint yet, move there.
834 midpoint = (cols - ((len + 1) / 2)) / 2;
835 if (curlen < midpoint) {
836 (void)gp->scr_move(sp, LASTLINE(sp), midpoint);

Completed in 104 milliseconds