Searched refs:BC_NUM_MIN_BASE (Results 1 – 4 of 4) sorted by relevance
151 #define BC_NUM_MIN_BASE (BC_NUM_BIGDIG_C(2)) macro
452 if (ibase < BC_NUM_MIN_BASE) ibase = BC_NUM_MIN_BASE; in bcl_ctxt_setIbase()
3545 assert(base >= BC_NUM_MIN_BASE && base <= vm->maxes[BC_PROG_GLOBALS_IBASE]); in bc_num_parse()3565 assert(BC_ENABLE_EXTRA_MATH || base >= BC_NUM_MIN_BASE); in bc_num_print()
1385 min = BC_NUM_MIN_BASE; in bc_program_assignBuiltin()