Lines Matching defs:src
48 #define mpn_divexact_by3(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,3,BINVERT_3,0) argument
50 #define mpn_divexact_by3(dst,src,size) mpn_divexact_1(dst,src,size,3) argument
56 #define mpn_divexact_by45(dst,src,size) \ argument
60 #define mpn_divexact_by45(dst,src,size) mpn_pi1_bdiv_q_1(dst,src,size,45,BINVERT_45,0) argument
62 #define mpn_divexact_by45(dst,src,size) mpn_divexact_1(dst,src,size,45) argument
68 #define DO_mpn_sublsh2_n(dst,src,n,ws) mpn_sublsh2_n_ip1(dst,src,n) argument
70 #define DO_mpn_sublsh2_n(dst,src,n,ws) DO_mpn_sublsh_n(dst,src,n,2,ws) argument
74 #define DO_mpn_sublsh_n(dst,src,n,s,ws) mpn_sublsh_n (dst,dst,src,n,s) argument
77 DO_mpn_sublsh_n (mp_ptr dst, mp_srcptr src, mp_size_t n, unsigned int s, mp_ptr ws) in DO_mpn_sublsh_n()
91 #define DO_mpn_subrsh(dst,nd,src,ns,s,ws) mpn_subrsh (dst,nd,src,ns,s) argument
94 #define DO_mpn_subrsh(dst,nd,src,ns,s,ws) \ argument