Searched refs:BC_MAYBE_SETUP (Results 1 – 2 of 2) sorted by relevance
/external/bc/src/ |
D | library.c | 564 BC_MAYBE_SETUP(ctxt, e, n, idx); in bcl_num_create() 672 BC_MAYBE_SETUP(ctxt, e, dest, idx); in bcl_dup() 875 BC_MAYBE_SETUP(ctxt, e, n, idx); in bcl_bigdig2num() 936 BC_MAYBE_SETUP(ctxt, e, c, idx); in bcl_binary() 1069 BC_MAYBE_SETUP(ctxt, e, b, idx); in bcl_sqrt_helper() 1231 BC_MAYBE_SETUP(ctxt, e, d, idx); in bcl_modexp_helper() 1358 BC_MAYBE_SETUP(ctxt, e, n, idx); in bcl_parse() 1461 BC_MAYBE_SETUP(ctxt, e, b, idx); in bcl_irand_helper() 1546 BC_MAYBE_SETUP(ctxt, e, n, idx); in bcl_frand() 1624 BC_MAYBE_SETUP(ctxt, e, b, idx); in bcl_ifrand_helper() [all …]
|
/external/bc/include/ |
D | library.h | 233 #define BC_MAYBE_SETUP(c, e, bn, idx) \ macro
|