Home
last modified time | relevance | path

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

/third_party/python/Python/
Ddtoa.c689 pow5mult(Bigint *b, int k) in pow5mult() function
745 pow5mult(Bigint *b, int k) in pow5mult() function
1332 d = pow5mult(d, p5); in bigcomp()
1339 b = pow5mult(b, -p5); in bigcomp()
1873 bs = pow5mult(bs, bb5); in _Py_dg_strtod()
1891 bd = pow5mult(bd, bd5); in _Py_dg_strtod()
2604 mhi = pow5mult(mhi, m5); in _Py_dg_dtoa()
2614 b = pow5mult(b, j); in _Py_dg_dtoa()
2620 b = pow5mult(b, b5); in _Py_dg_dtoa()
2629 S = pow5mult(S, s5); in _Py_dg_dtoa()
/third_party/FreeBSD/contrib/gdtoa/
Dgdtoaimp.h573 #define pow5mult __pow5mult_D2A macro
627 extern Bigint *pow5mult ANSI((Bigint*, int));
Dstrtod.c646 bs = pow5mult(bs, bb5);
654 bd = pow5mult(bd, bd5);
Dstrtodg.c751 bs = pow5mult(bs, bb5);
762 bd = pow5mult(bd, bd5);
Dmisc.c377 pow5mult in pow5mult() function