Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dnum.h717 bc_num_powReq(const BcNum* a, const BcNum* b, size_t scale);
/freebsd/contrib/bc/src/
H A Ddata.c1388 bc_num_powReq, bc_num_mulReq, bc_num_divReq,
H A Dlibrary.c1004 return bcl_binary(a, b, bc_num_pow, bc_num_powReq, true); in bcl_pow()
1010 return bcl_binary(a, b, bc_num_pow, bc_num_powReq, false); in bcl_pow_keep()
1505 bc_num_init(&pow, bc_num_powReq(&ten, &exp, 0)); in bcl_frandHelper()
H A Dnum.c4035 bc_num_powReq(const BcNum* a, const BcNum* b, size_t scale) in bc_num_powReq() function
4095 bc_num_binary(a, b, c, scale, bc_num_p, bc_num_powReq(a, b, scale)); in bc_num_pow()