Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h727 const uint32 mhi = x0 & 0xfffffu; // upper 20 bits of mantissa in Uint64ToDouble() local
729 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble()