Home | History | Annotate | Download | only in include

Lines Matching refs:ysize

1874    {yp,ysize} will usually have a random number of bits then the high limb
1878 ysize==0 isn't a documented feature, but is used internally in a few
1886 #define __GMPN_AORS(cout, wp, xp, xsize, yp, ysize, FUNCTION, TEST) \
1891 /* ASSERT ((ysize) >= 0); */ \
1892 /* ASSERT ((xsize) >= (ysize)); */ \
1894 /* ASSERT (MPN_SAME_OR_SEPARATE2_P (wp, xsize, yp, ysize)); */ \
1896 __gmp_i = (ysize); \
1920 #define __GMPN_ADD(cout, wp, xp, xsize, yp, ysize) \
1921 __GMPN_AORS (cout, wp, xp, xsize, yp, ysize, mpn_add_n, \
1923 #define __GMPN_SUB(cout, wp, xp, xsize, yp, ysize) \
1924 __GMPN_AORS (cout, wp, xp, xsize, yp, ysize, mpn_sub_n, \