Searched defs:Underflow (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/numerics/
H A Dsafe_conversions.h100 static constexpr T Underflow() { function in struct:base::SaturationDefaultHandler
115 : S<Dst>::Underflow())
/external/pdfium/third_party/base/numerics/
H A Dsafe_conversions.h99 static constexpr T Underflow() { function in struct:pdfium::base::SaturationDefaultHandler
114 : S<Dst>::Underflow())
/external/python/cpython2/Lib/
H A Ddecimal.py127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
165 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
359 class Underflow(Inexact, Rounded, Subnormal): class in inherits:Inexact, Rounded, Subnormal
376 Underflow, InvalidOperation, Subnormal]
1707 context._raise_error(Underflow)
2344 # for us. (Correspondingly, the Underflow signal should also
2367 # raise Inexact, and if necessary, Underflow
2370 newcontext._raise_error(Underflow)
2373 # have raised any of Overflow, Underflow, Subnormal,
2379 for exception in Underflow, Subnorma
[all...]
/external/python/cpython3/Lib/
H A D_pydecimal.py127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
193 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
387 class Underflow(Inexact, Rounded, Subnormal): class in inherits:Inexact, Rounded, Subnormal
419 Underflow, InvalidOperation, Subnormal, FloatOperation]
1767 context._raise_error(Underflow)
2497 # for us. (Correspondingly, the Underflow signal should also
2520 # raise Inexact, and if necessary, Underflow
2523 newcontext._raise_error(Underflow)
2526 # have raised any of Overflow, Underflow, Subnormal,
2532 for exception in Underflow, Subnorma
[all...]

Completed in 193 milliseconds