Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bc/include/
HDnum.h834 bc_num_print(BcNum* restrict n, BcBigDig base, bool newline);
/freebsd-14-stable/contrib/bc/src/
HDlibrary.c1389 bc_num_print(BCL_NUM_NUM(nptr), (BcBigDig) ctxt->obase, false); in bcl_string_helper()
HDprogram.c998 bc_num_print(n, BC_PROG_OBASE(p), !pop); in bc_program_print()
HDnum.c3561 bc_num_print(BcNum* restrict n, BcBigDig base, bool newline) in bc_num_print() function