Home
last modified time | relevance | path

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

/external/bc/src/
Dlibrary.c477 BC_FUNC_FOOTER(e); in bcl_num_setScale()
591 BC_FUNC_FOOTER(e); in bcl_binary()
656 BC_FUNC_FOOTER(e); in bcl_sqrt()
712 BC_FUNC_FOOTER(e); in bcl_divmod()
715 BC_FUNC_FOOTER(e); in bcl_divmod()
771 BC_FUNC_FOOTER(e); in bcl_modexp()
866 BC_FUNC_FOOTER(e); in bcl_parse()
943 BC_FUNC_FOOTER(e); in bcl_irand()
1010 BC_FUNC_FOOTER(e); in bcl_frand()
1080 BC_FUNC_FOOTER(e); in bcl_ifrand()
[all …]
/external/bc/include/
Dlibrary.h83 #define BC_FUNC_FOOTER(e) \ macro