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

/openbsd-current/lib/libc/gdtoa/
H A Dmisc.c399 Bigint *b1, *p5, *p51; local
439 if ((p51 = p5->next) == 0) {
442 if (!(p51 = p5->next)) {
443 p51 = p5->next = mult(p5,p5);
444 if (p51 == NULL)
446 p51->next = 0;
450 p51 = p5->next = mult(p5,p5);
451 if (p51 == NULL)
453 p51->next = 0;
456 p5 = p51;
[all...]

Completed in 177 milliseconds