Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/src/
H A Dnum.c4091 bc_num_pow(BcNum* a, BcNum* b, BcNum* c, size_t scale) in bc_num_pow() function
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c2284 BcStatus bc_num_pow(BcNum *a, BcNum *b, BcNum *c, size_t scale) { in bc_num_pow() function