Home
last modified time | relevance | path

Searched refs:__uint32_t (Results 1 – 25 of 101) sorted by relevance

12345

/picolibc-latest/newlib/libc/stdio/
Dvfieeefp.h49 #define Sign_Extend(a,b) if (b < 0) a |= (__uint32_t)0xffff0000;
68 __uint32_t manh:23;
69 __uint32_t exp:8;
70 __uint32_t sign:1;
75 __uint32_t manl:20;
76 __uint32_t manh:32;
77 __uint32_t exp:11;
78 __uint32_t sign:1;
83 __uint32_t manl:32;
84 __uint32_t manh:32;
[all …]
/picolibc-latest/newlib/libm/common/
Dfrexpl.c41 __uint32_t fracl;
42 __uint32_t frach:20;
43 __uint32_t exp:11;
44 __uint32_t sign:1;
47 __uint32_t sign:1;
48 __uint32_t exp:11;
49 __uint32_t frach:20;
52 __uint32_t frach:20;
53 __uint32_t exp:11;
54 __uint32_t sign:1;
[all …]
Ds_round.c53 __uint32_t lsw; in round64()
72 __uint32_t exponent_mask = 0x000fffff >> exponent_less_1023; in round64()
92 __uint32_t exponent_mask = 0xffffffff >> (exponent_less_1023 - 20); in round64()
93 __uint32_t tmp; in round64()
Dsf_cbrt.c23 static const __uint32_t
25 static __uint32_t
50 __uint32_t sign;
51 __uint32_t high;
Dsf_round.c17 __uint32_t w; in roundf()
33 w |= ((__uint32_t)127 << 23); in roundf()
37 __uint32_t exponent_mask = 0x007fffff >> exponent_less_127; in roundf()
Ds_signbit.c43 __uint32_t w; in __signbitf()
56 __uint32_t msw; in _MATH_ALIAS_i_f()
Ds_isnan.c200 hx |= (__uint32_t)(lx|(-lx))>>31; in isnan64()
202 return (int)(((__uint32_t)(hx))>>31); in isnan64()
Ds_isnand.c103 hx |= (__uint32_t)(lx|(-lx))>>31; in __isnan64()
105 return (int)(((__uint32_t)(hx))>>31); in __isnan64()
Ds_isinf.c31 hx |= (__uint32_t)(lx|(-lx))>>31; in isinf64()
33 return 1 - (int)((__uint32_t)(hx|(-hx))>>31); in isinf64()
Ds_isinfd.c27 hx |= (__uint32_t)(lx|(-lx))>>31; in __isinf64()
29 return 1 - (int)((__uint32_t)(hx|(-hx))>>31); in __isinf64()
Ds_expm1.c169 __uint32_t hx; in _NAME_64()
180 __uint32_t low; in _NAME_64()
232 __uint32_t high; in _NAME_64()
240 __uint32_t high; in _NAME_64()
246 __uint32_t high; in _NAME_64()
/picolibc-latest/newlib/libc/stdlib/
Dmprec.h55 #define Sign_Extend(a,b) if (b < 0) a |= (__uint32_t)0xffff0000;
71 __uint32_t i[2];
114 #define Exp_msk1 ((__uint32_t)0x00800000L)
115 #define Exp_msk11 ((__uint32_t)0x00800000L)
116 #define Exp_mask ((__uint32_t)0x7f800000L)
122 #define Exp_1 ((__uint32_t)0x3f800000L)
123 #define Exp_11 ((__uint32_t)0x3f800000L)
125 #define Frac_mask ((__uint32_t)0x007fffffL)
126 #define Frac_mask1 ((__uint32_t)0x007fffffL)
128 #define Sign_bit ((__uint32_t)0x80000000L)
[all …]
/picolibc-latest/newlib/libc/search/
Dextern.h40 int, __uint32_t, SPLIT_RETURN *);
43 __uint32_t __call_hash(HTAB *, char *, int);
49 BUFHEAD *__get_buf(HTAB *, __uint32_t, BUFHEAD *, int);
50 int __get_page(HTAB *, char *, __uint32_t, int, int, int);
52 __uint32_t __log2(__uint32_t);
53 int __put_page(HTAB *, char *, __uint32_t, int, int);
55 int __split_page(HTAB *, __uint32_t, __uint32_t);
58 extern __uint32_t __default_hash(const void *, size_t);
Dhash_func.c45 static __uint32_t hash1(const void *, size_t);
46 static __uint32_t hash2(const void *, size_t);
47 static __uint32_t hash3(const void *, size_t);
63 static __uint32_t
69 __uint32_t h;
85 static __uint32_t
91 __uint32_t h;
116 static __uint32_t
123 __uint32_t h;
165 __uint32_t
[all …]
Dhash.h67 __uint32_t addr; /* Address of this page */
91 __uint32_t lorder; /* Byte Order */
120 __uint32_t /* Hash function */
136 __uint32_t *mapp[NCACHED]; /* Pointers to page maps */
172 #define ALL_SET ((__uint32_t)0xFFFFFFFF)
176 #define ISMOD(X) ((__uint32_t)(ptrdiff_t)(X)&0x1)
178 #define ISDISK(X) ((__uint32_t)(ptrdiff_t)(X)&0x2)
199 #define SPLITNUM(N) (((__uint32_t)(N)) >> SPLITSHIFT)
201 #define OADDR_OF(S,O) ((__uint32_t)((__uint32_t)(S) << SPLITSHIFT) + (O))
Dhash_log2.c45 __uint32_t
46 __log2(__uint32_t num) in __log2()
48 __uint32_t i, limit; in __log2()
Ddb_local.h44 typedef __uint32_t pgno_t;
48 typedef __uint32_t recno_t;
134 __uint32_t /* hash function */
160 __uint32_t _tmp = a; \
167 __uint32_t _tmp = *(__uint32_t *)a; \
/picolibc-latest/newlib/libm/math/
Ds_ceil.c31 __uint32_t i; in ceil64()
58 i = ((__uint32_t)(0xffffffffUL)) >> (j0 - 20); in ceil64()
65 j = i1 + ((__uint32_t) 1 << (52 - j0)); in ceil64()
66 if ((__uint32_t) j < (__uint32_t) i1) in ceil64()
Ds_floor.c73 __uint32_t i; in floor64()
99 i = ((__uint32_t)(0xffffffff)) >> (j0 - 20); in floor64()
106 j = i1 + ((__uint32_t) 1 << (52 - j0)); in floor64()
107 if ((__uint32_t) j < (__uint32_t) i1) in floor64()
Ds_exp.c106 __uint32_t hx; in exp64()
115 __uint32_t lx; in exp64()
154 __uint32_t hy; in exp64()
159 __uint32_t hy; in exp64()
Ds_fmod.c32 __uint32_t lx, ly, lz; in fmod64()
54 return Zero[(__uint32_t)sx >> 31]; /* |x|=|y| return x*0*/ in fmod64()
119 return Zero[(__uint32_t)sx >> 31]; in fmod64()
135 return Zero[(__uint32_t)sx >> 31]; in fmod64()
147 lx = (lx >> n) | ((__uint32_t)hx << (32 - n)); in fmod64()
/picolibc-latest/newlib/libc/include/machine/
Dendian.h36 static __inline __uint32_t
37 __bswap32(__uint32_t _x) in __bswap32()
40 return ((__uint32_t)((_x >> 24) | ((_x >> 8) & 0xff00) | in __bswap32()
63 #define htole32(_x) ((__uint32_t)(_x))
65 #define le32toh(_x) ((__uint32_t)(_x))
75 #define htobe32(_x) ((__uint32_t)(_x))
77 #define be32toh(_x) ((__uint32_t)(_x))
D_default_types.h79 typedef __UINT32_TYPE__ __uint32_t; typedef
81 typedef unsigned __INT32_TYPE__ __uint32_t; typedef
86 typedef unsigned int __uint32_t; typedef
90 typedef unsigned long __uint32_t; typedef
94 typedef unsigned short __uint32_t; typedef
98 typedef unsigned char __uint32_t; typedef
151 typedef __uint32_t __uint_least8_t;
173 typedef __uint32_t __uint_least16_t;
191 typedef __uint32_t __uint_least32_t;
/picolibc-latest/newlib/libc/include/sys/
D_types.h77 typedef __uint32_t __fsfilcnt_t;
100 typedef __uint32_t __uid_t;
107 typedef __uint32_t __gid_t;
114 typedef __uint32_t __id_t;
138 typedef __uint32_t __mode_t;
252 typedef __uint32_t __socklen_t;
/picolibc-latest/newlib/libc/include/
Dbyteswap.h55 static __inline __uint32_t
56 bswap_32(__uint32_t _x)
59 return ((__uint32_t)((_x >> 24) | ((_x >> 8) & 0xff00) |

12345