HomeSort by: relevance | last modified time | path
    Searched defs:mhi (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/gdtoa/
dtoa.c 129 Bigint *b, *b1, *delta, *mhi, *S; local in function:dtoa
386 S = mhi = 0;
450 S = mhi = 0;
504 mhi = mlo = 0;
517 mhi = i2b(1);
518 if (mhi == NULL)
530 mhi = pow5mult(mhi, m5);
531 if (mhi == NULL)
533 b1 = mult(mhi, b)
    [all...]
gdtoa.c 166 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local in function:gdtoa
393 S = mhi = 0;
460 S = mhi = 0;
516 mhi = mlo = 0;
542 mhi = i2b(1);
553 mhi = pow5mult(mhi, m5);
554 if (mhi == NULL)
556 b1 = mult(mhi, b);
621 mhi = multadd(mhi, 10, 0)
    [all...]

Completed in 14 milliseconds