Home
last modified time | relevance | path

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

/ndk/sources/android/support/src/stdio/
Dstrtod.c1010 Bigint *b1, *p5, *p51; local
1042 if (!(p51 = p5->next)) {
1043 p51 = mult(p5,p5);
1044 if (p51 == BIGINT_INVALID) {
1047 return p51;
1049 p5->next = p51;
1050 p51->next = 0;
1052 p5 = p51;