Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp96 uint32_t tmp4flt = be32toh(*reinterpret_cast<uint32_t*>(&(real[0]))); in KVValueToValueType() local
97 v.flo = *reinterpret_cast<float*>((void*)(&tmp4flt)); in KVValueToValueType()
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp205 uint32_t tmp4flt = ntohl(*reinterpret_cast<uint32_t*>(&(real[0]))); in Blob2VariantValue() local
206 return JSUtil::KvStoreVariant(*reinterpret_cast<float*>((void*)(&tmp4flt))); in Blob2VariantValue()
251 float tmp4flt = *fltValue; // copy value, and make it available in stack space. in VariantValue2Blob() local
252 uint32_t tmp32 = htonl(*reinterpret_cast<uint32_t*>(&tmp4flt)); in VariantValue2Blob()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util.cpp212 uint32_t tmp4flt = be32toh(*reinterpret_cast<uint32_t*>(&(real[0]))); in Blob2VariantValue() local
213 return JSUtil::KvStoreVariant(*reinterpret_cast<float*>((void*)(&tmp4flt))); in Blob2VariantValue()