Home | History | Annotate | Download | only in include

Lines Matching refs:yp

1797    {yp,ysize} will usually have a random number of bits then the high limb
1809 #define __GMPN_AORS(cout, wp, xp, xsize, yp, ysize, FUNCTION, TEST) \
1817 /* ASSERT (MPN_SAME_OR_SEPARATE2_P (wp, xsize, yp, ysize)); */ \
1822 if (FUNCTION (wp, xp, yp, __gmp_i)) \
1843 #define __GMPN_ADD(cout, wp, xp, xsize, yp, ysize) \
1844 __GMPN_AORS (cout, wp, xp, xsize, yp, ysize, mpn_add_n, \
1846 #define __GMPN_SUB(cout, wp, xp, xsize, yp, ysize) \
1847 __GMPN_AORS (cout, wp, xp, xsize, yp, ysize, mpn_sub_n, \
1962 /* Compare {xp,size} and {yp,size}, setting "result" to positive, zero or
1965 #define __GMPN_CMP(result, xp, yp, size) \
1977 __gmp_y = (yp)[__gmp_i]; \