HomeSort by relevance Sort by last modified time
    Searched refs:Rounded (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h 49 ((Rounded, 15))
453 ((Rounded, 15))
  /external/skia/src/sfnt/
SkPanose.h 49 ((Rounded, 15))
453 ((Rounded, 15))
  /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
277 not exact (that is, it needed to be rounded and any discarded digits
299 class Rounded(DecimalException):
300 """Number got rounded (not necessarily changed during rounding).
302 This occurs and signals rounded whenever the result of an operation is
303 rounded (that is, some zero or non-zero digits were discarded from the
307 The rounded signal may be tested (or trapped) to determine if a given
322 class Overflow(Inexact, Rounded):
340 result is 0, or is [1,inf] otherwise. In all cases, Inexact and Rounded
    [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
277 not exact (that is, it needed to be rounded and any discarded digits
299 class Rounded(DecimalException):
300 """Number got rounded (not necessarily changed during rounding).
302 This occurs and signals rounded whenever the result of an operation is
303 rounded (that is, some zero or non-zero digits were discarded from the
307 The rounded signal may be tested (or trapped) to determine if a given
322 class Overflow(Inexact, Rounded):
340 result is 0, or is [1,inf] otherwise. In all cases, Inexact and Rounded
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 48 OrderedSignals = (Clamped, Rounded, Inexact, Subnormal,
130 'rounded' : Rounded,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 48 OrderedSignals = (Clamped, Rounded, Inexact, Subnormal,
130 'rounded' : Rounded,
    [all...]

Completed in 360 milliseconds