Lines Matching refs:nq
1682 felem nq[3], ftmp; in batch_mul() local
1688 memset(nq, 0, sizeof(nq)); in batch_mul()
1700 point_double(nq[0], nq[1], nq[2], nq[0], nq[1], nq[2]); in batch_mul()
1714 point_add(nq[0], nq[1], nq[2], in batch_mul()
1715 nq[0], nq[1], nq[2], 1, tmp[0], tmp[1], tmp[2]); in batch_mul()
1717 smallfelem_expand(nq[0], tmp[0]); in batch_mul()
1718 smallfelem_expand(nq[1], tmp[1]); in batch_mul()
1719 smallfelem_expand(nq[2], tmp[2]); in batch_mul()
1731 point_add(nq[0], nq[1], nq[2], in batch_mul()
1732 nq[0], nq[1], nq[2], 1, tmp[0], tmp[1], tmp[2]); in batch_mul()
1757 point_add(nq[0], nq[1], nq[2], in batch_mul()
1758 nq[0], nq[1], nq[2], in batch_mul()
1761 smallfelem_expand(nq[0], tmp[0]); in batch_mul()
1762 smallfelem_expand(nq[1], tmp[1]); in batch_mul()
1763 smallfelem_expand(nq[2], tmp[2]); in batch_mul()
1769 felem_assign(x_out, nq[0]); in batch_mul()
1770 felem_assign(y_out, nq[1]); in batch_mul()
1771 felem_assign(z_out, nq[2]); in batch_mul()