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

/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp341 uint32_t* xc0; local
366 xc0 = c.words();
368 for (; xb < xbe; xc0++) {
371 xc = xc0;
382 for (; xb < xbe; xb++, xc0++) {
385 xc = xc0;
398 xc = xc0;
412 for (xc0 = c.words(), xc = xc0 + wc; wc > 0 && !*--xc; --wc) { }
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc805 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; variable
834 xc0 = c->x;
836 for(; xb < xbe; xc0++) {
839 xc = xc0;
852 for(; xb < xbe; xb++, xc0++) {
855 xc = xc0;
869 xc = xc0;
884 for(; xb < xbe; xc0++) {
887 xc = xc0;
900 for(xc0
[all...]

Completed in 240 milliseconds