Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 4 of 4) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/ARMv6/
Dmath_Arithmetic.h110 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.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/ARMv6/inline/
Dmath_Matrix44.ipp364 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;
Dmath_Matrix34.ipp1071 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.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp526 VEC3 tmp0, tmp1, tmp2; in DistSqLine3ToLine3() local
529 VEC3Scale(&tmp1, &L1->d, t_)); in DistSqLine3ToLine3()