Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dieee754.c70 #define HALF_SIGNIFICAND_MASK (0x3ffU) // The lower 10 bits macro
224 const uint64_t uHalfSignificand = uHalfPrecision & HALF_SIGNIFICAND_MASK; in IEEE754_HalfToDouble()