Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Ddtoa.c520 mhi = pow5mult(mhi, m5);
530 b = pow5mult(b, j);
535 b = pow5mult(b, b5);
543 S = pow5mult(S, s5);
Dgdtoa.c548 mhi = pow5mult(mhi, m5); in gdtoa()
558 b = pow5mult(b, j); in gdtoa()
564 b = pow5mult(b, b5); in gdtoa()
573 S = pow5mult(S, s5); in gdtoa()
Dgdtoaimp.h526 #define pow5mult __pow5mult_D2A macro
577 extern Bigint *pow5mult (Bigint*, int);
Dstrtod.c612 bs = pow5mult(bs, bb5); in strtod()
627 bd = pow5mult(bd, bd5); in strtod()
Dstrtodg.c696 bs = pow5mult(bs, bb5); in strtodg()
714 bd = pow5mult(bd, bd5); in strtodg()
Dmisc.c389 pow5mult in pow5mult() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c719 pow5mult(Bigint *b, int k) in pow5mult() function
775 pow5mult(Bigint *b, int k) in pow5mult() function
1414 d = pow5mult(d, p5); in bigcomp()
1421 b = pow5mult(b, -p5); in bigcomp()
1917 bs = pow5mult(bs, bb5); in _Py_dg_strtod()
1944 bd = pow5mult(bd, bd5); in _Py_dg_strtod()
2663 mhi = pow5mult(mhi, m5); in _Py_dg_dtoa()
2673 b = pow5mult(b, j); in _Py_dg_dtoa()
2679 b = pow5mult(b, b5); in _Py_dg_dtoa()
2688 S = pow5mult(S, s5); in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c736 pow5mult(Bigint *b, int k) in pow5mult() function
792 pow5mult(Bigint *b, int k) in pow5mult() function
1431 d = pow5mult(d, p5); in bigcomp()
1438 b = pow5mult(b, -p5); in bigcomp()
1948 bs = pow5mult(bs, bb5); in _Py_dg_strtod()
1975 bd = pow5mult(bd, bd5); in _Py_dg_strtod()
2694 mhi = pow5mult(mhi, m5); in _Py_dg_dtoa()
2704 b = pow5mult(b, j); in _Py_dg_dtoa()
2710 b = pow5mult(b, b5); in _Py_dg_dtoa()
2719 S = pow5mult(S, s5); in _Py_dg_dtoa()