PostgreSQL Source Code
git master
|
#include <imath.h>
Data Fields | |
mp_digit | single |
mp_digit * | digits |
mp_size | alloc |
mp_size | used |
mp_sign | sign |
mp_size mpz_t::alloc |
Definition at line 56 of file imath.h.
Referenced by MP_ALLOC(), mp_int_init(), mp_int_init_size(), s_pad(), s_udiv_knuth(), and s_ufake().
mp_digit* mpz_t::digits |
Definition at line 55 of file imath.h.
Referenced by CMPZ(), MP_DIGITS(), mp_int_add(), mp_int_clear(), mp_int_compare_zero(), mp_int_count_bits(), mp_int_div(), mp_int_expt_full(), mp_int_init(), mp_int_init_size(), mp_int_is_even(), mp_int_is_odd(), mp_int_read_cstring(), mp_int_sub(), mp_int_swap(), mp_int_zero(), s_norm(), s_pad(), s_qdiv(), s_qmod(), s_udiv_knuth(), and s_ufake().
mp_sign mpz_t::sign |
Definition at line 58 of file imath.h.
Referenced by CMPZ(), mp_int_abs(), mp_int_add(), mp_int_copy(), mp_int_div(), mp_int_init(), mp_int_init_copy(), mp_int_init_size(), mp_int_mul(), mp_int_neg(), mp_int_read_binary(), mp_int_read_cstring(), mp_int_sqr(), mp_int_sub(), mp_int_zero(), MP_SIGN(), s_fake(), s_qdiv(), s_qsub(), s_udiv_knuth(), and s_ufake().
mp_digit mpz_t::single |
Definition at line 54 of file imath.h.
Referenced by mp_int_clear(), mp_int_init(), mp_int_swap(), and s_pad().
mp_size mpz_t::used |
Definition at line 57 of file imath.h.
Referenced by CLAMP(), CMPZ(), mp_int_add(), mp_int_copy(), mp_int_init(), mp_int_init_copy(), mp_int_init_size(), mp_int_mul(), mp_int_read_cstring(), mp_int_sqr(), mp_int_sub(), mp_int_zero(), MP_USED(), s_2expt(), s_dadd(), s_dmul(), s_qdiv(), s_qmod(), s_qmul(), s_udiv_knuth(), s_ufake(), UMUL(), and USQR().