Home | History | Annotate | Download | only in math

Lines Matching defs:yz

412         float yz = y * zs;

423 result.m12 = (yz - xw);
425 result.m21 = (yz + xw);
457 float yz = y * zs;
468 result.m12 = (yz - xw);
470 result.m21 = (yz + xw);
516 float yz = y * z * norm;
530 store.z = 2 * (yz + xw);
534 store.y = 2 * (yz - xw);