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

  /external/python/cpython3/Modules/_decimal/tests/
deccheck.py 150 C.Inexact: P.Inexact,
295 if maxcontext.flags[P.Inexact] or \
475 context.c.flags[C.Inexact] and \
477 context.p.flags[P.Inexact]:
497 context.c.flags[C.Inexact] and \
499 context.p.flags[P.Inexact]:
    [all...]
  /external/python/cpython3/Lib/test/
test_decimal.py 66 C: [C.Clamped, C.Rounded, C.Inexact, C.Subnormal, C.Underflow,
69 P: [P.Clamped, P.Rounded, P.Inexact, P.Subnormal, P.Underflow,
249 'inexact' : self.decimal.Inexact,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
273 class Inexact(DecimalException):
276 This occurs and signals inexact whenever the result of an operation is
281 The inexact signal may be tested (or trapped) to determine if a given
282 operation (or sequence of operations) was inexact.
322 class Overflow(Inexact, Rounded):
340 result is 0, or is [1,inf] otherwise. In all cases, Inexact and Rounded
360 class Underflow(Inexact, Rounded, Subnormal):
363 This occurs and signals underflow if a result is inexact and the
    [all...]
  /external/python/cpython2/Lib/
decimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
165 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
272 class Inexact(DecimalException):
275 This occurs and signals inexact whenever the result of an operation is
280 The inexact signal may be tested (or trapped) to determine if a given
281 operation (or sequence of operations) was inexact.
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):
362 This occurs and signals underflow if a result is inexact and th
    [all...]
  /external/python/cpython3/Lib/
_pydecimal.py 127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
193 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
300 class Inexact(DecimalException):
303 This occurs and signals inexact whenever the result of an operation is
308 The inexact signal may be tested (or trapped) to determine if a given
309 operation (or sequence of operations) was inexact.
349 class Overflow(Inexact, Rounded):
367 result is 0, or is [1,inf] otherwise. In all cases, Inexact and Rounded
387 class Underflow(Inexact, Rounded, Subnormal):
390 This occurs and signals underflow if a result is inexact and th
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 48 OrderedSignals = (Clamped, Rounded, Inexact, Subnormal,
126 'inexact' : Inexact,
    [all...]
  /external/python/cpython2/Lib/test/
test_decimal.py 49 OrderedSignals = (Clamped, Rounded, Inexact, Subnormal,
127 'inexact' : Inexact,
    [all...]
  /external/llvm/test/MC/PowerPC/
vsx.s     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/PowerPC/
vsx.s     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 425 milliseconds