Home
last modified time | relevance | path

Searched refs:bc_num_print (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bc/include/
H A Dnum.h834 bc_num_print(BcNum* restrict n, BcBigDig base, bool newline);
/freebsd/contrib/bc/src/
H A Dlibrary.c1389 bc_num_print(BCL_NUM_NUM(nptr), (BcBigDig) ctxt->obase, false); in bcl_string_helper()
H A Dprogram.c1008 bc_num_print(n, BC_PROG_OBASE(p), !pop); in bc_program_print()
H A Dnum.c3562 bc_num_print(BcNum* restrict n, BcBigDig base, bool newline) in bc_num_print() function