Searched defs:tmpA (Results 1 - 4 of 4) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
H A D | btGeneric6DofConstraint.cpp | 797 btVector3 tmpA, tmpB, relA, relB; local 815 tmpA = relA.cross(ax1); 819 tmpA *= m_factA; 823 for (i=0; i<3; i++) info->m_J1angularAxis[srow+i] = tmpA[i];
|
H A D | btGeneric6DofSpring2Constraint.cpp | 632 btVector3 tmpA, tmpB, relA, relB; local 637 tmpA = relA.cross(ax1); 641 tmpA *= m_factA; 645 for (i=0; i<3; i++) info->m_J1angularAxis[srow+i] = tmpA[i];
|
H A D | btHingeConstraint.cpp | 819 btVector3 tmpA, tmpB, relA, relB, p, q; local 848 tmpA = relA.cross(p); 850 for (i=0; i<3; i++) info->m_J1angularAxis[s0+i] = tmpA[i]; 852 tmpA = relA.cross(q); 858 tmpA *= factA; 860 for (i=0; i<3; i++) info->m_J1angularAxis[s1+i] = tmpA[i]; 862 tmpA = relA.cross(ax1); 868 tmpA *= factA; 870 for (i=0; i<3; i++) info->m_J1angularAxis[s2+i] = tmpA[i];
|
/external/skia/src/core/ |
H A D | SkRegion.cpp | 1062 RunType tmpA[kRectRegionRuns]; local 1066 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals);
|
Completed in 161 milliseconds