Home
last modified time | relevance | path

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

/aosp_15_r20/external/bc/include/
H A Dnum.h371 typedef void (*BcNumBinaryOp)(BcNum* a, BcNum* b, BcNum* c, size_t scale); typedef
/aosp_15_r20/external/toybox/toys/pending/
H A Dbc.c165 typedef BcStatus (*BcNumBinaryOp)(BcNum*, BcNum*, BcNum*, size_t); typedef