Home
last modified time | relevance | path

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

/external/bc/include/
Dnum.h363 typedef void (*BcNumBinaryOp)(BcNum* a, BcNum* b, BcNum* c, size_t scale); typedef
/external/toybox/toys/pending/
Dbc.c167 typedef BcStatus (*BcNumBinaryOp)(BcNum*, BcNum*, BcNum*, size_t); typedef