Searched refs:xb (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_3/Zend/ |
| H A D | zend_strtod.c | 676 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local 699 xb = b->x; 700 xbe = xb + wb; 703 for(; xb < xbe; xb++, xc0++) { 704 if ((y = *xb & 0xffff)) { 718 if ((y = *xb >> 16)) { 735 for(; xb < xbe; xc0++) { 736 if (y = *xb++) { 890 ULong *xa, *xa0, *xb, *xb local 922 ULong *xa, *xae, *xb, *xbe, *xc; local [all...] |
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | [all...] |
| /PHP_5_3/ext/gd/libgd/ |
| H A D | gdft.c | 787 int xb = x, yb = y; local 946 xb = x + x1; 1146 brect[0] = xb + gdroundupdown(brect[0], d2 > 0); 1148 brect[2] = xb + gdroundupdown(brect[2], d1 > 0); 1150 brect[4] = xb + gdroundupdown(brect[4], d2 < 0); 1152 brect[6] = xb + gdroundupdown(brect[6], d1 < 0);
|
Completed in 124 milliseconds