Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Dcompare.c42 bcmath_compare_result _bc_do_compare(bc_num n1, bc_num n2, size_t scale, bool use_sign) in _bc_do_compare()
142 bcmath_compare_result bc_compare(bc_num n1, bc_num n2, size_t scale) in bc_compare()
H A Dprivate.h72 bcmath_compare_result _bc_do_compare (bc_num n1, bc_num n2, size_t scale, bool use_sign);
H A Dbcmath.h110 } bcmath_compare_result; typedef
112 bcmath_compare_result bc_compare(bc_num n1, bc_num n2, size_t scale);
H A Dsqrt.c54 bcmath_compare_result num_cmp_one = bc_compare(local_num, BCG(_one_), local_num->n_scale); in bc_sqrt()

Completed in 9 milliseconds