Searched refs:pow5mult (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/gdtoa/
H A Ddtoa.c520 mhi = pow5mult(mhi, m5);
526 b = pow5mult(b, j);
529 b = pow5mult(b, b5);
533 S = pow5mult(S, s5);
H A Dgdtoa.c541 mhi = pow5mult(mhi, m5);
547 b = pow5mult(b, j);
550 b = pow5mult(b, b5);
554 S = pow5mult(S, s5);
H A Dgdtoaimp.h161 * in pow5mult, ensures lazy evaluation of only one copy of high
576 #define pow5mult __pow5mult_D2A macro
630 extern Bigint *pow5mult ANSI((Bigint*, int));
H A Dstrtod.c646 bs = pow5mult(bs, bb5);
654 bd = pow5mult(bd, bd5);
H A Dstrtodg.c751 bs = pow5mult(bs, bb5);
762 bd = pow5mult(bd, bd5);
H A Dmisc.c377 pow5mult function

Completed in 78 milliseconds