HomeSort by relevance Sort by last modified time
    Searched defs:Underflow (Results 1 - 10 of 10) sorted by null

  /external/libchrome/base/numerics/
safe_conversions.h 23 // or underflow. NaN source will always trigger a CHECK.
27 // would otherwise overflow or underflow. An NaN source returns 0 by
72 // overflow or underflow. NaN source will always trigger a CHECK.
100 static constexpr T Underflow() {
115 : S<Dst>::Underflow())
124 // overflow or underflow, and NaN assignment to an integral will return 0.
  /external/pdfium/third_party/base/numerics/
safe_conversions.h 24 // or underflow. NaN source will always trigger a CHECK.
28 // would otherwise overflow or underflow. An NaN source returns 0 by
73 // overflow or underflow. NaN source will always trigger a CHECK.
99 static constexpr T Underflow() {
114 : S<Dst>::Underflow())
123 // overflow or underflow, and NaN assignment to an integral will return 0.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
360 class Underflow(Inexact, Rounded, Subnormal):
361 """Numerical underflow with result rounded to 0.
363 This occurs and signals underflow if a result is inexact and the
368 The result after an underflow will be a subnormal number rounded, if
377 Underflow, InvalidOperation, Subnormal]
    [all...]
  /external/python/cpython2/Lib/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
165 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
277 were non-zero), or if an overflow or underflow condition occurs. The
303 coefficient), or if an overflow or underflow condition occurs. The
359 class Underflow(Inexact, Rounded, Subnormal):
360 """Numerical underflow with result rounded to 0.
362 This occurs and signals underflow if a result is inexact and the
367 The result after an underflow will be a subnormal number rounded, if
376 Underflow, InvalidOperation, Subnormal]
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
193 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
305 were non-zero), or if an overflow or underflow condition occurs. The
331 coefficient), or if an overflow or underflow condition occurs. The
387 class Underflow(Inexact, Rounded, Subnormal):
388 """Numerical underflow with result rounded to 0.
390 This occurs and signals underflow if a result is inexact and the
395 The result after an underflow will be a subnormal number rounded, if
419 Underflow, InvalidOperation, Subnormal, FloatOperation]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 131 unsigned int Underflow : 1;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
360 class Underflow(Inexact, Rounded, Subnormal):
361 """Numerical underflow with result rounded to 0.
363 This occurs and signals underflow if a result is inexact and the
368 The result after an underflow will be a subnormal number rounded, if
377 Underflow, InvalidOperation, Subnormal]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
360 class Underflow(Inexact, Rounded, Subnormal):
361 """Numerical underflow with result rounded to 0.
363 This occurs and signals underflow if a result is inexact and the
368 The result after an underflow will be a subnormal number rounded, if
377 Underflow, InvalidOperation, Subnormal]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
360 class Underflow(Inexact, Rounded, Subnormal):
361 """Numerical underflow with result rounded to 0.
363 This occurs and signals underflow if a result is inexact and the
368 The result after an underflow will be a subnormal number rounded, if
377 Underflow, InvalidOperation, Subnormal]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
278 were non-zero), or if an overflow or underflow condition occurs. The
304 coefficient), or if an overflow or underflow condition occurs. The
360 class Underflow(Inexact, Rounded, Subnormal):
361 """Numerical underflow with result rounded to 0.
363 This occurs and signals underflow if a result is inexact and the
368 The result after an underflow will be a subnormal number rounded, if
377 Underflow, InvalidOperation, Subnormal]
    [all...]

Completed in 501 milliseconds