HomeSort by relevance Sort by last modified time
    Searched refs:Emin (Results 1 - 11 of 11) 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];
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 312 """Exponent < Emin before rounding.
316 Emin, before any rounding). The result in all cases is unchanged.
366 Emin). That is, the result is both inexact and subnormal.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 312 """Exponent < Emin before rounding.
316 Emin, before any rounding). The result in all cases is unchanged.
366 Emin). That is, the result is both inexact and subnormal.
    [all...]
  /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::__anon4199
    [all...]
  /external/chromium_org/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::__anon6351
    [all...]
  /bionic/libc/stdlib/
strtod.c 251 #define Emin (-1022)
1674 if (i < Emin) /* denormal */
1675 j = bbe + (P-Emin);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 404 self.context.Emin = exp
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 404 self.context.Emin = exp
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 92 #define Emin (-1022)
    [all...]
  /external/chromium_org/third_party/icu/source/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 <= */
484 /* exponent (set.emax and set.emin), determining if */
7969 Int emin, emax; \/* .. *\/ local
    [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 1274 milliseconds