Home
last modified time | relevance | path

Searched refs:bc_compare (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/ext/bcmath/libbcmath/src/
H A Dcompare.c142 bcmath_compare_result bc_compare(bc_num n1, bc_num n2, size_t scale) in bc_compare() function
H A Dsqrt.c54 bcmath_compare_result num_cmp_one = bc_compare(local_num, BCG(_one_), local_num->n_scale); in bc_sqrt()
H A Dbcmath.h117 bcmath_compare_result bc_compare(bc_num n1, bc_num n2, size_t scale);
/PHP-8.4/ext/bcmath/
H A Dbcmath.c710 RETVAL_LONG(bc_compare(first, second, scale)); in PHP_FUNCTION()
1345 ret = bc_compare(n1, n2, MAX(n1->n_scale, n2->n_scale)); in bcmath_number_compare()
1726 zend_long ret = bc_compare(intern->num, num, scale); in PHP_METHOD()

Completed in 11 milliseconds