Searched refs:BC_PROG_ONE_CAP (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/bc/include/
H A Dprogram.h57 #define BC_PROG_ONE_CAP (1) macro
105 BcDig zero_num[BC_PROG_ONE_CAP];
106 BcDig one_num[BC_PROG_ONE_CAP];
/freebsd-13-stable/contrib/bc/src/
H A Dprogram.c1765 bc_num_setup(&p->zero, p->zero_num, BC_PROG_ONE_CAP);
1767 bc_num_setup(&p->one, p->one_num, BC_PROG_ONE_CAP);

Completed in 96 milliseconds