Home | History | Annotate | Download | only in Python

Lines Matching full:normalized

300    an array of base 2**32 digits.  Bigints are always normalized: if x is a
987 Unlike d2b, b is not necessarily odd: b and e are normalized so
1040 /* Ensure b is normalized. */
1155 quotient < 10, and on entry the divisor S is normalized so that its top 4
2651 /* Check for special case that d is a normalized power of 2. */
2729 * that d is a normalized power of 2.