Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dbc.c162 typedef BcStatus (*BcNumBinaryOp)(BcNum*, BcNum*, BcNum*, size_t); typedef
772 BcNumBinaryOp bc_program_ops[] = {
1792 BcNumBinaryOp op, size_t req) in bc_num_binary()
2174 BcNumBinaryOp op = (!a->neg == !b->neg) ? bc_num_a : bc_num_s; in bc_num_add()
2179 BcNumBinaryOp op = (!a->neg == !b->neg) ? bc_num_s : bc_num_a; in bc_num_sub()