HomeSort by relevance Sort by last modified time
    Searched refs:temp_a (Results 1 - 3 of 3) sorted by null

  /external/epid-sdk/epid/member/tiny/math/src/
fq6.c 42 Fq2Elem* temp_a = &tmpa; local
47 Fq2Mul(temp_a, &left->y0, &right->y0); // temp_a = t0 = a[0] * b[0]
61 Fq2Sub(&result->y1, &result->y1, temp_a);
66 Fq2Add(&result->y0, temp_e, temp_a); // temp_e = e[0], reordered instruction
68 Fq2Sub(temp_d, temp_d, temp_a);
77 Fq2Elem* temp_a = &tmpa; local
81 Fq2Square(temp_a, &in->y0);
84 Fq2Sub(temp_a, temp_a, temp_d)
    [all...]
fq12.c 66 Fq6Elem* temp_a = &tmpa; local
67 Fq6Square(temp_a, &in->z1);
72 Fq6Sub(&result->z1, &result->z1, temp_a);
73 Fq6MulV(temp_a, temp_a);
74 Fq6Add((&result->z0), (&result->z0), temp_a);
fq2.c 111 FqElem* temp_a = &tmpa; local
114 FqAdd(temp_a, &in->x0, &in->x1);
117 FqMul(&result->x0, temp_a, &result->x0);

Completed in 200 milliseconds