Home | History | Annotate | Download | only in include

Lines Matching refs:mp_limb_t

101   mp_limb_t   *_mpfr_d;
685 MPFR_EXTENSION mp_limb_t __gmpfr_local_tab_##_x[((_p)-1)/GMP_NUMB_BITS+1]; \
766 (((p)+GMP_NUMB_BITS-1)/GMP_NUMB_BITS*sizeof (mp_limb_t)))
770 #define mpfr_custom_move(x,m) do { ((x)->_mpfr_d = (mp_limb_t*)(m)); } while (0)
790 _x->_mpfr_d = (mp_limb_t*) (m); \