Searched refs:tmp1 (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.5/include/nn/math/ARMv6/ |
| D | math_Arithmetic.h | 110 f32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, ret; in HermiteC_FAST() local 112 tmp1 = (v0 - v1); in HermiteC_FAST() 119 ret = v0 + tmp1 * tmp2 * tmp3 + tmp4 * (tmp5 + tmp6); in HermiteC_FAST()
|
| /CTR-SDK-4.2.5/include/nn/math/ARMv6/inline/ |
| D | math_Matrix34.ipp | 1077 f32 tmp1, tmp2, tmp3; 1079 tmp1 = -( pCamPos->x * vRightx + pCamPos->y * vRighty + pCamPos->z * vRightz ); 1095 m[0][3] = tmp1; 1309 f32 tmp1, tmp2, tmp3; 1311 tmp1 = pCamPos->x * rightx + pCamPos->y * righty + pCamPos->z * rightz; 1318 m[0][3] = -tmp1;
|
| D | math_Matrix44.ipp | 364 f32 tmp1 = 1.0f / (r - l); 370 m00 = (2*n) * tmp1; 371 m02 = (r + l) * tmp1; 463 register f32 tmp1 = 1.0f / (r - l); 468 m00 = 2.0f * tmp1; 469 m03 = -(r + l) * tmp1;
|