Searched refs:BC_NUM (Results 1 – 2 of 2) sorted by relevance
/external/bc/src/ |
D | library.c | 327 num = BC_NUM(ctxt, n); in bcl_num_free() 346 dest = BC_NUM(ctxt, d); in bcl_copy() 347 src = BC_NUM(ctxt, s); in bcl_copy() 377 src = BC_NUM(ctxt, s); in bcl_dup() 415 num = BC_NUM(ctxt, n); in bcl_num_neg() 431 num = BC_NUM(ctxt, n); in bcl_num_setNeg() 447 num = BC_NUM(ctxt, n); in bcl_num_scale() 468 nptr = BC_NUM(ctxt, n); in bcl_num_setScale() 493 num = BC_NUM(ctxt, n); in bcl_num_len() 513 num = BC_NUM(ctxt, n); in bcl_bigdig() [all …]
|
/external/bc/include/ |
D | library.h | 150 #define BC_NUM(c, n) ((BcNum*) bc_vec_item(&(c)->nums, (n).i)) macro
|