Searched refs:xshift (Results 1 – 6 of 6) sorted by relevance
425 float xshift, //amount of shift in plot_row_cells() argument440 win->Line(cell->x () + xshift, word_box.bottom (), cell->x () + xshift, word_box.top ()); in plot_row_cells()
98 float xshift, //amount of shift
237 float xshift; /*shift in xheight */ in correlate_with_stats() local293 xshift = lineheight - row->xheight; in correlate_with_stats()301 xshift = -row->ascrise; /*shift in x */ in correlate_with_stats()309 xshift = -row->ascrise; /*shift in x */ in correlate_with_stats()
78 asr_int32_t xshift = x >> i; in rshift() local83 xshift |= -signbit; in rshift()86 xshift += (x >> (i - 1)) & 1; in rshift()87 return xshift; in rshift()
1056 int havedig, udx0, xshift; in hexnan() local1059 havedig = xshift = 0; in hexnan()1072 xshift = 1; in hexnan()1081 if (xshift) { in hexnan()1082 xshift = 0; in hexnan()
1477 int havedig, udx0, xshift; local1480 havedig = xshift = 0;1493 xshift = 1;1504 if (xshift) {1505 xshift = 0;