Searched refs:Rounded (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/sfnt/
H A DSkPanose.h44 Rounded = 15, member in class:SkPanose::Data::TextAndDisplay::SerifStyle
379 Rounded = 15, member in class:SkPanose::Data::Decorative::SerifVariant
/external/python/cpython2/Lib/
H A Ddecimal.py127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
165 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
298 class Rounded(DecimalException): class in inherits:DecimalException
321 class Overflow(Inexact, Rounded):
339 result is 0, or is [1,inf] otherwise. In all cases, Inexact and Rounded
359 class Underflow(Inexact, Rounded, Subnormal):
371 In all cases, Inexact, Rounded, and Subnormal will also be raised.
375 _signals = [Clamped, DivisionByZero, Inexact, Overflow, Rounded,
1676 context._raise_error(Rounded)
1712 context._raise_error(Rounded)
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_decimal.py49 OrderedSignals = (Clamped, Rounded, Inexact, Subnormal,
131 'rounded' : Rounded,
2268 flagsets = [[Inexact], [Rounded], [Underflow], [Clamped], [Subnormal],
2269 [Inexact, Rounded, Underflow, Clamped, Subnormal]]

Completed in 138 milliseconds