Searched defs:tmpA (Results 1 - 4 of 4) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
H A DbtGeneric6DofConstraint.cpp797 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 DbtGeneric6DofSpring2Constraint.cpp632 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 DbtHingeConstraint.cpp819 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 DSkRegion.cpp1062 RunType tmpA[kRectRegionRuns]; local
1066 const RunType* a_runs = rgna->getRuns(tmpA, &a_intervals);

Completed in 161 milliseconds