Home | History | Annotate | Download | only in test

Lines Matching refs:Inexact

48 OrderedSignals = (Clamped, Rounded, Inexact, Subnormal,
126 'inexact' : Inexact,
1745 context = Context(prec=5, traps=[Inexact])
1747 Inexact,
2256 flagsets = [[Inexact], [Rounded], [Underflow], [Clamped], [Subnormal],
2257 [Inexact, Rounded, Underflow, Clamped, Subnormal]]