Home | History | Annotate | Download | only in math

Lines Matching refs:xz

409         float xz = x * zs;

420 result.m02 = (xz + yw);
424 result.m20 = (xz - yw);
454 float xz = x * zs;
465 xz + yw);
469 result.m20 = (xz - yw);
513 float xz = x * z * norm;
525 store.z = 2 * (xz - yw);
533 store.x = 2 * (xz + yw);