Searched refs:mlo (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
D | gdtoa.c | 162 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local 510 mhi = mlo = 0; 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); 757 if (mlo == NULL) [all …]
|
D | dtoa.c | 126 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local 500 mhi = mlo = 0; 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); 756 if (mlo == NULL) [all …]
|