Searched defs:_x (Results 1 – 9 of 9) sorted by relevance
/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/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() 37 __bswap32(__uint32_t _x) in __bswap32() 45 __bswap64(__uint64_t _x) in __bswap64() 58 #define htobe16(_x) __bswap16(_x) argument 59 #define htole16(_x) ((__uint16_t)(_x)) argument 60 #define be16toh(_x) __bswap16(_x) argument 61 #define le16toh(_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() 52 bswap_32(__uint32_t _x) in bswap_32() 60 bswap_64(__uint64_t _x) in bswap_64()
|
/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 107 #define MOD_PI_OVER_FOUR(_x, _ix) { \ argument 134 #define COMPUTE_COS_SIN_F(_x, _c, _s) { \ argument 171 #define COMPUTE_COS_SIN(_x, _c, _s) { \ argument
|
/picolibc-3.7.0-3.6.0/newlib/libm/ld/ld128/ |
D | e_tgammal.c | 20 volatile long double _x, _y, _z, _w; variable
|
/picolibc-3.7.0-3.6.0/newlib/libc/machine/riscv/machine/ |
D | math.h | 73 #define _fclass_d(_x) (__extension__( \ argument 89 #define _fclass_f(_x) (__extension__( \ argument
|
/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() 106 bintime_mul(struct bintime *_bt, u_int _x) in bintime_mul()
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | mprec.c | 674 ulp (double _x) in ulp()
|
D | mprec.h | 361 uint32_t _x[]; member
|