Searched refs:bc_num_divmod (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/bc/include/ |
H A D | num.h | 669 bc_num_divmod(BcNum* a, BcNum* b, BcNum* c, BcNum* d, size_t scale);
|
/freebsd/contrib/bc/src/ |
H A D | num.c | 3757 bc_num_divmod(&frac, &vm->max, &temp, &temp2, 0); in bc_num_rng() 3773 bc_num_divmod(&intn, &vm->max, &temp, &temp2, 0); in bc_num_rng() 4279 bc_num_divmod(BcNum* a, BcNum* b, BcNum* c, BcNum* d, size_t scale) in bc_num_divmod() function 4411 bc_num_divmod(&exp, &two, &exp, &temp, 0); in bc_num_modexp()
|
H A D | library.c | 1126 bc_num_divmod(BCL_NUM_NUM(aptr), BCL_NUM_NUM(bptr), BCL_NUM_NUM_NP(cnum), in bcl_divmod_helper()
|
H A D | program.c | 2145 bc_num_divmod(n1, n2, &res2->d.n, &res->d.n, BC_PROG_SCALE(p)); in bc_program_divmod()
|