Searched refs:reffunc (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/tests/devel/
H A Dlogops_n.c28 #define reffunc refmpn_and_n macro
34 #define reffunc refmpn_andn_n macro
40 #define reffunc refmpn_nand_n macro
46 #define reffunc refmpn_ior_n macro
52 #define reffunc refmpn_iorn_n macro
58 #define reffunc refmpn_nior_n macro
64 #define reffunc refmpn_xor_n macro
70 #define reffunc refmpn_xnor_n macro
185 reffunc (dx+1, s1, s2, size);
H A Daors_n.c28 #define reffunc refmpn_add_n macro
34 #define reffunc refmpn_sub_n macro
40 #define reffunc refmpn_addlsh1_n macro
46 #define reffunc refmpn_sublsh1_n macro
52 #define reffunc refmpn_rsh1add_n macro
58 #define reffunc refmpn_rsh1sub_n macro
176 cyx = reffunc (dx+1, s1, s2, size);
H A Dcopy.c27 #define reffunc refmpn_copyi macro
33 #define reffunc refmpn_copyd macro
144 reffunc (dx+1, s1, size);
H A Dshift.c28 #define reffunc refmpn_lshift macro
34 #define reffunc refmpn_rshift macro
156 cyx = reffunc (dx+1, s1, size, cnt);
H A Danymul_1.c30 #define reffunc refmpn_mul_1 macro
36 #define reffunc refmpn_addmul_1 macro
42 #define reffunc refmpn_submul_1 macro
174 cy_ref = reffunc (ref, s1, size, xlimb);

Completed in 253 milliseconds