Searched defs:xb (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/stdlib/
H A Dstrtod.c674 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
700 xb = b->x;
701 xbe = xb + wb;
704 for(; xb < xbe; xb++, xc0++) {
705 if ((y = *xb & 0xffff) != 0) {
719 if ((y = *xb >> 16) != 0) {
736 for(; xb < xbe; xc0++) {
737 if (y = *xb++) {
890 ULong *xa, *xa0, *xb, *xb local
934 ULong *xa, *xae, *xb, *xbe, *xc; local
[all...]

Completed in 70 milliseconds