Lines Matching refs:X3
805 /* X3 = L1^2 - 2L2 */
816 /* Y3 = L1(L2 - X3) - L3 */
851 #define X3 (result->x)
890 ctx->subm(X3, B, C, ctx);
891 ctx->subm(X3, X3, D, ctx);
892 ctx->mulm(X3, X3, J, ctx);
904 #undef X3
1082 #define X3 (result->x)
1122 ctx->addm(X3, X2, Y2, ctx);
1123 ctx->mulm(X3, X3, tmp, ctx);
1124 ctx->subm(X3, X3, C, ctx);
1125 ctx->subm(X3, X3, D, ctx);
1126 ctx->mulm(X3, X3, F, ctx);
1127 ctx->mulm(X3, X3, A, ctx);
1149 #undef X3