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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dtoa.c 126 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
382 S = mhi = 0;
446 S = mhi = 0;
500 mhi = mlo = 0;
513 mhi = i2b(1);
514 if (mhi == NULL)
526 mhi = pow5mult(mhi, m5);
527 if (mhi == NULL)
529 b1 = mult(mhi, b)
    [all...]
gdtoa.c 162 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
387 S = mhi = 0;
454 S = mhi = 0;
510 mhi = mlo = 0;
536 mhi = i2b(1);
537 if (mhi == NULL)
549 mhi = pow5mult(mhi, m5);
550 if (mhi == NULL)
552 b1 = mult(mhi, b)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
dtoa.c 136 Bigint *b, *b1, *delta, *mhi, *S; local
381 S = mhi = 0;
445 S = mhi = 0;
494 mhi = mlo = 0;
507 mhi = i2b(1);
508 if (mhi == NULL)
520 mhi = pow5mult(mhi, m5);
521 if (mhi == NULL)
523 b1 = mult(mhi, b);
797 Bfree(mhi); variable
    [all...]
gdtoa.c 171 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
396 S = mhi = 0;
465 S = mhi = 0;
512 mhi = NULL;
537 mhi = i2b(1);
548 mhi = pow5mult(mhi, m5);
549 if (mhi == NULL)
551 b1 = mult(mhi, b);
627 mhi = multadd(mhi, 10, 0);
    [all...]
  /external/tensorflow/tensorflow/core/lib/random/
random_distributions.h 596 const uint32 mhi = x0 & 0xfffffu; // upper 20 bits of mantissa local
598 const uint64 man = (static_cast<uint64>(mhi) << 32) | mlo; // mantissa
  /external/opencv/cv/src/
cvmotempl.cpp 54 int *mhi = (int *) mhiIm; local
75 mhiStep /= sizeof(mhi[0]);
84 for( y = 0; y < size.height; y++, silIm += silStep, mhi += mhiStep )
87 int val = mhi[x];
92 mhi[x] = val;
95 for( y = 0; y < size.height; y++, silIm += silStep, mhi += mhiStep )
98 int val = mhi[x];
103 mhi[x] = val;
117 CvMat mhistub, *mhi = (CvMat*)mhimg; local
125 CV_CALL( mhi = cvGetMat( mhi, &mhistub ))
171 CvMat mhistub, *mhi = (CvMat*)mhiimg; local
294 CvMat mhistub, *mhi = (CvMat*)mhiimg; local
424 CvMat mhistub, *mhi = (CvMat*)mhiimg; local
    [all...]
  /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...]
  /external/v8/src/s390/
assembler-s390.cc 1513 void Assembler::mhi(Register r1, const Operand& opnd) { function in class:v8::internal::Assembler
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 369 milliseconds