Home
last modified time | relevance | path

Searched refs:Frac_mask1 (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dvfieeefp.h176 #define Frac_mask1 ((__uint32_t)0x007fffffL) macro
211 #define Frac_mask1 ((__uint32_t)0xfffffL) macro
241 #define Frac_mask1 ((__uint32_t)0xffffffL) macro
265 #define Frac_mask1 ((__uint32_t)0xffff007fL) macro
/picolibc-latest/newlib/libc/stdlib/
Dmprec.h126 #define Frac_mask1 ((__uint32_t)0x007fffffL) macro
165 #define Frac_mask1 ((__uint32_t)0xfffffL) macro
205 #define Frac_mask1 ((__uint32_t)0xffffffL) macro
230 #define Frac_mask1 ((__uint32_t)0xffff007fL) macro
281 #define Big0 (Frac_mask1 | Exp_msk1*(DBL_MAX_EXP+Bias-1))
Ddtoa.c290 word0 (d2) &= Frac_mask1; in __dtoa()