Home
last modified time | relevance | path

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

/src/contrib/bc/src/
H A Dnum.c816 bc_num_shiftLeft(BcNum* restrict n, size_t places) in bc_num_shiftLeft() function
1569 bc_num_shiftLeft(&cpa, ardx); in bc_num_m()
1572 bc_num_shiftLeft(&cpb, brdx); in bc_num_m()
1603 bc_num_shiftLeft(c, (len - c->len) * BC_BASE_DIGS); in bc_num_m()
1680 bc_num_shiftLeft(a, pow); in bc_num_divExtend()
1681 bc_num_shiftLeft(b, pow); in bc_num_divExtend()
2244 bc_num_shiftLeft(c, (size_t) val); in bc_num_left()
2927 bc_num_shiftLeft(&temp, places); in bc_num_printExponent()
4231 bc_num_shiftLeft(x0, pow / 2); in bc_num_sqrt()