Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c5872 double dRounded = round(pItem->val.dfnum); in QCBOR_Private_ConvertUInt64() local
5875 if(dRounded > (double)(UINT64_MAX- 0x7ff)) { in QCBOR_Private_ConvertUInt64()
5878 *puValue = (uint64_t)dRounded; in QCBOR_Private_ConvertUInt64()