Searched refs:bc_num_modexp (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/bc/include/ |
| H A D | num.h | 744 void bc_num_modexp(BcNum *a, BcNum *b, BcNum *c, BcNum *restrict d);
|
| /freebsd-13.1/contrib/bc/src/ |
| H A D | library.c | 833 bc_num_modexp(aptr, bptr, cptr, &d); in bcl_modexp()
|
| H A D | program.c | 2003 bc_num_modexp(n1, n2, n3, &res->d.n); in bc_program_modexp()
|
| H A D | num.c | 3784 void bc_num_modexp(BcNum *a, BcNum *b, BcNum *c, BcNum *restrict d) { in bc_num_modexp() function
|