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

1 2

  /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/go/darwin-x86/src/math/big/
rat.go 81 Emin = 1 - Ebias
133 if Emin-Msize <= exp && exp <= Emin {
135 shift := uint(Emin - (exp - 1)) // [1..Esize1)
179 Emin = 1 - Ebias
231 if Emin-Msize <= exp && exp <= Emin {
233 shift := uint(Emin - (exp - 1)) // [1..Esize1)
  /prebuilts/go/linux-x86/src/math/big/
rat.go 81 Emin = 1 - Ebias
133 if Emin-Msize <= exp && exp <= Emin {
135 shift := uint(Emin - (exp - 1)) // [1..Esize1)
179 Emin = 1 - Ebias
231 if Emin-Msize <= exp && exp <= Emin {
233 shift := uint(Emin - (exp - 1)) // [1..Esize1)
  /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) {
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
strtod.c 578 if (i < Emin) /* denormal */
579 j += P - Emin;
592 if (i < Emin) /* denormal */
593 j += P - Emin;
gdtoaimp.h 316 #define Emin (-1022)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
decimal.py 311 """Exponent < Emin before rounding.
315 Emin, before any rounding). The result in all cases is unchanged.
365 Emin). That is, the result is both inexact and subnormal.
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 248 #define Emin (-1022)
390 int emin; member in struct:FPI
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 248 #define Emin (-1022)
390 int emin; member in struct:FPI
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 404 self.context.Emin = exp
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_decimal.py 404 self.context.Emin = exp
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_decimal.py 404 self.context.Emin = exp
    [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/python/cpython2/Lib/test/
test_decimal.py 402 self.context.Emin = exp
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 254 #define Emin (-1022)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 237 #define Emin (-1022)
    [all...]
  /external/python/cpython2/Python/
dtoa.c 254 #define Emin (-1022)
    [all...]

Completed in 3873 milliseconds

1 2