Home | History | Annotate | Download | only in hardware

Lines Matching refs:Mx

1143         final float Mx = Ay*Hz - Az*Hy;
1149 R[3] = Mx; R[4] = My; R[5] = Mz;
1153 R[4] = Mx; R[5] = My; R[6] = Mz; R[7] = 0;
1163 final float c = (Ex*Mx + Ey*My + Ez*Mz) * invE;