Searched refs:xb (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/android/support/src/stdio/ |
D | strtod.c | 927 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 953 xb = b->x; 954 xbe = xb + wb; 957 for(; xb < xbe; xb++, xc0++) { 958 if ((y = *xb & 0xffff) != 0) { 972 if ((y = *xb >> 16) != 0) { 989 for(; xb < xbe; xc0++) { 990 if (y = *xb++) { 1143 ULong *xa, *xa0, *xb, *xb0; local 1166 xb = xb0 + j; [all …]
|