Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c5886 float fRounded = roundf(pItem->val.fnum); in QCBOR_Private_ConvertUInt64() local
5889 if(fRounded > (float)(UINT64_MAX- 0x7ff)) { in QCBOR_Private_ConvertUInt64()
5892 *puValue = (uint64_t)fRounded; in QCBOR_Private_ConvertUInt64()