Home
last modified time | relevance | path

Searched refs:bc_divide (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Dsqrt.c96 bc_divide(*num, guess, &guess, cscale); in bc_sqrt()
111 bc_divide(guess, BCG(_one_), num, rscale); in bc_sqrt()
H A Ddivmod.c60 bc_divide(num1, num2, &temp, 0); in bc_divmod()
H A Draise.c95 bc_divide(BCG(_one_), temp, result, rscale); in bc_raise()
H A Dbcmath.h150 bool bc_divide(bc_num n1, bc_num n2, bc_num *quot, size_t scale);
H A Ddiv.c331 bool bc_divide(bc_num numerator, bc_num divisor, bc_num *quot, size_t scale) in bc_divide() function
/php-src/ext/bcmath/
H A Dbcmath.c367 if (!bc_divide(first, second, &result, scale)) { in PHP_FUNCTION()
1070 if (!bc_divide(n1, n2, ret, *scale)) { in bcmath_number_div_internal()

Completed in 24 milliseconds