Lines Matching refs:maxcontext
297 maxcontext = P.Context( variable
304 maxcontext.clamp = 0
307 maxcontext.traps = copy(context.p.traps)
308 maxcontext.clear_flags()
311 dec = maxcontext.create_decimal(value)
312 if maxcontext.flags[P.Inexact] or \
313 maxcontext.flags[P.Rounded] or \
314 maxcontext.flags[P.Clamped] or \
315 maxcontext.flags[P.InvalidOperation]:
317 if maxcontext.flags[P.FloatOperation]:
368 self.maxcontext = context.c.copy()
369 self.maxcontext.prec = C.MAX_PREC
370 self.maxcontext.Emax = C.MAX_EMAX
371 self.maxcontext.Emin = C.MIN_EMIN
372 self.maxcontext.clear_flags()
638 err += "%s\n" % str(t.maxcontext)
685 t.maxcontext.clear_flags()
709 C.setcontext(t.maxcontext)
745 t.maxop.append(t.maxcontext)
764 t.maxcontext.clear_flags()
807 t.rmax = getattr(t.maxcontext, t.funcname)(*maxargs)
812 C.setcontext(t.maxcontext)
888 if t.maxcontext.flags != t.context.c.flags: