Searched refs:BCL_NUM (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/bc/src/ |
| H A D | library.c | 603 num = BCL_NUM(ctxt, n); in bcl_num_free() 627 dest = BCL_NUM(ctxt, d); in bcl_copy() 628 src = BCL_NUM(ctxt, s); in bcl_copy() 661 src = BCL_NUM(ctxt, s); in bcl_dup() 703 num = BCL_NUM(ctxt, n); in bcl_num_neg() 723 num = BCL_NUM(ctxt, n); in bcl_num_setNeg() 743 num = BCL_NUM(ctxt, n); in bcl_num_scale() 768 nptr = BCL_NUM(ctxt, n); in bcl_num_setScale() 801 num = BCL_NUM(ctxt, n); in bcl_num_len() 825 num = BCL_NUM(ctxt, n); in bcl_bigdig_helper() [all …]
|
| /src/contrib/bc/include/ |
| H A D | library.h | 86 #define BCL_NUM(c, n) ((BclNum*) bc_vec_item(&(c)->nums, BCL_NO_GEN(n))) macro 103 BclNum* ptr_ = BCL_NUM(c, bn); \ 175 #define BCL_NUM(c, n) ((BclNum*) bc_vec_item(&(c)->nums, (n).i)) macro
|