Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bc/include/
HDnum.h394 typedef size_t (*BcNumBinaryOpReq)(const BcNum* a, const BcNum* b, typedef
HDprogram.h446 extern const BcNumBinaryOpReq bc_program_opReqs[];
/freebsd-14-stable/contrib/bc/src/
HDdata.c1387 const BcNumBinaryOpReq bc_program_opReqs[] = {
HDlibrary.c892 const BcNumBinaryOpReq req, bool destruct) in bcl_binary()