Home
last modified time | relevance | path

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

/PHP-8.3/ext/bcmath/libbcmath/src/
H A Dsqrt.c42 int cmp_res = bc_compare(*num, BCG(_zero_)); in bc_sqrt()
52 cmp_res = bc_compare(*num, BCG(_one_)); in bc_sqrt()
H A Dcompare.c142 int bc_compare(bc_num n1, bc_num n2) in bc_compare() function
H A Dbcmath.h106 int bc_compare(bc_num n1, bc_num n2);
/PHP-8.3/ext/bcmath/
H A Dbcmath.c637 RETVAL_LONG(bc_compare(first, second)); in PHP_FUNCTION()

Completed in 10 milliseconds