Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dnum.h782 bc_num_modexp(BcNum* a, BcNum* b, BcNum* c, BcNum* restrict d);
/freebsd/contrib/bc/src/
H A Dlibrary.c1217 bc_num_modexp(BCL_NUM_NUM(aptr), BCL_NUM_NUM(bptr), BCL_NUM_NUM(cptr), in bcl_modexp_helper()
H A Dprogram.c2220 bc_num_modexp(n1, n2, n3, &res->d.n); in bc_program_modexp()
H A Dnum.c4360 bc_num_modexp(BcNum* a, BcNum* b, BcNum* c, BcNum* restrict d) in bc_num_modexp() function