Home | History | Annotate | Download | only in dist

Lines Matching refs:_class

2320    - simple:   argument is mp*_class, that is, __gmp_expr<T, T>
2380 - arguments are both mp*_class
2381 - one argument is mp*_class, one is a built-in type
2383 - one is mp*_class, one is __gmp_expr<T, U>
2927 assigned to an mp*_class ("lazy" evaluation): this is done by calling
3167 inline type##_class & type##_class::fun(const __gmp_expr<T, U> &expr) \
3170 <type##_class, __gmp_expr<T, U>, eval_fun> >(*this, expr)); \
3177 inline type##_class & type##_class::fun(type2 t) \
3180 <type##_class, bigtype, eval_fun> >(*this, t)); \
3228 inline type##_class & type##_class::fun(mp_bitcnt_t l) \
3231 <type##_class, mp_bitcnt_t, eval_fun> >(*this, l)); \
3248 inline type##_class & type##_class::fun() \
3254 inline type##_class type##_class::fun(int) \
3256 type##_class temp(*this); \