Searched refs:xe (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/stdlib/ |
D | gdtoa-hexnan.c | 84 __ULong c, h, *x, *x1, *xe; in hexnan() local 93 x1 = xe = x; in hexnan() 135 while(x <= xe); in hexnan() 137 while(x1 <= xe); in hexnan() 142 *xe &= ((__ULong)0xffffffff) >> (ULbits - i); in hexnan() 144 for(x1 = xe;; --x1) { in hexnan()
|
D | strtodg.c | 58 __ULong carry, *xc, *xa, *xb, *xe, y; in sum() local 74 xe = xc + b->_wds; in sum() 83 while(xc < xe); in sum() 84 xe += a->_wds - b->_wds; in sum() 85 while(xc < xe) { in sum() 98 while(xc < xe); in sum() 99 xe += a->_wds - b->_wds; in sum() 100 while(xc < xe) { in sum() 125 __ULong *x, *x1, *xe, y; in rshift() local 131 xe = x + b->_wds; in rshift() [all …]
|
D | gdtoa-gethex.c | 73 __ULong *x, *x1, *xe, y; in rshift() local 79 xe = x + b->_wds; in rshift() 84 while(x < xe) { in rshift() 92 while(x < xe) in rshift() 103 __ULong *x, *xe; in increment() local 113 xe = x + b->_wds; in increment() 121 } while(x < xe); in increment() 129 } while(x < xe); in increment()
|
D | mprec.c | 499 __ULong *x, *x1, *xe, z; in lshift() local 521 xe = x + b->_wds; in lshift() 532 while (x < xe); in lshift() 546 while (x < xe); in lshift() 554 while (x < xe); in lshift() 1049 __ULong *ce, *x, *xe; in copybits() local 1057 xe = x + b->_wds; in copybits() 1058 while(x < xe) in copybits() 1063 for(xe = x + (nw - nw1); x < xe; x += 2) in copybits()
|
/picolibc-latest/test/ |
D | fma_gen.5c | 406 for (int xe = format.first_exp; xe <= format.last_exp; xe = next_exp(xe, format)) { 407 …float_t x = round(make_float(xs * val * (2 ** xe)), format, none_format, rounding_mode_t.TONEAREST…
|