Searched refs:Emax (Results 1 – 9 of 9) sorted by relevance
352 context.Emax-context.prec+1)357 context.Emax-context.prec+1)1657 exp_max = [context.Emax, Etop][context._clamp]2273 if bound >= len(str(context.Emax)):2274 ans = _dec_from_triple(result_sign, '1', context.Emax+1)2386 exp_max = [context.Emax, context.Etop()][context._clamp]2428 if not (context.Etiny() <= exp._exp <= context.Emax):2437 if self_adjusted > context.Emax:2445 if ans.adjusted() > context.Emax:2939 if self._sign == 0 and adj > len(str((context.Emax+1)*3)):[all …]
35 -- Emax = 96 (largest exponent value)
35 -- Emax = 6144 (largest exponent value)
35 -- Emax = 384 (largest exponent value)
2927 -- Etiny = -(Emax + (precision-1))
2918 -- Etiny = -(Emax + (precision-1))
406 self.context.Emax = exp2231 context = Context(prec=9, Emin = -999999999, Emax = 999999999,
236 #define Emax 1023 macro
253 #define Emax 1023 macro