Searched refs:bc_num_as (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bc/src/ |
H A D | num.c | 1052 bc_num_as(BcNum* a, BcNum* b, BcNum* restrict c, size_t sub) in bc_num_as() function 4055 bc_num_binary(a, b, c, false, bc_num_as, bc_num_addReq(a, b, scale)); in bc_num_add() 4063 bc_num_binary(a, b, c, true, bc_num_as, bc_num_addReq(a, b, scale)); in bc_num_sub()
|