Searched refs:u32 (Results 1 – 3 of 3) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/common/ |
D | frexpl.c | 58 } u32; member 86 } u32; member 116 } u32; member 146 } u32; member 159 int e = u.u32.exp; in frexpl() 166 e = u.u32.exp; in frexpl() 170 u.u32.exp = LDBL_MAX_EXP - 2; /* -1 */ in frexpl() 172 if (u.u32.exp_extra != 0) in frexpl() 173 u.u32.exp_extra = u.u32.exp - EXP_EXTRA_BIAS; in frexpl()
|
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/ |
D | chacha_private.h | 30 typedef uint32_t u32; typedef 34 u32 input[16]; /* could be compressed */ 38 #define U32V(v) ((u32)(v)) 44 (((u32)((p)[0]) ) | \ 45 ((u32)((p)[1]) << 8) | \ 46 ((u32)((p)[2]) << 16) | \ 47 ((u32)((p)[3]) << 24)) 72 chacha_keysetup(chacha_ctx *x,const u8 *k,u32 kbits) in chacha_keysetup() 106 chacha_encrypt_bytes(chacha_ctx *x,const u8 *m,u8 *c,u32 bytes) in chacha_encrypt_bytes() 108 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; in chacha_encrypt_bytes() [all …]
|
/picolibc-3.7.0-3.6.0/newlib/libc/tinystdio/ |
D | atof_engine.c | 47 __atof_engine(uint32_t u32, int exp) in __atof_engine() argument 49 float flt = u32; in __atof_engine()
|