Searched defs:mlo (Results 1 - 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/lib/random/
H A Drandom_distributions.h597 const uint32 mlo = x1; // lower 32 bits of mantissa local
598 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa
/external/python/cpython2/Python/
H A Ddtoa.c2388 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
2395 mlo = mhi = S = 0;
2801 /* Compute mlo -- check for special case
2805 mlo = mhi;
2810 Bcopy(mhi, mlo);
2821 j = cmp(b, mlo);
2870 if (mlo == mhi) {
2871 mlo = mhi = multadd(mhi, 10, 0);
2872 if (mlo == NULL)
2876 mlo
[all...]
/external/python/cpython3/Python/
H A Ddtoa.c2315 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
2322 mlo = mhi = S = 0;
2728 /* Compute mlo -- check for special case
2732 mlo = mhi;
2737 Bcopy(mhi, mlo);
2748 j = cmp(b, mlo);
2797 if (mlo == mhi) {
2798 mlo = mhi = multadd(mhi, 10, 0);
2799 if (mlo == NULL)
2803 mlo
[all...]
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 175 milliseconds