Searched refs:pow5mult (Results 1 - 5 of 5) sorted by relevance
/third_party/python/Python/ |
H A D | dtoa.c | 44 * 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 D | gdtoaimp.h | 161 * 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 D | strtodg.c | 751 bs = pow5mult(bs, bb5); 762 bd = pow5mult(bd, bd5);
|
H A D | strtod.c | 646 bs = pow5mult(bs, bb5); 654 bd = pow5mult(bd, bd5);
|
H A D | misc.c | 377 pow5mult in pow5mult() function
|
Completed in 13 milliseconds