Searched refs:xb (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | strtod.c | 918 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 944 xb = b->x; 945 xbe = xb + wb; 948 for(; xb < xbe; xb++, xc0++) { 949 if ((y = *xb & 0xffff) != 0) { 963 if ((y = *xb >> 16) != 0) { 980 for(; xb < xbe; xc0++) { 981 if (y = *xb++) { 1134 ULong *xa, *xa0, *xb, *xb0; local 1157 xb = xb0 + j; [all …]
|