HomeSort by: relevance | last modified time | path
    Searched defs:nmax (Results 1 - 12 of 12) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
set_z_2exp.c 34 mpfr_exp_t exp, nmax; local
48 nmax = MPFR_EMAX_MAX / GMP_NUMB_BITS + 1;
49 /* Detect early overflow with zn + en > nmax,
54 zn > nmax - e / GMP_NUMB_BITS :
55 zn + (e + 1) / GMP_NUMB_BITS - 1 > nmax))
  /src/external/mpl/bind/dist/fuzz/
old.c 60 unsigned int nused, labels, n, nmax; local
118 nmax = isc_buffer_availablelength(target);
119 if (nmax > DNS_NAME_MAXWIRE) {
120 nmax = DNS_NAME_MAXWIRE;
146 if (nused + c + 1 > nmax) {
212 if (nmax == DNS_NAME_MAXWIRE) {
  /src/external/lgpl3/gmp/dist/mpz/
bin_uiui.c 66 (2) Compute nmax/kmax semi-accurately, without scalar division or a loop.
212 unsigned nmax, kmax, nmaxnow, numfac; local
231 MAXFACS (nmax, n);
232 ASSERT (nmax <= M);
269 nmaxnow = MIN (nmax, numfac);
323 unsigned nmax, numfac; local
329 MAXFACS (nmax, n);
330 nmax = MIN (nmax, M);
335 if (nmax >= k
    [all...]
  /src/external/bsd/wpa/dist/src/utils/
eloop.c 298 size_t nmax = eloop.count + 1 + 50; local
300 n = os_realloc_array(eloop.pollfds, nmax,
305 eloop.max_poll_fds = nmax;
  /src/external/gpl2/groff/dist/src/preproc/pic/
common.cpp 141 // for symmetry we make nmax a multiple of 8
142 int nmax = 8 * int(le / dw / 8 + 0.5); local
143 if (nmax < 8) {
144 nmax = 8;
147 int ndash = nmax / 2;
154 for (int i = 0; i <= nmax; i++) {
199 // for symmetry we make nmax a multiple of 4
  /src/external/lgpl3/mpfr/dist/tests/
tsum.c 83 int i, m, nmax = 500; local
86 t = (mpfr_t *) tests_allocate (nmax * sizeof(mpfr_t));
87 p = (mpfr_ptr *) tests_allocate (nmax * sizeof(mpfr_ptr));
88 for (i = 0; i < nmax; i++)
101 n = (randlimb () % nmax) + 1;
159 for (i = 0; i < nmax; i++)
162 tests_free (t, nmax * sizeof(mpfr_t));
163 tests_free (p, nmax * sizeof(mpfr_ptr));
  /src/external/bsd/flex/dist/src/
flexdef.h 1054 int nmax; /* max capacity of elements. */ member in struct:Buf
  /src/usr.bin/xlint/lint1/
lex.c 985 size_t n = 0, nmax = MB_CUR_MAX; local
989 if (n < nmax)
998 else if (n > nmax) {
999 n = nmax;
1005 if (mbtowc(&wc, wbuf, nmax) < 0)
  /src/external/gpl3/gcc/dist/gcc/
loop-iv.cc 2239 uint64_t nmax, inc; local
2255 nmax = UINTVAL (mmax) - UINTVAL (mmin);
2260 return nmax;
2274 nmax--;
2279 nmax /= inc;
2281 nmax = MIN (nmax, andmax);
2284 nmax);
2285 return nmax;
simplify-rtx.cc 2146 wide_int nmax
2152 result = wi::min (wi::max (op0, nmin, sgn), nmax, sgn);
2138 wide_int nmax local
  /src/external/gpl3/gcc.old/dist/gcc/
loop-iv.cc 2255 uint64_t nmax, inc; local
2271 nmax = UINTVAL (mmax) - UINTVAL (mmin);
2276 return nmax;
2290 nmax--;
2295 nmax /= inc;
2297 nmax = MIN (nmax, andmax);
2300 nmax);
2301 return nmax;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
name.c 1752 unsigned int nused, labels, n, nmax; local
1811 nmax = isc_buffer_availablelength(target);
1812 if (nmax > DNS_NAME_MAXWIRE) {
1813 nmax = DNS_NAME_MAXWIRE;
1839 if (nused + c + 1 > nmax) {
1915 if (nmax == DNS_NAME_MAXWIRE) {

Completed in 45 milliseconds