Lines Matching refs:f
50 mOut.f[ 0]=1.0f; mOut.f[ 4]=0.0f; mOut.f[ 8]=0.0f; mOut.f[12]=0.0f; in PVRTMatrixIdentityF()
51 mOut.f[ 1]=0.0f; mOut.f[ 5]=1.0f; mOut.f[ 9]=0.0f; mOut.f[13]=0.0f; in PVRTMatrixIdentityF()
52 mOut.f[ 2]=0.0f; mOut.f[ 6]=0.0f; mOut.f[10]=1.0f; mOut.f[14]=0.0f; in PVRTMatrixIdentityF()
53 mOut.f[ 3]=0.0f; mOut.f[ 7]=0.0f; mOut.f[11]=0.0f; mOut.f[15]=1.0f; in PVRTMatrixIdentityF()
74 mRet.f[ 0] = mA.f[ 0]*mB.f[ 0] + mA.f[ 1]*mB.f[ 4] + mA.f[ 2]*mB.f[ 8] + mA.f[ 3]*mB.f[12]; in PVRTMatrixMultiplyF()
75 mRet.f[ 1] = mA.f[ 0]*mB.f[ 1] + mA.f[ 1]*mB.f[ 5] + mA.f[ 2]*mB.f[ 9] + mA.f[ 3]*mB.f[13]; in PVRTMatrixMultiplyF()
76 mRet.f[ 2] = mA.f[ 0]*mB.f[ 2] + mA.f[ 1]*mB.f[ 6] + mA.f[ 2]*mB.f[10] + mA.f[ 3]*mB.f[14]; in PVRTMatrixMultiplyF()
77 mRet.f[ 3] = mA.f[ 0]*mB.f[ 3] + mA.f[ 1]*mB.f[ 7] + mA.f[ 2]*mB.f[11] + mA.f[ 3]*mB.f[15]; in PVRTMatrixMultiplyF()
79 mRet.f[ 4] = mA.f[ 4]*mB.f[ 0] + mA.f[ 5]*mB.f[ 4] + mA.f[ 6]*mB.f[ 8] + mA.f[ 7]*mB.f[12]; in PVRTMatrixMultiplyF()
80 mRet.f[ 5] = mA.f[ 4]*mB.f[ 1] + mA.f[ 5]*mB.f[ 5] + mA.f[ 6]*mB.f[ 9] + mA.f[ 7]*mB.f[13]; in PVRTMatrixMultiplyF()
81 mRet.f[ 6] = mA.f[ 4]*mB.f[ 2] + mA.f[ 5]*mB.f[ 6] + mA.f[ 6]*mB.f[10] + mA.f[ 7]*mB.f[14]; in PVRTMatrixMultiplyF()
82 mRet.f[ 7] = mA.f[ 4]*mB.f[ 3] + mA.f[ 5]*mB.f[ 7] + mA.f[ 6]*mB.f[11] + mA.f[ 7]*mB.f[15]; in PVRTMatrixMultiplyF()
84 mRet.f[ 8] = mA.f[ 8]*mB.f[ 0] + mA.f[ 9]*mB.f[ 4] + mA.f[10]*mB.f[ 8] + mA.f[11]*mB.f[12]; in PVRTMatrixMultiplyF()
85 mRet.f[ 9] = mA.f[ 8]*mB.f[ 1] + mA.f[ 9]*mB.f[ 5] + mA.f[10]*mB.f[ 9] + mA.f[11]*mB.f[13]; in PVRTMatrixMultiplyF()
86 mRet.f[10] = mA.f[ 8]*mB.f[ 2] + mA.f[ 9]*mB.f[ 6] + mA.f[10]*mB.f[10] + mA.f[11]*mB.f[14]; in PVRTMatrixMultiplyF()
87 mRet.f[11] = mA.f[ 8]*mB.f[ 3] + mA.f[ 9]*mB.f[ 7] + mA.f[10]*mB.f[11] + mA.f[11]*mB.f[15]; in PVRTMatrixMultiplyF()
89 mRet.f[12] = mA.f[12]*mB.f[ 0] + mA.f[13]*mB.f[ 4] + mA.f[14]*mB.f[ 8] + mA.f[15]*mB.f[12]; in PVRTMatrixMultiplyF()
90 mRet.f[13] = mA.f[12]*mB.f[ 1] + mA.f[13]*mB.f[ 5] + mA.f[14]*mB.f[ 9] + mA.f[15]*mB.f[13]; in PVRTMatrixMultiplyF()
91 mRet.f[14] = mA.f[12]*mB.f[ 2] + mA.f[13]*mB.f[ 6] + mA.f[14]*mB.f[10] + mA.f[15]*mB.f[14]; in PVRTMatrixMultiplyF()
92 mRet.f[15] = mA.f[12]*mB.f[ 3] + mA.f[13]*mB.f[ 7] + mA.f[14]*mB.f[11] + mA.f[15]*mB.f[15]; in PVRTMatrixMultiplyF()
113 mOut.f[ 0]=1.0f; mOut.f[ 4]=0.0f; mOut.f[ 8]=0.0f; mOut.f[12]=fX; in PVRTMatrixTranslationF()
114 mOut.f[ 1]=0.0f; mOut.f[ 5]=1.0f; mOut.f[ 9]=0.0f; mOut.f[13]=fY; in PVRTMatrixTranslationF()
115 mOut.f[ 2]=0.0f; mOut.f[ 6]=0.0f; mOut.f[10]=1.0f; mOut.f[14]=fZ; in PVRTMatrixTranslationF()
116 mOut.f[ 3]=0.0f; mOut.f[ 7]=0.0f; mOut.f[11]=0.0f; mOut.f[15]=1.0f; in PVRTMatrixTranslationF()
133 mOut.f[ 0]=fX; mOut.f[ 4]=0.0f; mOut.f[ 8]=0.0f; mOut.f[12]=0.0f; in PVRTMatrixScalingF()
134 mOut.f[ 1]=0.0f; mOut.f[ 5]=fY; mOut.f[ 9]=0.0f; mOut.f[13]=0.0f; in PVRTMatrixScalingF()
135 mOut.f[ 2]=0.0f; mOut.f[ 6]=0.0f; mOut.f[10]=fZ; mOut.f[14]=0.0f; in PVRTMatrixScalingF()
136 mOut.f[ 3]=0.0f; mOut.f[ 7]=0.0f; mOut.f[11]=0.0f; mOut.f[15]=1.0f; in PVRTMatrixScalingF()
161 mOut.f[ 0]=1.0f; mOut.f[ 4]=0.0f; mOut.f[ 8]=0.0f; mOut.f[12]=0.0f; in PVRTMatrixRotationXF()
162 mOut.f[ 1]=0.0f; mOut.f[ 5]=fCosine; mOut.f[ 9]=fSine; mOut.f[13]=0.0f; in PVRTMatrixRotationXF()
163 mOut.f[ 2]=0.0f; mOut.f[ 6]=-fSine; mOut.f[10]=fCosine; mOut.f[14]=0.0f; in PVRTMatrixRotationXF()
164 mOut.f[ 3]=0.0f; mOut.f[ 7]=0.0f; mOut.f[11]=0.0f; mOut.f[15]=1.0f; in PVRTMatrixRotationXF()
189 mOut.f[ 0]=fCosine; mOut.f[ 4]=0.0f; mOut.f[ 8]=-fSine; mOut.f[12]=0.0f; in PVRTMatrixRotationYF()
190 mOut.f[ 1]=0.0f; mOut.f[ 5]=1.0f; mOut.f[ 9]=0.0f; mOut.f[13]=0.0f; in PVRTMatrixRotationYF()
191 mOut.f[ 2]=fSine; mOut.f[ 6]=0.0f; mOut.f[10]=fCosine; mOut.f[14]=0.0f; in PVRTMatrixRotationYF()
192 mOut.f[ 3]=0.0f; mOut.f[ 7]=0.0f; mOut.f[11]=0.0f; mOut.f[15]=1.0f; in PVRTMatrixRotationYF()
217 mOut.f[ 0]=fCosine; mOut.f[ 4]=fSine; mOut.f[ 8]=0.0f; mOut.f[12]=0.0f; in PVRTMatrixRotationZF()
218 mOut.f[ 1]=-fSine; mOut.f[ 5]=fCosine; mOut.f[ 9]=0.0f; mOut.f[13]=0.0f; in PVRTMatrixRotationZF()
219 mOut.f[ 2]=0.0f; mOut.f[ 6]=0.0f; mOut.f[10]=1.0f; mOut.f[14]=0.0f; in PVRTMatrixRotationZF()
220 mOut.f[ 3]=0.0f; mOut.f[ 7]=0.0f; mOut.f[11]=0.0f; mOut.f[15]=1.0f; in PVRTMatrixRotationZF()
235 mTmp.f[ 0]=mIn.f[ 0]; mTmp.f[ 4]=mIn.f[ 1]; mTmp.f[ 8]=mIn.f[ 2]; mTmp.f[12]=mIn.f[ 3]; in PVRTMatrixTransposeF()
236 mTmp.f[ 1]=mIn.f[ 4]; mTmp.f[ 5]=mIn.f[ 5]; mTmp.f[ 9]=mIn.f[ 6]; mTmp.f[13]=mIn.f[ 7]; in PVRTMatrixTransposeF()
237 mTmp.f[ 2]=mIn.f[ 8]; mTmp.f[ 6]=mIn.f[ 9]; mTmp.f[10]=mIn.f[10]; mTmp.f[14]=mIn.f[11]; in PVRTMatrixTransposeF()
238 mTmp.f[ 3]=mIn.f[12]; mTmp.f[ 7]=mIn.f[13]; mTmp.f[11]=mIn.f[14]; mTmp.f[15]=mIn.f[15]; in PVRTMatrixTransposeF()
265 temp = mIn.f[ 0] * mIn.f[ 5] * mIn.f[10]; in PVRTMatrixInverseF()
267 temp = mIn.f[ 4] * mIn.f[ 9] * mIn.f[ 2]; in PVRTMatrixInverseF()
269 temp = mIn.f[ 8] * mIn.f[ 1] * mIn.f[ 6]; in PVRTMatrixInverseF()
271 temp = -mIn.f[ 8] * mIn.f[ 5] * mIn.f[ 2]; in PVRTMatrixInverseF()
273 temp = -mIn.f[ 4] * mIn.f[ 1] * mIn.f[10]; in PVRTMatrixInverseF()
275 temp = -mIn.f[ 0] * mIn.f[ 9] * mIn.f[ 6]; in PVRTMatrixInverseF()
290 mDummyMatrix.f[ 0] = ( mIn.f[ 5] * mIn.f[10] - mIn.f[ 9] * mIn.f[ 6] ) * (float)det_1; in PVRTMatrixInverseF()
291 mDummyMatrix.f[ 1] = - ( mIn.f[ 1] * mIn.f[10] - mIn.f[ 9] * mIn.f[ 2] ) * (float)det_1; in PVRTMatrixInverseF()
292 mDummyMatrix.f[ 2] = ( mIn.f[ 1] * mIn.f[ 6] - mIn.f[ 5] * mIn.f[ 2] ) * (float)det_1; in PVRTMatrixInverseF()
293 mDummyMatrix.f[ 4] = - ( mIn.f[ 4] * mIn.f[10] - mIn.f[ 8] * mIn.f[ 6] ) * (float)det_1; in PVRTMatrixInverseF()
294 mDummyMatrix.f[ 5] = ( mIn.f[ 0] * mIn.f[10] - mIn.f[ 8] * mIn.f[ 2] ) * (float)det_1; in PVRTMatrixInverseF()
295 mDummyMatrix.f[ 6] = - ( mIn.f[ 0] * mIn.f[ 6] - mIn.f[ 4] * mIn.f[ 2] ) * (float)det_1; in PVRTMatrixInverseF()
296 mDummyMatrix.f[ 8] = ( mIn.f[ 4] * mIn.f[ 9] - mIn.f[ 8] * mIn.f[ 5] ) * (float)det_1; in PVRTMatrixInverseF()
297 mDummyMatrix.f[ 9] = - ( mIn.f[ 0] * mIn.f[ 9] - mIn.f[ 8] * mIn.f[ 1] ) * (float)det_1; in PVRTMatrixInverseF()
298 mDummyMatrix.f[10] = ( mIn.f[ 0] * mIn.f[ 5] - mIn.f[ 4] * mIn.f[ 1] ) * (float)det_1; in PVRTMatrixInverseF()
301 …mDummyMatrix.f[12] = - ( mIn.f[12] * mDummyMatrix.f[ 0] + mIn.f[13] * mDummyMatrix.f[ 4] + mIn.f[1… in PVRTMatrixInverseF()
302 …mDummyMatrix.f[13] = - ( mIn.f[12] * mDummyMatrix.f[ 1] + mIn.f[13] * mDummyMatrix.f[ 5] + mIn.f[1… in PVRTMatrixInverseF()
303 …mDummyMatrix.f[14] = - ( mIn.f[12] * mDummyMatrix.f[ 2] + mIn.f[13] * mDummyMatrix.f[ 6] + mIn.f[1… in PVRTMatrixInverseF()
306 mDummyMatrix.f[ 3] = 0.0f; in PVRTMatrixInverseF()
307 mDummyMatrix.f[ 7] = 0.0f; in PVRTMatrixInverseF()
308 mDummyMatrix.f[11] = 0.0f; in PVRTMatrixInverseF()
309 mDummyMatrix.f[15] = 1.0f; in PVRTMatrixInverseF()
343 ppfRows[j][0] = c_mIdentity.f[i + 4 * j]; in PVRTMatrixInverseExF()
344 memcpy(&ppfRows[j][1], &mIn.f[j * 4], 4 * sizeof(float)); in PVRTMatrixInverseExF()
351 mTmp.f[i + 4 * j] = pfRes[j]; in PVRTMatrixInverseExF()
372 PVRTVECTOR3f f, s, u; in PVRTMatrixLookAtLHF() local
375 f.x = vEye.x - vAt.x; in PVRTMatrixLookAtLHF()
376 f.y = vEye.y - vAt.y; in PVRTMatrixLookAtLHF()
377 f.z = vEye.z - vAt.z; in PVRTMatrixLookAtLHF()
379 PVRTMatrixVec3NormalizeF(f, f); in PVRTMatrixLookAtLHF()
380 PVRTMatrixVec3CrossProductF(s, f, vUp); in PVRTMatrixLookAtLHF()
382 PVRTMatrixVec3CrossProductF(u, s, f); in PVRTMatrixLookAtLHF()
385 mOut.f[ 0] = s.x; in PVRTMatrixLookAtLHF()
386 mOut.f[ 1] = u.x; in PVRTMatrixLookAtLHF()
387 mOut.f[ 2] = -f.x; in PVRTMatrixLookAtLHF()
388 mOut.f[ 3] = 0; in PVRTMatrixLookAtLHF()
390 mOut.f[ 4] = s.y; in PVRTMatrixLookAtLHF()
391 mOut.f[ 5] = u.y; in PVRTMatrixLookAtLHF()
392 mOut.f[ 6] = -f.y; in PVRTMatrixLookAtLHF()
393 mOut.f[ 7] = 0; in PVRTMatrixLookAtLHF()
395 mOut.f[ 8] = s.z; in PVRTMatrixLookAtLHF()
396 mOut.f[ 9] = u.z; in PVRTMatrixLookAtLHF()
397 mOut.f[10] = -f.z; in PVRTMatrixLookAtLHF()
398 mOut.f[11] = 0; in PVRTMatrixLookAtLHF()
400 mOut.f[12] = 0; in PVRTMatrixLookAtLHF()
401 mOut.f[13] = 0; in PVRTMatrixLookAtLHF()
402 mOut.f[14] = 0; in PVRTMatrixLookAtLHF()
403 mOut.f[15] = 1; in PVRTMatrixLookAtLHF()
423 PVRTVECTOR3f f, s, u; in PVRTMatrixLookAtRHF() local
426 f.x = vAt.x - vEye.x; in PVRTMatrixLookAtRHF()
427 f.y = vAt.y - vEye.y; in PVRTMatrixLookAtRHF()
428 f.z = vAt.z - vEye.z; in PVRTMatrixLookAtRHF()
430 PVRTMatrixVec3NormalizeF(f, f); in PVRTMatrixLookAtRHF()
431 PVRTMatrixVec3CrossProductF(s, f, vUp); in PVRTMatrixLookAtRHF()
433 PVRTMatrixVec3CrossProductF(u, s, f); in PVRTMatrixLookAtRHF()
436 mOut.f[ 0] = s.x; in PVRTMatrixLookAtRHF()
437 mOut.f[ 1] = u.x; in PVRTMatrixLookAtRHF()
438 mOut.f[ 2] = -f.x; in PVRTMatrixLookAtRHF()
439 mOut.f[ 3] = 0; in PVRTMatrixLookAtRHF()
441 mOut.f[ 4] = s.y; in PVRTMatrixLookAtRHF()
442 mOut.f[ 5] = u.y; in PVRTMatrixLookAtRHF()
443 mOut.f[ 6] = -f.y; in PVRTMatrixLookAtRHF()
444 mOut.f[ 7] = 0; in PVRTMatrixLookAtRHF()
446 mOut.f[ 8] = s.z; in PVRTMatrixLookAtRHF()
447 mOut.f[ 9] = u.z; in PVRTMatrixLookAtRHF()
448 mOut.f[10] = -f.z; in PVRTMatrixLookAtRHF()
449 mOut.f[11] = 0; in PVRTMatrixLookAtRHF()
451 mOut.f[12] = 0; in PVRTMatrixLookAtRHF()
452 mOut.f[13] = 0; in PVRTMatrixLookAtRHF()
453 mOut.f[14] = 0; in PVRTMatrixLookAtRHF()
454 mOut.f[15] = 1; in PVRTMatrixLookAtRHF()
478 float f, n, fRealAspect; in PVRTMatrixPerspectiveFovLHF() local
486 f = 1.0f / (float)PVRTFTAN(fFOVy * 0.5f); in PVRTMatrixPerspectiveFovLHF()
489 mOut.f[ 0] = f / fRealAspect; in PVRTMatrixPerspectiveFovLHF()
490 mOut.f[ 1] = 0; in PVRTMatrixPerspectiveFovLHF()
491 mOut.f[ 2] = 0; in PVRTMatrixPerspectiveFovLHF()
492 mOut.f[ 3] = 0; in PVRTMatrixPerspectiveFovLHF()
494 mOut.f[ 4] = 0; in PVRTMatrixPerspectiveFovLHF()
495 mOut.f[ 5] = f; in PVRTMatrixPerspectiveFovLHF()
496 mOut.f[ 6] = 0; in PVRTMatrixPerspectiveFovLHF()
497 mOut.f[ 7] = 0; in PVRTMatrixPerspectiveFovLHF()
499 mOut.f[ 8] = 0; in PVRTMatrixPerspectiveFovLHF()
500 mOut.f[ 9] = 0; in PVRTMatrixPerspectiveFovLHF()
501 mOut.f[10] = fFar * n; in PVRTMatrixPerspectiveFovLHF()
502 mOut.f[11] = 1; in PVRTMatrixPerspectiveFovLHF()
504 mOut.f[12] = 0; in PVRTMatrixPerspectiveFovLHF()
505 mOut.f[13] = 0; in PVRTMatrixPerspectiveFovLHF()
506 mOut.f[14] = -fFar * fNear * n; in PVRTMatrixPerspectiveFovLHF()
507 mOut.f[15] = 0; in PVRTMatrixPerspectiveFovLHF()
535 float f, n, fRealAspect; in PVRTMatrixPerspectiveFovRHF() local
543 f = 1.0f / (float)PVRTFTAN(fFOVy * 0.5f); in PVRTMatrixPerspectiveFovRHF()
546 mOut.f[ 0] = f / fRealAspect; in PVRTMatrixPerspectiveFovRHF()
547 mOut.f[ 1] = 0; in PVRTMatrixPerspectiveFovRHF()
548 mOut.f[ 2] = 0; in PVRTMatrixPerspectiveFovRHF()
549 mOut.f[ 3] = 0; in PVRTMatrixPerspectiveFovRHF()
551 mOut.f[ 4] = 0; in PVRTMatrixPerspectiveFovRHF()
552 mOut.f[ 5] = f; in PVRTMatrixPerspectiveFovRHF()
553 mOut.f[ 6] = 0; in PVRTMatrixPerspectiveFovRHF()
554 mOut.f[ 7] = 0; in PVRTMatrixPerspectiveFovRHF()
556 mOut.f[ 8] = 0; in PVRTMatrixPerspectiveFovRHF()
557 mOut.f[ 9] = 0; in PVRTMatrixPerspectiveFovRHF()
558 mOut.f[10] = (fFar + fNear) * n; in PVRTMatrixPerspectiveFovRHF()
559 mOut.f[11] = -1; in PVRTMatrixPerspectiveFovRHF()
561 mOut.f[12] = 0; in PVRTMatrixPerspectiveFovRHF()
562 mOut.f[13] = 0; in PVRTMatrixPerspectiveFovRHF()
563 mOut.f[14] = (2 * fFar * fNear) * n; in PVRTMatrixPerspectiveFovRHF()
564 mOut.f[15] = 0; in PVRTMatrixPerspectiveFovRHF()
592 mOut.f[ 0] = 2 / w; in PVRTMatrixOrthoLHF()
593 mOut.f[ 1] = 0; in PVRTMatrixOrthoLHF()
594 mOut.f[ 2] = 0; in PVRTMatrixOrthoLHF()
595 mOut.f[ 3] = 0; in PVRTMatrixOrthoLHF()
597 mOut.f[ 4] = 0; in PVRTMatrixOrthoLHF()
598 mOut.f[ 5] = 2 / h; in PVRTMatrixOrthoLHF()
599 mOut.f[ 6] = 0; in PVRTMatrixOrthoLHF()
600 mOut.f[ 7] = 0; in PVRTMatrixOrthoLHF()
602 mOut.f[ 8] = 0; in PVRTMatrixOrthoLHF()
603 mOut.f[ 9] = 0; in PVRTMatrixOrthoLHF()
604 mOut.f[10] = 1 / (zf - zn); in PVRTMatrixOrthoLHF()
605 mOut.f[11] = zn / (zn - zf); in PVRTMatrixOrthoLHF()
607 mOut.f[12] = 0; in PVRTMatrixOrthoLHF()
608 mOut.f[13] = 0; in PVRTMatrixOrthoLHF()
609 mOut.f[14] = 0; in PVRTMatrixOrthoLHF()
610 mOut.f[15] = 1; in PVRTMatrixOrthoLHF()
638 mOut.f[ 0] = 2 / w; in PVRTMatrixOrthoRHF()
639 mOut.f[ 1] = 0; in PVRTMatrixOrthoRHF()
640 mOut.f[ 2] = 0; in PVRTMatrixOrthoRHF()
641 mOut.f[ 3] = 0; in PVRTMatrixOrthoRHF()
643 mOut.f[ 4] = 0; in PVRTMatrixOrthoRHF()
644 mOut.f[ 5] = 2 / h; in PVRTMatrixOrthoRHF()
645 mOut.f[ 6] = 0; in PVRTMatrixOrthoRHF()
646 mOut.f[ 7] = 0; in PVRTMatrixOrthoRHF()
648 mOut.f[ 8] = 0; in PVRTMatrixOrthoRHF()
649 mOut.f[ 9] = 0; in PVRTMatrixOrthoRHF()
650 mOut.f[10] = 1 / (zn - zf); in PVRTMatrixOrthoRHF()
651 mOut.f[11] = zn / (zn - zf); in PVRTMatrixOrthoRHF()
653 mOut.f[12] = 0; in PVRTMatrixOrthoRHF()
654 mOut.f[13] = 0; in PVRTMatrixOrthoRHF()
655 mOut.f[14] = 0; in PVRTMatrixOrthoRHF()
656 mOut.f[15] = 1; in PVRTMatrixOrthoRHF()
735 float f; in PVRTMatrixVec3NormalizeF() local
740 f = (float)temp; in PVRTMatrixVec3NormalizeF()
742 vOut.x = vIn.x * f; in PVRTMatrixVec3NormalizeF()
743 vOut.y = vIn.y * f; in PVRTMatrixVec3NormalizeF()
744 vOut.z = vIn.z * f; in PVRTMatrixVec3NormalizeF()
779 float f; in PVRTMatrixLinearEqSolveF() local
816 f = pSrc[nCnt-1][j]; in PVRTMatrixLinearEqSolveF()
818 pSrc[i][j] = f; in PVRTMatrixLinearEqSolveF()
826 f = pSrc[j][nCnt] / pSrc[nCnt-1][nCnt]; in PVRTMatrixLinearEqSolveF()
831 pSrc[j][k] -= f * pSrc[nCnt-1][k]; in PVRTMatrixLinearEqSolveF()
843 f = pSrc[nCnt-1][0]; in PVRTMatrixLinearEqSolveF()
846 f -= pSrc[nCnt-1][k] * pRes[k-1]; in PVRTMatrixLinearEqSolveF()
849 f /= pSrc[nCnt-1][nCnt]; in PVRTMatrixLinearEqSolveF()
850 pRes[nCnt-1] = f; in PVRTMatrixLinearEqSolveF()