Home | History | Annotate | Download | only in gdtoa

Lines Matching defs:p51

396   Bigint *b1, *p5, *p51;

435 if ((p51 = p5->next) == 0) {
438 if (!(p51 = p5->next)) {
439 p51 = p5->next = mult(p5,p5);
440 if (p51 == NULL)
442 p51->next = 0;
446 p51 = p5->next = mult(p5,p5);
447 if (p51 == NULL)
449 p51->next = 0;
452 p5 = p51;