Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dnum.h772 bc_num_cmp(const BcNum* a, const BcNum* b);
/freebsd/contrib/bc/src/
H A Dnum.c458 bc_num_cmp(const BcNum* a, const BcNum* b) in bc_num_cmp() function
3578 assert(bc_num_cmp(n, &vm->max) < 0); in bc_num_bigdig2()
3625 if (BC_ERR(bc_num_cmp(n, &vm->max) >= 0)) bc_err(BC_ERR_MATH_OVERFLOW); in bc_num_bigdig()
3738 if (bc_num_cmp(&temp, &vm->max) >= 0) in bc_num_rng()
4197 while (bc_num_cmp(x1, x0)) in bc_num_sqrt()
H A Dlibrary.c1269 return bc_num_cmp(BCL_NUM_NUM(aptr), BCL_NUM_NUM(bptr)); in bcl_cmp()
H A Dprogram.c1111 cmp = bc_num_cmp(n1, n2); in bc_program_logical()