Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:p51

402 	Bigint *b1, *p5, *p51;
444 if ((p51 = p5->next) == 0) {
447 if (!(p51 = p5->next)) {
448 p51 = p5->next = mult(p5,p5);
449 if (p51 == NULL) {
453 p51->next = 0;
457 p51 = p5->next = mult(p5,p5);
458 if (p51 == NULL)
460 p51->next = 0;
463 p5 = p51;