Home | History | Annotate | Download | only in ec

Lines Matching refs:in1

609 /* felem_mul sets |out| = |in1| * |in2|
611 * in1[i] < 2^109
615 static void felem_mul(longfelem out, const felem in1, const felem in2) {
617 felem_shrink(small1, in1);
812 static void smallfelem_mul_contract(smallfelem out, const smallfelem in1,
817 smallfelem_mul(longtmp, in1, in2);