Lines Matching refs:small2
582 const smallfelem small2) in smallfelem_mul() argument
587 a = ((uint128_t) small1[0]) * small2[0]; in smallfelem_mul()
593 a = ((uint128_t) small1[0]) * small2[1]; in smallfelem_mul()
599 a = ((uint128_t) small1[1]) * small2[0]; in smallfelem_mul()
605 a = ((uint128_t) small1[0]) * small2[2]; in smallfelem_mul()
611 a = ((uint128_t) small1[1]) * small2[1]; in smallfelem_mul()
617 a = ((uint128_t) small1[2]) * small2[0]; in smallfelem_mul()
623 a = ((uint128_t) small1[0]) * small2[3]; in smallfelem_mul()
629 a = ((uint128_t) small1[1]) * small2[2]; in smallfelem_mul()
635 a = ((uint128_t) small1[2]) * small2[1]; in smallfelem_mul()
641 a = ((uint128_t) small1[3]) * small2[0]; in smallfelem_mul()
647 a = ((uint128_t) small1[1]) * small2[3]; in smallfelem_mul()
653 a = ((uint128_t) small1[2]) * small2[2]; in smallfelem_mul()
659 a = ((uint128_t) small1[3]) * small2[1]; in smallfelem_mul()
665 a = ((uint128_t) small1[2]) * small2[3]; in smallfelem_mul()
671 a = ((uint128_t) small1[3]) * small2[2]; in smallfelem_mul()
677 a = ((uint128_t) small1[3]) * small2[3]; in smallfelem_mul()
694 smallfelem small1, small2; in felem_mul() local
696 felem_shrink(small2, in2); in felem_mul()
697 smallfelem_mul(out, small1, small2); in felem_mul()
711 smallfelem small2; in felem_small_mul() local
712 felem_shrink(small2, in2); in felem_small_mul()
713 smallfelem_mul(out, small1, small2); in felem_small_mul()
1111 smallfelem small1, small2; in point_double() local
1144 felem_shrink(small2, alpha); in point_double()
1147 smallfelem_square(tmp, small2); in point_double()
1171 felem_small_mul(tmp, small2, beta); in point_double()
1244 smallfelem small1, small2, small3, small4, small5; in point_add() local
1264 felem_shrink(small2, ftmp2); in point_add()
1269 smallfelem_mul(tmp, small5, small2); in point_add()
1288 smallfelem_mul(tmp, small2, z2); in point_add()