Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/bc/include/
H A Dprogram.h166 #define BC_PROG_IBASE(p) ((p)->globals[BC_PROG_GLOBALS_IBASE]) macro
/freebsd-13.1/contrib/bc/src/
H A Dprogram.c593 BcBigDig base = BC_PROG_IBASE(p); in bc_program_const()