HomeSort by relevance Sort by last modified time
    Searched defs:mlo (Results 1 - 10 of 10) sorted by null

  /external/libaom/libaom/aom_dsp/x86/
synonyms_avx2.h 66 __m128i mlo = _mm_loadu_si128((__m128i *)(lo)); local
67 return yy_set_m128i(mhi, mlo);
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c 126 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
500 mhi = mlo = 0;
648 /* Compute mlo -- check for special case
652 mlo = mhi;
657 Bcopy(mhi, mlo);
668 j = cmp(b, mlo);
749 if (mlo == mhi) {
750 mlo = mhi = multadd(mhi, 10, 0);
751 if (mlo == NULL)
755 mlo = multadd(mlo, 10, 0)
    [all...]
gdtoa.c 162 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
510 mhi = mlo = 0;
648 /* Compute mlo -- check for special case
652 mlo = mhi;
657 Bcopy(mhi, mlo);
668 j = cmp(b, mlo);
705 if (mlo == mhi)
706 mlo = mhi1;
755 if (mlo == mhi) {
756 mlo = mhi = multadd(mhi, 10, 0)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
dtoa.c 137 Bigint *mlo = NULL; /* pacify gcc */ local
494 mhi = mlo = 0;
637 /* Compute mlo -- check for special case
641 mlo = mhi;
646 Bcopy(mhi, mlo);
657 j = cmp(b, mlo);
734 if (mlo == mhi) {
735 mlo = mhi = multadd(mhi, 10, 0);
736 if (mlo == NULL)
740 mlo = multadd(mlo, 10, 0);
796 Bfree(mlo); variable
    [all...]
gdtoa.c 171 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
175 mlo = NULL;
513 mlo = NULL;
655 /* Compute mlo -- check for special case
659 mlo = mhi;
664 Bcopy(mhi, mlo);
675 j = cmp(b, mlo);
712 if (mlo == mhi)
713 mlo = mhi1;
758 if (mlo == mhi) {
    [all...]
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions.h 734 const uint32 mlo = x1; // lower 32 bits of mantissa local
735 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 2388 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 2357 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
    [all...]
  /external/python/cpython2/Python/
dtoa.c 2388 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
    [all...]
  /external/python/cpython3/Python/
dtoa.c 2315 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
    [all...]

Completed in 2941 milliseconds