HomeSort by relevance Sort by last modified time
    Searched refs:Emin (Results 1 - 5 of 5) sorted by null

  /external/opencv/cv/src/
cvsnakes.cpp 197 float Emin = _CV_SNAKE_BIG;
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/
dtoa.cc 353 #define Emin (-1022)
410 #define Emin (-260)
439 #define Emin (-129)
1750 emin = Emin - P + 1 enumerator in enum:dmg_fp::__anon3736
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 135 #define Emin (-1022)
1005 if (i < Emin) /* denormal */
1006 j += P - Emin;
    [all...]
  /bionic/libc/stdlib/
strtod.c 251 #define Emin (-1022)
1674 if (i < Emin) /* denormal */
1675 j = bbe + (P-Emin);
    [all...]
  /external/icu4c/i18n/
decNumber.c 61 /* range (Emax in the range 0 through 999,999,999 and Emin in the */
64 /* tightly: digits, emax, and -emin in the context must be <= */
497 /* exponent (set.emax and set.emin), determining if */
8001 Int emin, emax; \/* .. *\/ local
    [all...]

Completed in 253 milliseconds