Home
last modified time | relevance | path

Searched refs:xe (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgmisc.c41 ULong *x, *x1, *xe, y; local
47 xe = x + b->wds;
52 while(x < xe) {
60 while(x < xe)
74 ULong L, *x, *xe; local
78 xe = x + b->wds;
79 for(n = 0; x < xe && !*x; x++)
81 if (x < xe) {
Dsum.c42 ULong carry, *xc, *xa, *xb, *xe, y; local
58 xe = xc + b->wds;
67 while(xc < xe);
68 xe += a->wds - b->wds;
69 while(xc < xe) {
82 while(xc < xe);
83 xe += a->wds - b->wds;
84 while(xc < xe) {
Dhexnan.c60 ULong c, h, *x, *x1, *xe; local
71 x1 = xe = x;
132 while(x <= xe);
134 while(x1 <= xe);
139 *xe &= ((ULong)0xffffffff) >> (ULbits - i);
141 for(x1 = xe;; --x1) {
Dsmisc.c150 ULong *ce, *x, *xe; local
158 xe = x + b->wds;
159 while(x < xe)
164 for(xe = x + (nw - nw1); x < xe; x += 2)
Dstrtodg.c54 ULong *x, *xe; local
61 xe = x + b->wds;
69 } while(x < xe);
77 } while(x < xe);
101 ULong *x, *xe; local
107 xe = x + b->wds;
116 while(x < xe);
122 } while(borrow && x < xe);
133 ULong *x, *xe; local
136 xe = x + (n >> kshift);
[all …]
Dmisc.c467 ULong *x, *x1, *xe, z; local
481 xe = x + b->wds;
490 while(x < xe);
500 while(x < xe);
507 while(x < xe);
/bionic/libc/kernel/uapi/linux/
Dtiocl.h35 unsigned short xe; member