Searched refs:Underflow (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dfpieee.h131 unsigned int Underflow : 1; member in struct:__anon6174
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dfpieee.h131 unsigned int Underflow : 1; member in struct:__anon8822
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddecimal.py127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
360 class Underflow(Inexact, Rounded, Subnormal): class in inherits:Inexact, Rounded, Subnormal
377 Underflow, InvalidOperation, Subnormal]
1709 context._raise_error(Underflow)
2346 # for us. (Correspondingly, the Underflow signal should also
2369 # raise Inexact, and if necessary, Underflow
2372 newcontext._raise_error(Underflow)
2375 # have raised any of Overflow, Underflow, Subnormal,
2381 for exception in Underflow, Subnorma
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddecimal.py127 'Inexact', 'Rounded', 'Subnormal', 'Overflow', 'Underflow',
166 Underflow (Inexact, Rounded, Subnormal) that indicates that it is only
360 class Underflow(Inexact, Rounded, Subnormal): class in inherits:Inexact, Rounded, Subnormal
377 Underflow, InvalidOperation, Subnormal]
1709 context._raise_error(Underflow)
2346 # for us. (Correspondingly, the Underflow signal should also
2369 # raise Inexact, and if necessary, Underflow
2372 newcontext._raise_error(Underflow)
2375 # have raised any of Overflow, Underflow, Subnormal,
2381 for exception in Underflow, Subnorma
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_decimal.py49 Underflow, Overflow, DivisionByZero, InvalidOperation)
132 'underflow' : Underflow}
2256 flagsets = [[Inexact], [Rounded], [Underflow], [Clamped], [Subnormal],
2257 [Inexact, Rounded, Underflow, Clamped, Subnormal]]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_decimal.py49 Underflow, Overflow, DivisionByZero, InvalidOperation)
132 'underflow' : Underflow}
2256 flagsets = [[Inexact], [Rounded], [Underflow], [Clamped], [Subnormal],
2257 [Inexact, Rounded, Underflow, Clamped, Subnormal]]

Completed in 60 milliseconds