Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/random/
Drandom_distributions.h727 const uint32 mlo = x1; // lower 32 bits of mantissa in Uint64ToDouble() local
728 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa in Uint64ToDouble()