Searched refs:emin (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecContext.c67 context->emin=DEC_MIN_EMIN; /* .. balanced */
82 context->emin=-95; /* Emin */
93 context->emin=-383; /* Emin */
104 context->emin=-6143; /* Emin */
H A DdecContext.h46 /* emin -- must be in the range 0 through -999999999 */
91 int32_t emin; /* minimum negative exponent */ member in struct:__anon12088
H A DdecNumber.c64 /* tightly: digits, emax, and -emin in the context must be <= */
497 /* exponent (set.emax and set.emin), determining if */
724 if ((dn->exponent-1<set->emin-dn->digits)
1153 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */
1165 /*printf("emin=%ld\n", dcmul.emin); */
1343 /* same value. The exponent is not limited by emin/emax. */
1499 aset.emin=-DEC_MAX_MATH; /* .. */
2121 aset.emin=-DEC_MAX_MATH; /* .. */
2948 workset.emin
8001 Int emin, emax; /* .. */ local
[all...]
/external/icu/icu4c/source/i18n/
H A DdecContext.c67 context->emin=DEC_MIN_EMIN; /* .. balanced */
82 context->emin=-95; /* Emin */
93 context->emin=-383; /* Emin */
104 context->emin=-6143; /* Emin */
H A DdecContext.h46 /* emin -- must be in the range 0 through -999999999 */
91 int32_t emin; /* minimum negative exponent */ member in struct:__anon21894
H A DdecNumber.c64 /* tightly: digits, emax, and -emin in the context must be <= */
499 /* exponent (set.emax and set.emin), determining if */
726 if ((dn->exponent-1<set->emin-dn->digits)
1155 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */
1167 /*printf("emin=%ld\n", dcmul.emin); */
1345 /* same value. The exponent is not limited by emin/emax. */
1501 aset.emin=-DEC_MAX_MATH; /* .. */
2123 aset.emin=-DEC_MAX_MATH; /* .. */
2950 workset.emin
8003 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.java83 Point emin= g.stringExtent(smin);
88 int labelWidth= Math.max(emin.x, emax.x) + 2;
101 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
H A DTimeLineGraph.java47 Point emin= g.stringExtent(smin);
52 int labelWidth= Math.max(emin.x, emax.x) + 2;
65 g.drawString(smin, PADDING/2+labelWidth-emin.x, bottom-titleHeight, true);
/external/chromium_org/base/third_party/dmg_fp/
H A Ddtoa.cc1765 emin = Emin - P + 1 enumerator in enum:dmg_fp::__anon2526
1767 emin = Emin - P,
1989 if (e < emin) {
1991 n = emin - e;
2026 e = emin;
/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 4301 milliseconds