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

/bionic/libc/stdlib/
H A Dstrtod.c767 Bigint *b1, *p5, *p51; local
799 if (!(p51 = p5->next)) {
800 p51 = mult(p5,p5);
801 if (p51 == BIGINT_INVALID) {
804 return p51;
806 p5->next = p51;
807 p51->next = 0;
809 p5 = p51;

Completed in 31 milliseconds