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

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
H A DbtMatrix3x3.h220 __m128 V11, V21, V31; local
231 V31 = _mm_shuffle_ps(Q, NQ, BT_SHUFFLE(0,2,0,3)); // X Z -X -W
235 V3 = V3 * V31; //
240 V31 = _mm_shuffle_ps(Q, NQ, BT_SHUFFLE(3,3,1,3)); // W W -Y -W
241 V31 = _mm_xor_ps(V31, vMPPP); // change the sign of the first element
247 V31 = V31 * Z;
251 V3 = V3 + V31;

Completed in 198 milliseconds