Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dnum.c1003 bc_num_as(BcNum* a, BcNum* b, BcNum* restrict c, size_t sub) in bc_num_as() function
4013 bc_num_binary(a, b, c, false, bc_num_as, bc_num_addReq(a, b, scale)); in bc_num_add()
4021 bc_num_binary(a, b, c, true, bc_num_as, bc_num_addReq(a, b, scale)); in bc_num_sub()