Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/src/
DTypeUtils.cpp211 const int32_t highBits = static_cast<int32_t>(higher); in getOffsetFromInts() local
213 const uint32_t highOffsetBits = *reinterpret_cast<const uint32_t*>(&highBits); in getOffsetFromInts()
221 const uint32_t highBits = static_cast<uint32_t>(bits >> 32); in getIntsFromOffset() local
223 const int32_t highOffsetBits = *reinterpret_cast<const int32_t*>(&highBits); in getIntsFromOffset()