Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:p5

402 	Bigint *b1, *p5, *p51;
414 if ((p5 = p5s) == 0) {
418 if (!(p5 = p5s)) {
419 p5 = p5s = i2b(625);
420 if (p5 == NULL) {
424 p5->next = 0;
428 p5 = p5s = i2b(625);
429 if (p5 == NULL)
431 p5->next = 0;
436 b1 = mult(b, p5);
444 if ((p51 = p5->next) == 0) {
447 if (!(p51 = p5->next)) {
448 p51 = p5->next = mult(p5,p5);
457 p51 = p5->next = mult(p5,p5);
463 p5 = p51;