Home
last modified time | relevance | path

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

/freebsd/contrib/bc/include/
H A Dnum.h371 typedef void (*BcNumBinaryOp)(BcNum* a, BcNum* b, BcNum* c, size_t scale); typedef
H A Dprogram.h443 extern const BcNumBinaryOp bc_program_ops[];
/freebsd/contrib/bc/src/
H A Ddata.c1318 const BcNumBinaryOp bc_program_ops[] = {
H A Dlibrary.c891 bcl_binary(BclNumber a, BclNumber b, const BcNumBinaryOp op, in bcl_binary()