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

/freebsd-current/contrib/bc/scripts/
H A Dsqrt_frac_guess.bc83 limit1 = 6.7 >> (l$ * 2 + 1)
87 print "limit1: ", limit1, "\n"
90 if (i >= limit1)
/freebsd-current/contrib/diff/src/
H A Dside.c201 print_sdiff_common_lines (lin limit0, lin limit1) argument
205 if (!suppress_common_lines && (i0 != limit0 || i1 != limit1))
210 long int len1 = limit1 - i1;
216 while (i0 != limit0 && i1 != limit1)
219 while (i1 != limit1)
227 next1 = limit1;

Completed in 117 milliseconds