Searched refs:BC_NUM (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/bc/src/
H A Dlibrary.c327 num = BC_NUM(ctxt, n);
346 dest = BC_NUM(ctxt, d);
347 src = BC_NUM(ctxt, s);
377 src = BC_NUM(ctxt, s);
415 num = BC_NUM(ctxt, n);
431 num = BC_NUM(ctxt, n);
447 num = BC_NUM(ctxt, n);
468 nptr = BC_NUM(ctxt, n);
493 num = BC_NUM(ctxt, n);
513 num = BC_NUM(ctx
[all...]
/freebsd-13-stable/contrib/bc/include/
H A Dlibrary.h150 #define BC_NUM(c, n) ((BcNum*) bc_vec_item(&(c)->nums, (n).i)) macro

Completed in 103 milliseconds