Home
last modified time | relevance | path

Searched refs:BC_DIGIT_CLAMP (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bc/include/
H A Dvm.h229 #define BC_DIGIT_CLAMP (vm->flags & BC_FLAG_DIGIT_CLAMP) macro
405 #define BC_DIGIT_CLAMP (vm->digit_clamp) macro
/freebsd/contrib/bc/src/
H A Dnum.c2416 if (BC_DIGIT_CLAMP) in bc_num_parseChar()
2491 bc_num_expand(n, n->len + !BC_DIGIT_CLAMP); in bc_num_parseDecimal()
2493 memset(n->num, 0, BC_NUM_SIZE(n->len + !BC_DIGIT_CLAMP)); in bc_num_parseDecimal()
2529 if (!BC_DIGIT_CLAMP) c = BC_NUM_NUM_LETTER(c); in bc_num_parseDecimal()
2540 assert(!BC_DIGIT_CLAMP); in bc_num_parseDecimal()
2562 n->len += (!BC_DIGIT_CLAMP && n->num[n->len] != 0); in bc_num_parseDecimal()
H A Dprogram.c656 size_t len = strlen(c->val) + (BC_DIGIT_CLAMP == 0); in bc_program_const()
/freebsd/contrib/bc/gen/
H A Dbc_help.txt251 BC_DIGIT_CLAMP
/freebsd/contrib/bc/manuals/
H A Dbuild.md682 | bc.digit_clamp | Whether to have bc | 0 | BC_DIGIT_CLAMP |
/freebsd/contrib/bc/
H A DNEWS.md282 manual][13]), it can be set with the `BC_DIGIT_CLAMP` and `DC_DIGIT_CLAMP`