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

/external/icu4c/i18n/
H A DdecContext.c76 context->emin=DEC_MIN_EMIN; /* .. balanced */
91 context->emin=-95; /* Emin */
102 context->emin=-383; /* Emin */
113 context->emin=-6143; /* Emin */
H A DdecContext.h45 /* emin -- must be in the range 0 through -999999999 */
90 int32_t emin; /* minimum negative exponent */ member in struct:__anon5869
H A DdecNumber.c64 /* tightly: digits, emax, and -emin in the context must be <= */
484 /* exponent (set.emax and set.emin), determining if */
711 if ((dn->exponent-1<set->emin-dn->digits)
1140 dcmul.emin=DEC_MIN_EMIN; /* [thanks to Math restrictions] */
1152 /*printf("emin=%ld\n", dcmul.emin); */
1330 /* same value. The exponent is not limited by emin/emax. */
1486 aset.emin=-DEC_MAX_MATH; /* .. */
2108 aset.emin=-DEC_MAX_MATH; /* .. */
2935 workset.emin
7981 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/base/third_party/dmg_fp/
H A Ddtoa.cc1750 emin = Emin - P + 1 enumerator in enum:dmg_fp::__anon1629
1752 emin = Emin - P,
1974 if (e < emin) {
1976 n = emin - e;
2011 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 161 milliseconds