Searched refs:bc_num_print (Results 1 – 4 of 4) sorted by relevance
834 bc_num_print(BcNum* restrict n, BcBigDig base, bool newline);
1389 bc_num_print(BCL_NUM_NUM(nptr), (BcBigDig) ctxt->obase, false); in bcl_string_helper()
998 bc_num_print(n, BC_PROG_OBASE(p), !pop); in bc_program_print()
3561 bc_num_print(BcNum* restrict n, BcBigDig base, bool newline) in bc_num_print() function