Home
last modified time | relevance | path

Searched refs:bc_num_mod (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/bc/include/
H A Dnum.h584 void bc_num_mod(BcNum *a, BcNum *b, BcNum *c, size_t scale);
/freebsd-13.1/contrib/bc/src/
H A Ddata.c1278 bc_num_pow, bc_num_mul, bc_num_div, bc_num_mod, bc_num_add, bc_num_sub,
H A Dlibrary.c672 return bcl_binary(a, b, bc_num_mod, bc_num_divReq); in bcl_mod()
H A Dnum.c3323 bc_num_mod(&temp2, &vm.max, &temp, 0); in bc_num_rng()
3540 void bc_num_mod(BcNum *a, BcNum *b, BcNum *c, size_t scale) { in bc_num_mod() function
H A Dprogram.c2039 bc_num_mod(&num, &p->strmb, &num, 0); in bc_program_asciifyNum()