Home
last modified time | relevance | path

Searched refs:mhi1 (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoa.c162 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
702 mhi1 = multadd(mhi, 10, 0);
703 if (mhi1 == NULL)
706 mlo = mhi1;
707 mhi = mhi1;