Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c1020 Bigint *b1, *p5, *p51; local
1052 if (!(p51 = p5->next)) {
1053 p51 = mult(p5,p5);
1054 if (p51 == BIGINT_INVALID) {
1057 return p51;
1059 p5->next = p51;
1060 p51->next = 0;
1062 p5 = p51;