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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fpieee.h 130 unsigned int Inexact : 1;
  /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
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 th
    [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
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 th
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_decimal.py 48 OrderedSignals = (Clamped, Rounded, Inexact, Subnormal,
126 'inexact' : Inexact,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_decimal.py 48 OrderedSignals = (Clamped, Rounded, Inexact, Subnormal,
126 'inexact' : Inexact,
    [all...]

Completed in 312 milliseconds