Searched refs:Rounded (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Modules/_decimal/tests/ |
H A D | deccheck.py | 175 C.Rounded: P.Rounded, 317 maxcontext.flags[P.Rounded] or \ 509 if context.c.flags[C.Rounded] and \ 511 context.p.flags[P.Rounded] and \ 531 if context.c.flags[C.Rounded] and \ 533 context.p.flags[P.Rounded] and \ 802 not context.c.flags[C.Rounded] and
|
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 75 C: [C.Clamped, C.Rounded, C.Inexact, C.Subnormal, C.Underflow, 78 P: [P.Clamped, P.Rounded, P.Inexact, P.Subnormal, P.Underflow, 262 'rounded' : self.decimal.Rounded, 720 Rounded = self.decimal.Rounded 774 nc.traps[Rounded] = True 775 self.assertRaises(Rounded, nc.create_decimal, 1234) 2246 Rounded = self.decimal.Rounded 2262 self.assertTrue(c.flags[Rounded]) [all...] |
H A D | test_functools.py | 1964 rnd = decimal.Rounded("Number got rounded")
|
/third_party/skia/src/sfnt/ |
H A D | SkPanose.h | 44 Rounded = 15, member in SkPanose::Data::TextAndDisplay::SerifStyle 379 Rounded = 15, member in SkPanose::Data::Decorative::SerifVariant
|
/third_party/python/Lib/ |
H A D | _pydecimal.py | 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow', 197 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only 330 class Rounded(DecimalException): class 353 class Overflow(Inexact, Rounded): 371 result is 0, or is [1,inf] otherwise. In all cases, Inexact and Rounded 391 class Underflow(Inexact, Rounded, Subnormal): 403 In all cases, Inexact, Rounded, and Subnormal will also be raised. 422 _signals = [Clamped, DivisionByZero, Inexact, Overflow, Rounded, 1709 context._raise_error(Rounded) 1745 context._raise_error(Rounded) [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 39 milliseconds