Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c1939 static void bc_num_printDecimal(BcNum *n) { in bc_num_printDecimal() function
4823 else if (p->ob_t == 10) bc_num_printDecimal(n); in bc_program_print()