Home
last modified time | relevance | path

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

/PHP-8.2/ext/bcmath/libbcmath/src/
H A Draise.c95 bc_multiply (power, power, &power, pwrscale); in bc_raise()
106 bc_multiply (power, power, &power, pwrscale); in bc_raise()
109 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.c93 bc_multiply (guess1, point5, &guess1, 0); in bc_sqrt()
108 bc_multiply (guess, point5, &guess, cscale); in bc_sqrt()
H A Doutput.c172 bc_multiply (frac_part, base, &frac_part, num->n_scale); in bc_out_num()
182 bc_multiply (t_num, base, &t_num, 0); in bc_out_num()
H A Ddivmod.c64 bc_multiply (temp, num2, &temp, rscale); in bc_divmod()
H A Dbcmath.h123 void bc_multiply(bc_num n1, bc_num n2, bc_num *prod, int scale);
H A Drecmul.c266 bc_multiply (bc_num n1, bc_num n2, bc_num *prod, int scale) in bc_multiply() function
/PHP-8.2/ext/bcmath/
H A Dbcmath.c293 bc_multiply (first, second, &result, scale); in PHP_FUNCTION()

Completed in 35 milliseconds