Searched defs:vm1 (Results 1 – 15 of 15) sorted by relevance
32 mpn_toom_interpolate_5pts (mp_ptr c, mp_ptr v2, mp_ptr vm1, in mpn_toom_interpolate_5pts()
103 #define vm1 scratch /* 2n */ in mpn_toom2_sqr() macro
152 #define vm1 scratch /* 2n+1 */ in mpn_toom3_sqr() macro
90 #define vm1 (pp) /* 2n + 1 */ in mpn_toom32_mul() macro
101 #define vm1 (scratch + 6 * n + 3) /* 2n+1 */ in mpn_toom4_sqr() macro
84 #define vm1 (scratch) /* 2n+1 */ in mpn_toom52_mul() macro
81 #define vm1 (scratch) /* 2n+1 */ in mpn_toom43_mul() macro
164 #define vm1 scratch /* 2n */ in mpn_toom22_mul() macro
176 #define vm1 scratch /* 2n+1 */ in mpn_toom42_mul() macro
236 #define vm1 (scratch + 6 * n + 3) /* 2n+1 */ in mpn_toom53_mul() macro
239 #define vm1 (scratch + 6 * n + 3) /* 2n+1 */ in mpn_toom62_mul() macro
240 #define vm1 scratch /* 2n+1 */ in mpn_toom33_mul() macro
138 #define vm1 (scratch + 6 * n + 3) /* 2n+1 */ in mpn_toom44_mul() macro
3612 vmspace_fork(struct vmspace *vm1, struct proc *p2, struct lwp *lp2) in vmspace_fork()
109 static const dwarf_vma vm1 = -1; variable