HomeSort by relevance Sort by last modified time
    Searched refs:Emin (Results 1 - 13 of 13) 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];
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 314 #define Emin (-1022)
379 #define Emin (-127)
strtod.c 615 if (i < Emin) { /* denormal */
616 i = Emin - i;
633 if (i < Emin) /* denormal */
634 j += P - Emin;
gdtoa.c 291 else if (i >= -4 - Emin || i < Emin)
513 if (be - i++ < fpi->emin && mode != 3 && mode != 5) {
515 i = be - fpi->emin + 1;
583 if (bbits == 1 && be0 > fpi->emin + 1) {
  /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_org/base/third_party/dmg_fp/
dtoa.cc 353 #define Emin (-1022)
410 #define Emin (-260)
439 #define Emin (-129)
1765 emin = Emin - P + 1 enumerator in enum:dmg_fp::__anon7151
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 258 #define Emin (-1022)
400 int emin; member in struct:FPI
    [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 74 #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 <= */
497 /* exponent (set.emax and set.emin), determining if */
8001 Int emin, emax; \/* .. *\/ local
    [all...]
  /external/icu/icu4c/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 <= */
499 /* exponent (set.emax and set.emin), determining if */
8003 Int emin, emax; \/* .. *\/ local
    [all...]

Completed in 1058 milliseconds