Searched refs:fRounded (Results 1 – 1 of 1) sorted by relevance
5886 float fRounded = roundf(pItem->val.fnum); in QCBOR_Private_ConvertUInt64() local5889 if(fRounded > (float)(UINT64_MAX- 0x7ff)) { in QCBOR_Private_ConvertUInt64()5892 *puValue = (uint64_t)fRounded; in QCBOR_Private_ConvertUInt64()