Lines Matching defs:in2
683 * felem_mul sets |out| = |in1| * |in2|
686 * in2[i] < 2^109
690 static void felem_mul(longfelem out, const felem in1, const felem in2)
694 felem_shrink(small2, in2);
699 * felem_small_mul sets |out| = |small1| * |in2|
702 * in2[i] < 2^109
707 const felem in2)
710 felem_shrink(small2, in2);
919 const smallfelem in2)
924 smallfelem_mul(longtmp, in1, in2);