Searched refs:tmp1 (Results 1 – 4 of 4) sorted by relevance
| /CTR-SDK-0.14.4/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-0.14.4/include/nn/math/ARMv6/inline/ |
| 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;
|
| D | math_Matrix34.ipp | 1071 f32 tmp1, tmp2, tmp3; 1073 tmp1 = -( pCamPos->x * vRightx + pCamPos->y * vRighty + pCamPos->z * vRightz ); 1089 m[0][3] = tmp1; 1303 f32 tmp1, tmp2, tmp3; 1305 tmp1 = pCamPos->x * rightx + pCamPos->y * righty + pCamPos->z * rightz; 1312 m[0][3] = -tmp1;
|
| /CTR-SDK-0.14.4/sources/libraries/math/ |
| D | math_Geometry.cpp | 526 VEC3 tmp0, tmp1, tmp2; in DistSqLine3ToLine3() local 529 VEC3Scale(&tmp1, &L1->d, t_)); in DistSqLine3ToLine3()
|