Home
last modified time | relevance | path

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

/PHP-7.1/ext/bcmath/libbcmath/src/
H A Draise.c90 bc_multiply (power, power, &power, pwrscale); in bc_raise()
101 bc_multiply (power, power, &power, pwrscale); in bc_raise()
104 bc_multiply (temp, power, &temp, calcscale); in bc_raise()
H A Draisemod.c96 bc_multiply (temp, power, &temp, rscale); in bc_raisemod()
100 bc_multiply (power, power, &power, rscale); in bc_raisemod()
H A Dsqrt.c94 bc_multiply (guess1, point5, &guess1, 0); in bc_sqrt()
109 bc_multiply (guess, point5, &guess, cscale); in bc_sqrt()
H A Ddivmod.c65 bc_multiply (temp, num2, &temp, rscale); in bc_divmod()
H A Doutput.c186 bc_multiply (frac_part, base, &frac_part, num->n_scale); in bc_out_num()
196 bc_multiply (t_num, base, &t_num, 0); in bc_out_num()
H A Dbcmath.h132 _PROTOTYPE(void bc_multiply, (bc_num n1, bc_num n2, bc_num *prod, int scale));
H A Drecmul.c278 bc_multiply (bc_num n1, bc_num n2, bc_num *prod, int scale) in bc_multiply() function
/PHP-7.1/ext/bcmath/
H A Dbcmath.c324 bc_multiply (first, second, &result, scale); in PHP_FUNCTION()

Completed in 11 milliseconds