Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/include/
H A Dnum.h744 void bc_num_modexp(BcNum *a, BcNum *b, BcNum *c, BcNum *restrict d);
/freebsd-13.1/contrib/bc/src/
H A Dlibrary.c833 bc_num_modexp(aptr, bptr, cptr, &d); in bcl_modexp()
H A Dprogram.c2003 bc_num_modexp(n1, n2, n3, &res->d.n); in bc_program_modexp()
H A Dnum.c3784 void bc_num_modexp(BcNum *a, BcNum *b, BcNum *c, BcNum *restrict d) { in bc_num_modexp() function