Home
last modified time | relevance | path

Searched refs:Exp_msk11 (Results 1 – 4 of 4) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/stdio/
Dvfieeefp.h170 #define Exp_msk11 ((__uint32_t)0x00800000L) macro
205 #define Exp_msk11 ((__uint32_t)0x100000L) macro
237 #define Exp_msk11 ((__uint32_t)0x1000000L) macro
261 #define Exp_msk11 ((__uint32_t)0x800000L) macro
/picolibc-3.7.0-3.6.0/newlib/libc/stdlib/
Dmprec.h116 #define Exp_msk11 ((__uint32_t)0x00800000L) macro
156 #define Exp_msk11 ((__uint32_t)0x100000L) macro
198 #define Exp_msk11 ((__uint32_t)0x1000000L) macro
223 #define Exp_msk11 ((__uint32_t)0x800000L) macro
Dmprec.c839 z |= Exp_msk11; in d2b()
Dstrtodg.c430 L = word0(d) << 16 | word0(d) >> 16 | Exp_msk11; in mantbits()