Searched defs:nx (Results 1 - 2 of 2) sorted by relevance

/system/core/libmincrypt/
H A Dp256_ec.c1043 /* scalar_base_mult sets {nx,ny,nz} = scalar*G where scalar is a little-endian
1046 static void scalar_base_mult(felem nx, felem ny, felem nz, argument
1055 memset(nx, 0, sizeof(felem));
1063 point_double(nx, ny, nz, nx, ny, nz);
1077 * {nx,ny,nz} != {px,py,1}, unless both are zero, which we handle
1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py);
1080 /* The result of point_add_mixed is incorrect if {nx,ny,nz} is zero
1083 copy_conditional(nx, px, n_is_infinity_mask);
1089 * only copying from {tx,ty,tz} to {nx,n
1103 point_to_affine(felem x_out, felem y_out, const felem nx, const felem ny, const felem nz) argument
1114 scalar_mult(felem nx, felem ny, felem nz, const felem x, const felem y, const p256_int* scalar) argument
[all...]
/system/core/libpixelflinger/
H A Dtrap.cpp358 GGLcoord nx, ny; local
359 nx = ny = 0;
365 ((dx > dy) ? ny : nx) = halfWidth;
368 v[0][0] += nx; v[0][1] += ny;
369 v[1][0] += nx; v[1][1] += ny;
370 v[2][0] -= nx; v[2][1] -= ny;
371 v[3][0] -= nx; v[3][1] -= ny;
387 GGLcoord nx = -dy; local
391 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx
[all...]

Completed in 88 milliseconds