Lines Matching defs:mixed
442 /* Subtract in mixed mode: out128 -= in64 */
898 * This runs faster if 'mixed' is set, which requires Z_2 = 1 or Z_2 = 0.
909 const int mixed, const felem x2, const felem y2,
917 if (!mixed) {
1012 if (!mixed) {
1142 const int mixed, const felem pre_comp[][17][3],
1178 /* value 1 below is argument for "mixed" */
1195 1 /* mixed */ , tmp[0], tmp[1], tmp[2]);
1219 mixed, tmp[0], tmp[1], tmp[2]);
1419 int mixed = 0;
1482 mixed = 1;
1486 if (mixed)
1490 || (mixed && (tmp_felems == NULL))) {
1556 if (mixed)
1581 mixed, (const felem(*)[17][3])pre_comp, g_pre_comp);
1586 NULL, mixed, (const felem(*)[17][3])pre_comp, NULL);