Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h445 float fnum; member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c1236 pDecodedItem->val.fnum = f; in QCBOR_Private_DecodeType7()
2210 (double)pDecodedItem->val.fnum; in QCBOR_Private_DecodeDateEpoch()
5485 *pnValue = lroundf(pItem->val.fnum); in QCBOR_Private_ConvertInt64()
5881 if(isnan(pItem->val.fnum)) { in QCBOR_Private_ConvertUInt64()
5883 } else if(pItem->val.fnum < 0) { in QCBOR_Private_ConvertUInt64()
5886 float fRounded = roundf(pItem->val.fnum); in QCBOR_Private_ConvertUInt64()
6261 *pdValue = (double)pItem->val.fnum; in QCBOR_Private_ConvertDouble()