Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Draisemod.c79 bc_multiply_ex(temp, power, &temp, scale); in bc_raisemod()
82 bc_multiply_ex(power, power, &power, scale); in bc_raisemod()
H A Dsqrt.c84 bc_multiply_ex(guess1, point5, &guess1, 0); in bc_sqrt()
98 bc_multiply_ex(guess, point5, &guess, cscale); in bc_sqrt()
H A Ddivmod.c64 bc_multiply_ex(temp, num2, &temp, rscale); in bc_divmod()
H A Draise.c88 bc_multiply_ex(temp, power, &temp, calcscale); in bc_raise()
H A Dbcmath.h142 #define bc_multiply_ex(n1, n2, result, scale_min) do { \ macro

Completed in 14 milliseconds