Polly 19.0.0git
Public Attributes | List of all members
mpz_t Struct Reference

#include <imath.h>

Public Attributes

mp_digit single
 
mp_digitdigits
 
mp_size alloc
 
mp_size used
 
mp_sign sign
 

Detailed Description

Definition at line 58 of file imath/imath.h.

Member Data Documentation

◆ alloc

mp_size mpz_t::alloc

◆ digits

mp_digit* mpz_t::digits

◆ sign

mp_sign mpz_t::sign

◆ single

mp_digit mpz_t::single

Definition at line 59 of file imath/imath.h.

Referenced by mp_int_clear(), mp_int_init(), mp_int_swap(), and s_pad().

◆ used

mp_size mpz_t::used

The documentation for this struct was generated from the following file: