Searched refs:BC_PROG_SCALE (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/bc/src/ |
| H A D | program.c | 702 bc_num_init(&res->d.n, bc_program_opReqs[idx](n1, n2, BC_PROG_SCALE(p))); in bc_program_op() 710 bc_program_ops[idx](n1, n2, &res->d.n, BC_PROG_SCALE(p)); in bc_program_op() 1524 BcBigDig scale = BC_PROG_SCALE(p); in bc_program_assign() 1990 if (inst == BC_INST_SQRT) bc_num_sqrt(num, &res->d.n, BC_PROG_SCALE(p)); in bc_program_builtin() 2134 req = bc_num_mulReq(n1, n2, BC_PROG_SCALE(p)); in bc_program_divmod() 2145 bc_num_divmod(n1, n2, &res2->d.n, &res->d.n, BC_PROG_SCALE(p)); in bc_program_divmod()
|
| /freebsd-14.2/contrib/bc/include/ |
| H A D | program.h | 196 #define BC_PROG_SCALE(p) ((p)->globals[BC_PROG_GLOBALS_SCALE]) macro
|