Home
last modified time | relevance | path

Searched defs:bc_num_extend (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/bc/src/
H A Dnum.c619 bc_num_extend(BcNum* restrict n, size_t places) in bc_num_extend() function
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c1330 static void bc_num_extend(BcNum *n, size_t places) { in bc_num_extend() function