Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bc/include/
HDvm.h229 #define BC_DIGIT_CLAMP (vm->flags & BC_FLAG_DIGIT_CLAMP) macro
405 #define BC_DIGIT_CLAMP (vm->digit_clamp) macro
/freebsd-14-stable/contrib/bc/src/
HDnum.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()
HDprogram.c656 size_t len = strlen(c->val) + (BC_DIGIT_CLAMP == 0); in bc_program_const()
/freebsd-14-stable/contrib/bc/gen/
HDbc_help.txt251 BC_DIGIT_CLAMP
/freebsd-14-stable/contrib/bc/manuals/
HDbuild.md682 | bc.digit_clamp | Whether to have bc | 0 | BC_DIGIT_CLAMP |