Home
last modified time | relevance | path

Searched defs:lowOffsetBits (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/
H A DTypeUtils.cpp152 const uint32_t lowOffsetBits = *reinterpret_cast<const uint32_t*>(&lowBits); in getOffsetFromInts() local
162 const int32_t lowOffsetBits = *reinterpret_cast<const int32_t*>(&lowBits); in getIntsFromOffset() local