Searched defs:mhi (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Ddtoa.c136 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,
797 Bfree(mhi); variable
[all...]
H A Dgdtoa.c161 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
384 S = mhi = 0;
453 S = mhi = 0;
500 mhi = mlo = 0;
524 mhi = i2b(1);
535 mhi = pow5mult(mhi, m5);
536 if (mhi == NULL)
538 b1 = mult(mhi, b);
614 mhi
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprdtoa.c2765 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
3005 S = mhi = 0;
3069 S = mhi = 0;
3118 mhi = mlo = 0;
3131 mhi = i2b(1);
3142 mhi = pow5mult(mhi, m5);
3143 b1 = mult(mhi, b);
3212 mhi = multadd(mhi, 1
[all...]

Completed in 38 milliseconds