Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/random/
Drandom_distributions.h680 const uint16 man = x & 0x3ffu; // 10 bit mantissa in Uint16ToHalf() local
698 const uint16 man = x & 0x7fu; // 7 bit mantissa in Uint16ToGfloat16() local
718 const uint32 man = x & 0x7fffffu; // 23 bit mantissa in Uint32ToFloat() local
738 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble() local