Searched refs:mhi (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dgdtoa.c162 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,
[all...]
H A Ddtoa.c126 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,
[all...]

Completed in 41 milliseconds