Searched refs:BC_NUM_MIN_BASE (Results 1 – 4 of 4) sorted by relevance
111 #define BC_NUM_MIN_BASE (BC_NUM_BIGDIG_C(2)) macro
231 if (ibase < BC_NUM_MIN_BASE) ibase = BC_NUM_MIN_BASE; in bcl_ctxt_setIbase()
2164 assert(base >= BC_NUM_MIN_BASE && base <= vm.maxes[BC_PROG_GLOBALS_IBASE]); in bc_num_parse()2180 assert(BC_ENABLE_EXTRA_MATH || base >= BC_NUM_MIN_BASE); in bc_num_print()
917 min = BC_NUM_MIN_BASE; in bc_program_assign()