Home | History | Annotate | Download | only in Python

Lines Matching defs:p5s

727 /* p5s is a linked list of powers of 5 of the form 5**(2**i), i >= 2 */
729 static Bigint *p5s;
750 p5 = p5s;
758 p5s = p5;