Home | History | Annotate | Download | only in include

Lines Matching refs:__mpz_struct

199 /* For reference, note that the name __mpz_struct gets into C++ mangled
210 } __mpz_struct;
215 typedef __mpz_struct MP_INT; /* gmp 1 source compatibility */
216 typedef __mpz_struct mpz_t[1];
233 __mpz_struct _mp_num;
234 __mpz_struct _mp_den;
276 typedef __gmp_const __mpz_struct *mpz_srcptr;
277 typedef __mpz_struct *mpz_ptr;