Searched refs:Underflow (Results 1 - 7 of 7) sorted by relevance

/external/freetype/src/psaux/
H A Dpsconv.c297 goto Underflow;
326 goto Underflow;
354 Underflow:
/external/pdfium/third_party/freetype/src/psaux/
H A Dpsconv.c297 goto Underflow;
326 goto Underflow;
354 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/pdfium/third_party/freetype/src/cff/
H A Dcffparse.c267 goto Underflow;
341 goto Underflow;
387 Underflow:
/external/freetype/src/cff/
H A Dcffparse.c303 goto Underflow;
377 goto Underflow;
423 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/cpython2/Lib/test/
H A Dtest_decimal.py50 Underflow, Overflow, DivisionByZero, InvalidOperation)
133 'underflow' : Underflow}
2268 flagsets = [[Inexact], [Rounded], [Underflow], [Clamped], [Subnormal],
2269 [Inexact, Rounded, Underflow, Clamped, Subnormal]]

Completed in 335 milliseconds