Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dnum.c261 bc_num_nonZeroLen(const BcNum* restrict n) in bc_num_nonZeroLen() function
290 size_t i, places, idx = bc_num_nonZeroLen(n) - 1; in bc_num_negPow10()
1966 if (cpardx == cpa.len) cpa.len = bc_num_nonZeroLen(&cpa); in bc_num_d()
1967 if (BC_NUM_RDX_VAL_NP(cpb) == cpb.len) cpb.len = bc_num_nonZeroLen(&cpb); in bc_num_d()
3516 len = bc_num_nonZeroLen(n); in bc_num_len()