Searched refs:Emin (Results 1 - 4 of 4) sorted by relevance

/external/opencv/cv/src/
H A Dcvsnakes.cpp197 float Emin = _CV_SNAKE_BIG; local
365 Emin = _CV_SNAKE_BIG;
371 if( E[(j + centery) * win.width + k + centerx] < Emin )
373 Emin = E[(j + centery) * win.width + k + centerx];
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc353 #define Emin (-1022) macro
410 #define Emin (-260) macro
439 #define Emin (-129) macro
1750 emin = Emin - P + 1
1752 emin = Emin - P,
2246 p2 = Emin - P + 1;
2273 if (i > (j = P - Emin - 1 + p2)) {
2277 p2 = Emin;
2926 if (i < Emin) /* denormal */
2927 j += P - Emin;
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp135 #define Emin (-1022) macro
1005 if (i < Emin) /* denormal */
1006 j += P - Emin;
/external/icu4c/i18n/
H A DdecNumber.c61 /* range (Emax in the range 0 through 999,999,999 and Emin in the */
3296 /* set -- the context to use for Emin */
3513 /* set is the context to use for Emin */
3533 /* set is the context to use for Emin */
5326 /* least 6.59E+4342944, so (due to the restriction on Emax/Emin) */
7412 /* decSetSubnormal -- process value whose exponent is <Emin */
7555 #error GetInt may need updating [for Emin]

Completed in 593 milliseconds