Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Ddtoa.c44 * Balloc, multadd, s2b, i2b, mult, pow5mult, lshift, diff, d2b
312 powers of 5 of the form 5**2**i used by pow5mult.
690 pow5mult(Bigint *b, int k) in pow5mult() function
742 /* Version of pow5mult that doesn't cache powers of 5. Provided for
746 pow5mult(Bigint *b, int k) in pow5mult() function
1333 d = pow5mult(d, p5); in bigcomp()
1340 b = pow5mult(b, -p5); in bigcomp()
1874 bs = pow5mult(bs, bb5); in _Py_dg_strtod()
1892 bd = pow5mult(bd, bd5); in _Py_dg_strtod()
2605 mhi = pow5mult(mh in _Py_dg_dtoa()
[all...]
/third_party/FreeBSD/contrib/gdtoa/
H A Dgdtoaimp.h161 * in pow5mult, ensures lazy evaluation of only one copy of high
573 #define pow5mult __pow5mult_D2A macro
627 extern Bigint *pow5mult ANSI((Bigint*, int));
H A Dstrtodg.c751 bs = pow5mult(bs, bb5);
762 bd = pow5mult(bd, bd5);
H A Dstrtod.c646 bs = pow5mult(bs, bb5);
654 bd = pow5mult(bd, bd5);
H A Dmisc.c377 pow5mult in pow5mult() function

Completed in 8 milliseconds