HomeSort by relevance Sort by last modified time
    Searched defs:nmax (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h 145 nmax, n, r; local
173 nmax = ns[0];
177 nmax = std::max(nmax, ns[i]);
180 r = __log2(nmax) + 1;
183 // equality iff nmax = 2^k - 1.
394 difference_type nmax, n, r;
412 nmax = ns[0];
416 nmax = std::max(nmax, ns[i])
    [all...]
  /external/eigen/Eigen/src/Core/
StableNorm.h 79 static Index nmax = -1; local
81 if(nmax <= 0)
86 // bl, b2, slm, s2m, relerr overfl, nmax
114 if (RealScalar(nbig)>abig) nmax = int(abig); // largest safe n
115 else nmax = nbig;
  /external/wpa_supplicant_8/src/utils/
eloop.c 167 int nmax = eloop.count + 1 + 50; local
168 n = os_realloc_array(eloop.pollfds, nmax,
173 eloop.max_poll_fds = nmax;
  /external/aac/libSBRenc/src/
fram_gen.cpp 1598 INT i, r, a, n, p, b, aL, aR, ntot, nmax, nR; local
    [all...]

Completed in 183 milliseconds