Home | History | Annotate | Download | only in include

Lines Matching full:mpfr_uprec_t

123 typedef unsigned short mpfr_uprec_t;
126 typedef unsigned int mpfr_uprec_t;
129 typedef unsigned long mpfr_uprec_t;
138 #define MPFR_PREC_MAX ((mpfr_prec_t)((mpfr_uprec_t)(~(mpfr_uprec_t)0)>>1))