Polly 20.0.0git
|
Public Attributes | |
mp_int * | elts |
mp_size | alloc |
mp_size | used |
mp_int * | mem |
char ** | names |
mp_size | mslots |
mp_size | mused |
FILE * | ifp |
char * | ibuf |
int | buflen |
mp_size cstate_t::alloc |
Definition at line 52 of file imcalc.c.
Referenced by stack_push(), state_clear(), and state_init().
int cstate_t::buflen |
Definition at line 64 of file imcalc.c.
Referenced by cf_recall(), cf_store(), run_file(), state_clear(), and state_init().
mp_int* cstate_t::elts |
Definition at line 51 of file imcalc.c.
Referenced by cf_abs(), cf_add(), cf_cmpeq(), cf_cmpge(), cf_cmpgt(), cf_cmple(), cf_cmplt(), cf_cmpne(), cf_copy(), cf_dec(), cf_div(), cf_divmod(), cf_dup(), cf_expt(), cf_exptmod(), cf_fact(), cf_gcd(), cf_inc(), cf_invmod(), cf_mod(), cf_mul(), cf_neg(), cf_pick(), cf_pprint(), cf_print(), cf_pstack(), cf_root(), cf_rot(), cf_setr(), cf_sqrt(), cf_square(), cf_store(), cf_sub(), cf_swap(), cf_xgcd(), stack_flush(), stack_pop(), stack_push(), state_clear(), and state_init().
char* cstate_t::ibuf |
Definition at line 63 of file imcalc.c.
Referenced by cf_qrecall(), cf_recall(), cf_store(), run_file(), state_clear(), and state_init().
FILE* cstate_t::ifp |
Definition at line 62 of file imcalc.c.
Referenced by cf_recall(), cf_store(), run_file(), and state_clear().
mp_int* cstate_t::mem |
Definition at line 56 of file imcalc.c.
Referenced by cf_pmem(), mem_clear(), mem_insert(), mem_recall(), state_clear(), and state_init().
mp_size cstate_t::mslots |
Definition at line 58 of file imcalc.c.
Referenced by mem_insert(), state_clear(), and state_init().
mp_size cstate_t::mused |
Definition at line 59 of file imcalc.c.
Referenced by cf_pmem(), mem_clear(), mem_insert(), state_clear(), and state_init().
char** cstate_t::names |
Definition at line 57 of file imcalc.c.
Referenced by cf_pmem(), mem_clear(), mem_insert(), mem_recall(), state_clear(), and state_init().
mp_size cstate_t::used |
Definition at line 53 of file imcalc.c.
Referenced by cf_abs(), cf_add(), cf_cmpeq(), cf_cmpge(), cf_cmpgt(), cf_cmple(), cf_cmplt(), cf_cmpne(), cf_copy(), cf_dec(), cf_div(), cf_divmod(), cf_dup(), cf_expt(), cf_exptmod(), cf_fact(), cf_gcd(), cf_inc(), cf_invmod(), cf_mod(), cf_mul(), cf_neg(), cf_pick(), cf_pprint(), cf_print(), cf_pstack(), cf_root(), cf_rot(), cf_setr(), cf_sqrt(), cf_square(), cf_store(), cf_sub(), cf_swap(), cf_xgcd(), run_file(), stack_flush(), stack_pop(), stack_push(), state_clear(), and state_init().