Searched defs:emax (Results 1 - 6 of 6) 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/icu/icu4c/source/i18n/
H A DdecContext.h45 /* emax -- must be in the range 0 through 999999999 */
90 int32_t emax; /* maximum positive exponent */ member in struct:__anon6654
108 #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 <= */
499 /* exponent (set.emax and set.emin), determining if */
727 || (dn->exponent-1>set->emax-set->digits)) {
1154 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */
1345 /* same value. The exponent is not limited by emin/emax. */
1500 aset.emax=DEC_MAX_MATH; /* usual bounds */
2122 aset.emax=DEC_MAX_MATH; /* usual bounds */
2628 /* maximum magnitude 2*(emax+digits) */
2660 || abs(reqexp)>(2*(set->digits+set->emax))) /* .. or out of range */
2949 workset.emax
7396 Int emax=set->emax; /* limit value */ local
8003 Int emin, emax; /* .. */ local
[all...]
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc1764 emax = 0x7fe - Bias - P + 1, enumerator in enum:dmg_fp::__anon11315
1769 emax = 0x7ff - Bias - P + 1
1772 emax = 0x7f - Bias - P
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 3033 milliseconds