Searched refs:Etiny (Results 1 – 12 of 12) sorted by relevance
1317 return _dec_from_triple(sign, '0', context.Etiny())1654 Etiny = context.Etiny()1658 new_exp = min(max(self._exp, Etiny), exp_max)1675 self_is_subnormal = exp_min < Etiny1677 exp_min = Etiny2278 Etiny = context.Etiny()2279 if bound >= len(str(-Etiny)):2280 ans = _dec_from_triple(result_sign, '1', Etiny-1)2428 if not (context.Etiny() <= exp._exp <= context.Emax):2942 elif self._sign == 1 and adj > len(str((-context.Etiny()+1)*3)):[all …]
255 #define Etiny (-1074) /* smallest denormal is 2**Etiny */ macro1085 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift); in sd2b()1086 if (*e < Etiny) in sd2b()1087 *e = Etiny; in sd2b()1094 if (*e < Etiny) { in sd2b()1095 scale = Etiny - *e; in sd2b()1096 *e = Etiny; in sd2b()
238 #define Etiny (-1074) /* smallest denormal is 2**Etiny */ macro1068 *e = Etiny - 1 + (int)((word0(d) & Exp_mask) >> Exp_shift); in sd2b()1069 if (*e < Etiny) in sd2b()1070 *e = Etiny; in sd2b()1077 if (*e < Etiny) { in sd2b()1078 scale = Etiny - *e; in sd2b()1079 *e = Etiny; in sd2b()
158 -- subnormals clamped to 0-Etiny
187 -- subnormals clamped to 0-Etiny
37 -- bias = 101 (subtracted from encoded exponent) = -Etiny
37 -- bias = 398 (subtracted from encoded exponent) = -Etiny
37 -- bias = 6176 (subtracted from encoded exponent) = -Etiny
2927 -- Etiny = -(Emax + (precision-1))2931 precision: 9 -- Etiny=-172934 precision: 10 -- Etiny=-182938 precision: 11 -- Etiny=-192942 precision: 12 -- Etiny=-202946 precision: 13 -- Etiny=-212949 precision: 14 -- Etiny=-22
2918 -- Etiny = -(Emax + (precision-1))2922 precision: 9 -- Etiny=-172925 precision: 10 -- Etiny=-182929 precision: 11 -- Etiny=-192932 precision: 12 -- Etiny=-202936 precision: 13 -- Etiny=-212939 precision: 14 -- Etiny=-22
691 -- rhs must be no less than Etiny
810 -- rhs must be no less than Etiny