Searched refs:xe (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gmisc.c | 41 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) {
|
D | sum.c | 42 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) {
|
D | hexnan.c | 60 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) {
|
D | smisc.c | 150 ULong *ce, *x, *xe; local 158 xe = x + b->wds; 159 while(x < xe) 164 for(xe = x + (nw - nw1); x < xe; x += 2)
|
D | strtodg.c | 54 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 …]
|
D | misc.c | 467 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/ |
D | tiocl.h | 35 unsigned short xe; member
|