Searched refs:emax (Results 1 - 14 of 14) 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/chromium_org/third_party/icu/source/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:__anon10952
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. */
1483 aset.emax=DEC_MAX_MATH; /* usual bounds */
2103 aset.emax=DEC_MAX_MATH; /* usual bounds */
2609 /* maximum magnitude 2*(emax+digits) */
2641 || abs(reqexp)>(2*(set->digits+set->emax))) /* .. or out of range */
2928 workset.emax
7362 Int emax=set->emax; /* limit value */ local
7969 Int emin, emax; /* .. */ local
[all...]
/external/icu4c/i18n/
H A DdecContext.c66 context->emax=DEC_MAX_EMAX; /* 9-digit exponents */
81 context->emax=96; /* Emax */
92 context->emax=384; /* Emax */
103 context->emax=6144; /* Emax */
H A DdecContext.h45 /* emax -- must be in the range 0 through 999999999 */
90 int32_t emax; /* maximum positive exponent */ member in struct:__anon18277
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 <= */
497 /* exponent (set.emax and set.emin), determining if */
725 || (dn->exponent-1>set->emax-set->digits)) {
1152 dcmul.emax=DEC_MAX_EMAX; /* effectively unbounded .. */
1343 /* same value. The exponent is not limited by emin/emax. */
1498 aset.emax=DEC_MAX_MATH; /* usual bounds */
2120 aset.emax=DEC_MAX_MATH; /* usual bounds */
2626 /* maximum magnitude 2*(emax+digits) */
2658 || abs(reqexp)>(2*(set->digits+set->emax))) /* .. or out of range */
2947 workset.emax
7394 Int emax=set->emax; /* limit value */ local
8001 Int emin, emax; /* .. */ local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DLineGraph.java86 Point emax= g.stringExtent(smax);
88 int labelWidth= Math.max(emin.x, emax.x) + 2;
102 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
H A DTimeLineGraph.java50 Point emax= g.stringExtent(smax);
52 int labelWidth= Math.max(emin.x, emax.x) + 2;
66 g.drawString(smax, PADDING/2+labelWidth-emax.x, top, true);
/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::__anon1793
1754 emax = 0x7ff - Bias - P + 1
1757 emax = 0x7f - Bias - P
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc1749 emax = 0x7fe - Bias - P + 1, enumerator in enum:dmg_fp::__anon3945
1754 emax = 0x7ff - Bias - P + 1
1757 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 895 milliseconds