Searched refs:UsefulBufUtil_CopyUint64ToDouble (Results 1 – 2 of 2) sorted by relevance
757 static inline double UsefulBufUtil_CopyUint64ToDouble(uint64_t u64);1911 static inline double UsefulBufUtil_CopyUint64ToDouble(uint64_t u64) in UsefulBufUtil_CopyUint64ToDouble() function2484 return uResult ? UsefulBufUtil_CopyUint64ToDouble(uResult) : 0; in UsefulInputBuf_GetDouble()
1252 pDecodedItem->val.dfnum = UsefulBufUtil_CopyUint64ToDouble(uArgument); in QCBOR_Private_DecodeType7()