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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 126 'DecimalException', 'Clamped', 'InvalidOperation', 'DivisionByZero',
184 class Clamped(DecimalException):
187 This occurs and signals clamped if the exponent of a result has been
376 _signals = [Clamped, DivisionByZero, Inexact, Overflow, Rounded,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 126 'DecimalException', 'Clamped', 'InvalidOperation', 'DivisionByZero',
184 class Clamped(DecimalException):
187 This occurs and signals clamped if the exponent of a result has been
376 _signals = [Clamped, DivisionByZero, Inexact, Overflow, Rounded,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 48 OrderedSignals = (Clamped, Rounded, Inexact, Subnormal,
121 ErrorNames = {'clamped' : Clamped,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 48 OrderedSignals = (Clamped, Rounded, Inexact, Subnormal,
121 ErrorNames = {'clamped' : Clamped,
    [all...]

Completed in 39 milliseconds