Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dnum.h394 typedef size_t (*BcNumBinaryOpReq)(const BcNum* a, const BcNum* b, typedef
H A Dprogram.h454 extern const BcNumBinaryOpReq bc_program_opReqs[];
/freebsd/contrib/bc/src/
H A Ddata.c1387 const BcNumBinaryOpReq bc_program_opReqs[] = {
H A Dlibrary.c892 const BcNumBinaryOpReq req, bool destruct) in bcl_binary()