Searched refs:bc_num_powReq (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bc/include/ |
H A D | num.h | 717 bc_num_powReq(const BcNum* a, const BcNum* b, size_t scale);
|
/freebsd/contrib/bc/src/ |
H A D | data.c | 1388 bc_num_powReq, bc_num_mulReq, bc_num_divReq,
|
H A D | library.c | 1004 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 D | num.c | 4035 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()
|