Home
last modified time | relevance | path

Searched defs:nHalfUnBiasedExponent (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/lib/qcbor/src/
H A Dieee754.c226 const int64_t nHalfUnBiasedExponent = (int64_t)uHalfBiasedExponent - HALF_EXPONENT_BIAS; in IEEE754_HalfToDouble() local
305 int32_t nHalfUnBiasedExponent) in IEEE754_AssembleHalf()