Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h443 double dfnum; member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1212 pDecodedItem->val.dfnum = IEEE754_HalfToDouble((uint16_t)uArgument); in QCBOR_Private_DecodeType7()
1232 pDecodedItem->val.dfnum = (double)f; in QCBOR_Private_DecodeType7()
1252 pDecodedItem->val.dfnum = UsefulBufUtil_CopyUint64ToDouble(uArgument); in QCBOR_Private_DecodeType7()
2209 pDecodedItem->val.dfnum : in QCBOR_Private_DecodeDateEpoch()
5483 *pnValue = llround(pItem->val.dfnum); in QCBOR_Private_ConvertInt64()
5867 if(isnan(pItem->val.dfnum)) { in QCBOR_Private_ConvertUInt64()
5869 } else if(pItem->val.dfnum < 0) { in QCBOR_Private_ConvertUInt64()
5872 double dRounded = round(pItem->val.dfnum); in QCBOR_Private_ConvertUInt64()
6274 *pdValue = pItem->val.dfnum; in QCBOR_Private_ConvertDouble()