Home | History | Annotate | Download | only in math

Lines Matching refs:xw

410         float xw = w * xs;

423 result.m12 = (yz - xw);
425 result.m21 = (yz + xw);
455 float xw = w * xs;
468 result.m12 = (yz - xw);
470 result.m21 = (yz + xw);
514 float xw = x * w * norm;
530 store.z = 2 * (yz + xw);
534 store.y = 2 * (yz - xw);