HomeSort by: relevance | last modified time | path
    Searched defs:xe (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/gdtoa/
gmisc.c 43 ULong *x, *x1, *xe, y; local in function:rshift
49 xe = x + b->wds;
54 while(x < xe) {
62 while(x < xe)
80 CONST ULong *x, *xe; local in function:trailz
84 xe = x + b->wds;
85 for(n = 0; x < xe && !*x; x++)
87 if (x < xe) {
sum.c 44 ULong carry, *xc, *xa, *xb, *xe, y; local in function:sum
60 xe = xc + b->wds;
69 while(xc < xe);
70 xe += a->wds - b->wds;
71 while(xc < xe) {
84 while(xc < xe);
85 xe += a->wds - b->wds;
86 while(xc < xe) {
hexnan.c 62 ULong c, h, *x, *x1, *xe; local in function:hexnan
73 x1 = xe = x;
134 while(x <= xe);
136 while(x1 <= xe);
141 *xe &= ((ULong)0xffffffff) >> (ULbits - i);
143 for(x1 = xe;; --x1) {
smisc.c 151 ULong *ce, *x, *xe; local in function:copybits
159 xe = x + b->wds;
160 while(x < xe)
165 for(xe = x + (nw - nw1); x < xe; x += 2)
misc.c 478 ULong *x, *x1, *xe, z; local in function:lshift
492 xe = x + b->wds;
501 while(x < xe);
511 while(x < xe);
518 while(x < xe);
strtodg.c 55 ULong *x, *xe; local in function:increment
62 xe = x + b->wds;
70 } while(x < xe);
78 } while(x < xe);
102 ULong *x, *xe; local in function:decrement
108 xe = x + b->wds;
117 while(x < xe);
123 } while(borrow && x < xe);
134 CONST ULong *x, *xe; local in function:all_on
137 xe = x + ((unsigned int)n >> kshift)
154 ULong *x, *xe; local in function:set_ones
    [all...]
  /src/sys/arch/sgimips/gio/
newport.c 321 int xe, ye; local in function:newport_bitblt
335 xe = xs;
339 xe = xs + wi - 1;
354 rex3_write(dc, REX3_REG_XYENDI, (xe << REX3_XYENDI_XSHIFT) | ye);
  /src/sys/arch/x68k/stand/libiocs/
iocs.h 150 short xe; member in struct:iocs_clipxy

Completed in 15 milliseconds