Searched refs:emax (Results 1 - 7 of 7) sorted by relevance

/external/opencv/cv/src/
H A Dcvkdtree.cpp83 void find_nn(CvMat* d, int k, int emax, CvMat* results, CvMat* dist) { argument
101 tr->find_nn_bbf(dj, k, emax, nn);
162 void find_nn(CvMat* d, int k, int emax, CvMat* results, CvMat* dist) { argument
168 (d, k, emax, results, dist));
208 CvMat* results, CvMat* dist, int k, int emax) {
234 tr->find_nn(desc, k, emax, results, dist);
207 cvFindFeatures(CvFeatureTree* tr, CvMat* desc, CvMat* results, CvMat* dist, int k, int emax) argument
H A D_cvkdtree.hpp382 // searching at most emax leaves/bins.
387 int k, int emax,
396 // iterate while queue non-empty and emax>0
399 while (tmp_pq.size() && emax > 0) {
418 --emax;
386 find_nn_bbf(const __desctype * d, int k, int emax, bbf_nn_pqueue & ret_nn_pq) const argument
/external/icu4c/i18n/
H A DdecContext.c75 context->emax=DEC_MAX_EMAX; /* 9-digit exponents */
90 context->emax=96; /* Emax */
101 context->emax=384; /* Emax */
112 context->emax=6144; /* Emax */
H A DdecContext.h44 /* emax -- must be in the range 0 through 999999999 */
89 int32_t emax; /* maximum positive exponent */ member in struct:__anon4775
107 #define DEC_MAX_MATH 999999 /* max emax, etc., for math funcs. */
H A DdecNumber.c64 /* tightly: digits, emax, and -emin in the context must be <= */
484 /* exponent (set.emax and set.emin), determining if */
712 || (dn->exponent-1>set->emax-set->digits)) {
1139 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */
1330 /* same value. The exponent is not limited by emin/emax. */
1481 aset.emax=DEC_MAX_MATH; /* usual bounds */
2100 aset.emax=DEC_MAX_MATH; /* usual bounds */
2606 /* maximum magnitude 2*(emax+digits) */
2638 || abs(reqexp)>(2*(set->digits+set->emax))) /* .. or out of range */
2923 workset.emax
7353 Int emax=set->emax; /* limit value */ local
7960 Int emin, emax; /* .. */ local
[all...]
/external/opencv/cv/include/
H A Dcv.h1069 searching at most emax leaves. */
1071 CvMat* results, CvMat* dist, int k CV_DEFAULT(2), int emax CV_DEFAULT(20));
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc1749 emax = 0x7fe - Bias - P + 1, enumerator in enum:dmg_fp::__anon906
1754 emax = 0x7ff - Bias - P + 1
1757 emax = 0x7f - Bias - P

Completed in 356 milliseconds