Home
last modified time | relevance | path

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

/PHP-5.4/ext/bcmath/libbcmath/src/
H A Dsqrt.c52 cmp_res = bc_compare (*num, BCG(_zero_)); in bc_sqrt()
64 cmp_res = bc_compare (*num, BCG(_one_)); in bc_sqrt()
H A Dcompare.c156 bc_compare (n1, n2) in bc_compare() function
H A Dbcmath.h120 _PROTOTYPE(int bc_compare, (bc_num n1, bc_num n2));
/PHP-5.4/ext/bcmath/
H A Dbcmath.c544 Z_LVAL_P(return_value) = bc_compare(first, second); in PHP_FUNCTION()

Completed in 25 milliseconds