Searched refs:bc_num_powReq (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/bc/include/ |
| D | num.h | 685 size_t bc_num_powReq(const BcNum *a, const BcNum *b, size_t scale);
|
| /freebsd-12-stable/contrib/bc/src/ |
| D | data.c | 1286 bc_num_powReq, bc_num_mulReq, bc_num_divReq, bc_num_divReq,
|
| D | library.c | 670 return bcl_binary(a, b, bc_num_pow, bc_num_powReq); in bcl_pow() 1056 bc_num_init(&pow, bc_num_powReq(&ten, &exp, 0)); in bcl_frandHelper()
|
| D | num.c | 3504 size_t bc_num_powReq(const BcNum *a, const BcNum *b, size_t scale) { in bc_num_powReq() function 3549 bc_num_binary(a, b, c, scale, bc_num_p, bc_num_powReq(a, b, scale)); in bc_num_pow()
|