/picolibc-3.7.0-3.6.0/newlib/libc/include/machine/ |
D | endian.h | 25 #define __bswap16(_x) __builtin_bswap16(_x) argument 26 #define __bswap32(_x) __builtin_bswap32(_x) argument 27 #define __bswap64(_x) __builtin_bswap64(_x) argument 30 __bswap16(__uint16_t _x) in __bswap16() argument 33 return ((__uint16_t)((_x >> 8) | ((_x << 8) & 0xff00))); in __bswap16() 37 __bswap32(__uint32_t _x) in __bswap32() argument 40 return ((__uint32_t)((_x >> 24) | ((_x >> 8) & 0xff00) | in __bswap32() 41 ((_x << 8) & 0xff0000) | ((_x << 24) & 0xff000000))); in __bswap32() 45 __bswap64(__uint64_t _x) in __bswap64() argument 48 return ((__uint64_t)((_x >> 56) | ((_x >> 40) & 0xff00) | in __bswap64() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/arpa/ |
D | inet.h | 10 #define __htonl(_x) __bswap32(_x) argument 11 #define __htons(_x) __bswap16(_x) argument 12 #define __ntohl(_x) __bswap32(_x) argument 13 #define __ntohs(_x) __bswap16(_x) argument 14 #define htonl(_x) __htonl(_x) argument 15 #define htons(_x) __htons(_x) argument 16 #define ntohl(_x) __htonl(_x) argument 17 #define ntohs(_x) __htons(_x) argument 19 #define __htonl(_x) ((__uint32_t)(_x)) argument 20 #define __htons(_x) ((__uint16_t)(_x)) argument [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | byteswap.h | 40 #define bswap_16(_x) __builtin_bswap16(_x) argument 41 #define bswap_32(_x) __builtin_bswap32(_x) argument 42 #define bswap_64(_x) __builtin_bswap64(_x) argument 45 bswap_16(__uint16_t _x) in bswap_16() argument 48 return ((__uint16_t)((_x >> 8) | ((_x << 8) & 0xff00))); in bswap_16() 52 bswap_32(__uint32_t _x) in bswap_32() argument 55 return ((__uint32_t)((_x >> 24) | ((_x >> 8) & 0xff00) | in bswap_32() 56 ((_x << 8) & 0xff0000) | ((_x << 24) & 0xff000000))); in bswap_32() 60 bswap_64(__uint64_t _x) in bswap_64() argument 63 return ((__uint64_t)((_x >> 56) | ((_x >> 40) & 0xff00) | in bswap_64() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | cos_sin.h | 90 #define MOD_PI_OVER_FOUR_F(_x, _ix) { \ argument 93 _ix = spu_convts(spu_mul(_x, spu_splats((float)M_FOUR_OVER_PI)), 0); \ 94 _ix = spu_add(_ix, spu_add(spu_rlmaska((vec_int4)_x, -31), 1)); \ 97 _x = spu_nmsub(fx, spu_splats((float)M_PI_OVER_2F_HI), _x); \ 98 _x = spu_nmsub(fx, spu_splats((float)M_PI_OVER_2F_LO), _x); \ 107 #define MOD_PI_OVER_FOUR(_x, _ix) { \ argument 111 fx = spu_roundtf(spu_mul(_x, spu_splats(M_FOUR_OVER_PI))); \ 116 _x = spu_nmsub(spu_splats(M_PI_OVER_2_HI), dix, _x); \ 117 _x = spu_nmsub(spu_splats(M_PI_OVER_2_LO), dix, _x); \ 134 #define COMPUTE_COS_SIN_F(_x, _c, _s) { \ argument [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | mprec.c | 150 (x) * sizeof(rv->_x[0])); in Balloc() 181 x = b->_x; in multadd() 211 b->_x[wds++] = a; in multadd() 234 b->_x[0] = y9; in s2b() 240 b->_x[0] = y9 & 0xffff; in s2b() 241 b->_wds = (b->_x[1] = y9 >> 16) ? 2 : 1; in s2b() 351 b->_x[0] = i; in i2b() 386 for (x = c->_x, xa = x + wc; x < xa; x++) in mult() 388 xa = a->_x; in mult() 390 xb = b->_x; in mult() [all …]
|
D | gdtoa-gethex.c | 77 x = x1 = b->_x; in rshift() 96 if ((b->_wds = x1 - b->_x) == 0) in rshift() 97 b->_x[0] = 0; in rshift() 113 x = b->_x; in increment() 144 b->_x[b->_wds++] = 1; in increment() 239 x = b->_x; in gethex() 258 b->_wds = n = x - b->_x; in gethex() 262 x = b->_x; in gethex() 281 x = b->_x; in gethex() 349 x = b->_x; in gethex()
|
D | strtodg.c | 72 xa = a->_x; in sum() 73 xb = b->_x; in sum() 74 xc = c->_x; in sum() 118 c->_x[c->_wds++] = 1; in sum() 129 x = x1 = b->_x; in rshift() 148 if ((b->_wds = x1 - b->_x) == 0) in rshift() 149 b->_x[0] = 0; in rshift() 158 x = b->_x; in trailz() 178 x = b->_x; in increment() 209 b->_x[b->_wds++] = 1; in increment() [all …]
|
D | dtoa.c | 57 sx = S->_x; in quorem() 59 bx = b->_x; in quorem() 96 bx = b->_x; in quorem() 107 bx = b->_x; in quorem() 108 sx = S->_x; in quorem() 133 bx = b->_x; in quorem() 682 if ((i = ((s5 ? 32 - hi0bits (S->_x[S->_wds - 1]) : 1) + s2) & 0x1f) != 0) in __dtoa() 685 if ((i = ((s5 ? 32 - hi0bits (S->_x[S->_wds - 1]) : 1) + s2) & 0xf) != 0) in __dtoa()
|
D | mprec.h | 361 uint32_t _x[]; member
|
D | strtod.c | 849 if (!delta->_x[0] && delta->_wds <= 1) { 957 if (!delta->_x[0] && delta->_wds <= 1) {
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/ |
D | e_tgammal.c | 20 volatile long double _x, _y, _z, _w; variable 29 _x = x; in tgammal()
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/machine/ |
D | math.h | 73 #define _fclass_d(_x) (__extension__( \ argument 78 "f" (_x)); \ 89 #define _fclass_f(_x) (__extension__( \ argument 94 "f" (_x)); \
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/ |
D | time.h | 71 bintime_addx(struct bintime *_bt, uint64_t _x) in bintime_addx() argument 76 _bt->frac += _x; in bintime_addx() 106 bintime_mul(struct bintime *_bt, u_int _x) in bintime_mul() argument 110 _p1 = (_bt->frac & 0xffffffffull) * _x; in bintime_mul() 111 _p2 = (_bt->frac >> 32) * _x + (_p1 >> 32); in bintime_mul() 112 _bt->sec *= _x; in bintime_mul()
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 24404 address of the Bigint instead of the address of its _x field,
|