Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Dbc.c1675 static FAST_FUNC BC_STATUS zbc_num_a(BcNum *a, BcNum *b, BcNum *restrict c, size_t scale);
1684 BcNumBinaryOp op = (!a->neg == !b->neg) ? zbc_num_a : zbc_num_s; in zbc_num_add()
1691 BcNumBinaryOp op = (!a->neg == !b->neg) ? zbc_num_s : zbc_num_a; in zbc_num_sub()
1742 static FAST_FUNC BC_STATUS zbc_num_a(BcNum *a, BcNum *b, BcNum *restrict c, size_t sub) in zbc_num_a() function