Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_complete.c837 #define EXPONENT_BITS 11 macro
902 int expo = (u.u64 >> FRACTION_BITS) & BIT_MASK(EXPONENT_BITS); in encode_float()
909 if (expo == BIT_MASK(EXPONENT_BITS)) { in encode_float()
1073 fract <<= EXPONENT_BITS; in encode_float()