Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/src/
H A Dnum.c1937 static void bc_num_left(BcNum *a, BcNum *b, BcNum *restrict c, size_t scale) { in bc_num_left() function
3562 bc_num_binary(a, b, c, scale, bc_num_left, bc_num_placesReq(a, b, scale)); in bc_num_lshift()