Home
last modified time | relevance | path

Searched refs:BcNumBinOp (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/bc/include/
Dnum.h379 typedef void (*BcNumBinOp)(BcNum* a, BcNum* b, BcNum* restrict c, size_t scale); typedef
/freebsd-12-stable/contrib/bc/src/
Dnum.c1984 BcNumBinOp op, size_t req) in bc_num_binary()