Home | History | Annotate | Download | only in include

Lines Matching refs:ysize

1797    {yp,ysize} will usually have a random number of bits then the high limb
1801 ysize==0 isn't a documented feature, but is used internally in a few
1809 #define __GMPN_AORS(cout, wp, xp, xsize, yp, ysize, FUNCTION, TEST) \
1814 /* ASSERT ((ysize) >= 0); */ \
1815 /* ASSERT ((xsize) >= (ysize)); */ \
1817 /* ASSERT (MPN_SAME_OR_SEPARATE2_P (wp, xsize, yp, ysize)); */ \
1819 __gmp_i = (ysize); \
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, \