Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dieee754.h88 } IEEE754_union; typedef
105 IEEE754_union
121 IEEE754_union
H A Dieee754.c318 IEEE754_union
321 IEEE754_union result; in IEEE754_SingleToHalf()
498 static IEEE754_union
501 IEEE754_union Result; in IEEE754_DoubleToSingle()
622 IEEE754_union
625 IEEE754_union result; in IEEE754_DoubleToSmaller()
H A Dqcbor_encode.c647 const IEEE754_union uNum = IEEE754_DoubleToSmaller(dNum, true); in QCBOREncode_Private_AddPreferredDouble()
664 const IEEE754_union uNum = IEEE754_SingleToHalf(fNum); in QCBOREncode_Private_AddPreferredFloat()