Home
last modified time | relevance | path

Searched refs:as1 (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/lgpl3/gmp/dist/mpn/generic/
Dtoom3_sqr.c85 mp_ptr as1, asm1, as2; in mpn_toom3_sqr() local
97 as1 = scratch + 4 * n + 4; in mpn_toom3_sqr()
108 cy = mpn_add_n_sub_n (as1, asm1, a1, gp, n); in mpn_toom3_sqr()
109 as1[n] = cy >> 1; in mpn_toom3_sqr()
115 cy2 = mpn_add_n_sub_n (as1, asm1, gp, a1, n); in mpn_toom3_sqr()
116 as1[n] = cy + (cy2 >> 1); in mpn_toom3_sqr()
120 as1[n] = cy + mpn_add_n (as1, gp, a1, n); in mpn_toom3_sqr()
135 cy = mpn_add_n (as2, a2, as1, s); in mpn_toom3_sqr()
137 cy = mpn_add_1 (as2 + s, as1 + s, n - s, cy); in mpn_toom3_sqr()
138 cy += as1[n]; in mpn_toom3_sqr()
[all …]
Dtoom33_mul.c97 mp_ptr as1, asm1, as2; in mpn_toom33_mul() local
117 as1 = scratch + 4 * n + 4; in mpn_toom33_mul()
134 cy = mpn_add_n_sub_n (as1, asm1, a1, gp, n); in mpn_toom33_mul()
135 as1[n] = cy >> 1; in mpn_toom33_mul()
142 cy2 = mpn_add_n_sub_n (as1, asm1, gp, a1, n); in mpn_toom33_mul()
143 as1[n] = cy + (cy2 >> 1); in mpn_toom33_mul()
147 as1[n] = cy + mpn_add_n (as1, gp, a1, n); in mpn_toom33_mul()
163 cy = mpn_add_n (as2, a2, as1, s); in mpn_toom33_mul()
165 cy = mpn_add_1 (as2 + s, as1 + s, n - s, cy); in mpn_toom33_mul()
166 cy += as1[n]; in mpn_toom33_mul()
[all …]
Dtoom53_mul.c70 mp_ptr as1, asm1, as2, asm2, ash; in mpn_toom53_mul() local
96 as1 = tmp; tmp += n + 1; in mpn_toom53_mul()
110 flags = (enum toom7_flags) (toom7_w3_neg & mpn_toom_eval_pm1 (as1, asm1, 4, ap, n, s, gp)); in mpn_toom53_mul()
230 ASSERT (as1[n] <= 4); in mpn_toom53_mul()
284 mpn_mul_n (v1, as1, bs1, n); in mpn_toom53_mul()
285 if (as1[n] == 1) in mpn_toom53_mul()
289 else if (as1[n] == 2) in mpn_toom53_mul()
297 else if (as1[n] != 0) in mpn_toom53_mul()
299 cy = as1[n] * bs1[n] + mpn_addmul_1 (v1 + n, bs1, n, as1[n]); in mpn_toom53_mul()
305 cy += mpn_add_n (v1 + n, v1 + n, as1, n); in mpn_toom53_mul()
[all …]
Dtoom62_mul.c70 mp_ptr as1, asm1, as2, asm2, ash; in mpn_toom62_mul() local
95 as1 = TMP_SALLOC_LIMBS (n + 1); in mpn_toom62_mul()
110 aflags = (enum toom7_flags) (toom7_w3_neg & mpn_toom_eval_pm1 (as1, asm1, 5, ap, n, s, gp)); in mpn_toom62_mul()
233 ASSERT (as1[n] <= 5); in mpn_toom62_mul()
277 mpn_mul_n (v1, as1, bs1, n); in mpn_toom62_mul()
278 if (as1[n] == 1) in mpn_toom62_mul()
282 else if (as1[n] == 2) in mpn_toom62_mul()
290 else if (as1[n] != 0) in mpn_toom62_mul()
292 cy = as1[n] * bs1[n] + mpn_addmul_1 (v1 + n, bs1, n, as1[n]); in mpn_toom62_mul()
297 cy += mpn_add_n (v1 + n, v1 + n, as1, n); in mpn_toom62_mul()
Dtoom42_mul.c75 mp_ptr as1, asm1, as2; in mpn_toom42_mul() local
98 as1 = tmp; tmp += n + 1; in mpn_toom42_mul()
108 vm1_neg = mpn_toom_eval_dgr3_pm1 (as1, asm1, ap, n, s, a0_a2) & 1; in mpn_toom42_mul()
176 ASSERT (as1[n] <= 3); in mpn_toom42_mul()
206 TOOM42_MUL_N_REC (v1, as1, bs1, n, scratch_out); in mpn_toom42_mul()
207 if (as1[n] == 1) in mpn_toom42_mul()
211 else if (as1[n] == 2) in mpn_toom42_mul()
219 else if (as1[n] == 3) in mpn_toom42_mul()
226 cy += mpn_add_n (v1 + n, v1 + n, as1, n); in mpn_toom42_mul()
Dtoom52_mul.c106 #define as1 (pp + 4 * n + 4) /* n+1 */ in mpn_toom52_mul() macro
199 …flags = (enum toom6_flags) (flags ^ (toom6_vm1_neg & mpn_toom_eval_pm1 (as1, asm1, 4, ap, n, s, a0… in mpn_toom52_mul()
201 ASSERT (as1[n] <= 4); in mpn_toom52_mul()
220 mpn_mul_n (v1, as1, bs1, n+1); /* W3 */ in mpn_toom52_mul()
243 #undef as1 in mpn_toom52_mul()
Dtoom43_mul.c103 #define as1 (pp + 4 * n + 4) /* n+1 */ in mpn_toom43_mul() macro
148 …flags = (enum toom6_flags) (flags ^ (toom6_vm1_neg & mpn_toom_eval_dgr3_pm1 (as1, asm1, ap, n, s, … in mpn_toom43_mul()
178 ASSERT (as1[n] <= 3); in mpn_toom43_mul()
197 mpn_mul_n (v1, as1, bs1, n+1); /* W3 */ in mpn_toom43_mul()
/netbsd/src/usr.bin/mail/
Dlex.c568 isprefix(char *as1, const char *as2) in isprefix() argument
573 s1 = as1; in isprefix()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmangle.cc2440 const attribute_spec *as1 = lookup_attribute_spec (get_attribute_name (a1)); in attr_strcmp() local
2443 return strcmp (as1->name, as2->name); in attr_strcmp()
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS28830 33f8b01274afad390de5e0293e69a362 gcc/testsuite/g++.old-deja/g++.mike/opr-as1.C