Searched refs:bc_compare (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/bcmath/libbcmath/src/ |
H A D | compare.c | 142 bcmath_compare_result bc_compare(bc_num n1, bc_num n2, size_t scale) in bc_compare() function
|
H A D | sqrt.c | 54 bcmath_compare_result num_cmp_one = bc_compare(local_num, BCG(_one_), local_num->n_scale); in bc_sqrt()
|
H A D | bcmath.h | 112 bcmath_compare_result bc_compare(bc_num n1, bc_num n2, size_t scale);
|
/php-src/ext/bcmath/ |
H A D | bcmath.c | 710 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 13 milliseconds