Searched refs:BcNumBinaryOp (Results 1 – 5 of 5) sorted by relevance
160 extern const BcNumBinaryOp bc_program_ops[];
154 typedef BcStatus (*BcNumBinaryOp)(BcNum*, BcNum*, BcNum*, size_t); typedef
873 const BcNumBinaryOp bc_program_ops[] = {
1347 BcNumBinaryOp op, size_t req) in bc_num_binary()
162 typedef BcStatus (*BcNumBinaryOp)(BcNum*, BcNum*, BcNum*, size_t); typedef773 BcNumBinaryOp bc_program_ops[] = {1794 BcNumBinaryOp op, size_t req) in bc_num_binary()2176 BcNumBinaryOp op = (!a->neg == !b->neg) ? bc_num_a : bc_num_s; in bc_num_add()2181 BcNumBinaryOp op = (!a->neg == !b->neg) ? bc_num_s : bc_num_a; in bc_num_sub()