Lines Matching refs:p5
396 Bigint *b1, *p5, *p51; local
408 if ((p5 = p5s) == 0) {
412 if (!(p5 = p5s)) {
413 p5 = p5s = i2b(625);
414 if (p5 == NULL)
416 p5->next = 0;
420 p5 = p5s = i2b(625);
421 if (p5 == NULL)
423 p5->next = 0;
428 b1 = mult(b, p5);
435 if ((p51 = p5->next) == 0) {
438 if (!(p51 = p5->next)) {
439 p51 = p5->next = mult(p5,p5);
446 p51 = p5->next = mult(p5,p5);
452 p5 = p51;