Searched defs:p51 (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dmisc.c395 Bigint *b1, *p5, *p51; local
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;
[all...]

Completed in 180 milliseconds