Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/bc/include/
Dnum.h685 size_t bc_num_powReq(const BcNum *a, const BcNum *b, size_t scale);
/freebsd-12-stable/contrib/bc/src/
Ddata.c1286 bc_num_powReq, bc_num_mulReq, bc_num_divReq, bc_num_divReq,
Dlibrary.c670 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()
Dnum.c3504 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()