Home
last modified time | relevance | path

Searched refs:get128 (Results 1 – 7 of 7) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/
DbtSolverBody.h57 SIMD_FORCE_INLINE __m128 get128() in get128() function
62 SIMD_FORCE_INLINE const __m128 get128() const in get128() function
92 return btSimdScalar(_mm_mul_ps(v1.get128(),v2.get128()));
99 return btSimdScalar(_mm_add_ps(v1.get128(),v2.get128()));
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
DbtConvexShape.cpp88 vec_float4 p0 = vec_dot3(points[v ].get128(),localDir.get128()); in convexHullSupport()
89 vec_float4 p1 = vec_dot3(points[v+1].get128(),localDir.get128()); in convexHullSupport()
90 vec_float4 p2 = vec_dot3(points[v+2].get128(),localDir.get128()); in convexHullSupport()
91 vec_float4 p3 = vec_dot3(points[v+3].get128(),localDir.get128()); in convexHullSupport()
110 vec_float4 p = vec_dot3(points[v].get128(),localDir.get128()); in convexHullSupport()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtQuaternion.h219 __m128 vQ2 = q.get128();
247 float32x4_t vQ2 = q.get128();
593 __m128 vQ1 = q1.get128();
594 __m128 vQ2 = q2.get128();
625 float32x4_t vQ1 = q1.get128();
626 float32x4_t vQ2 = q2.get128();
681 __m128 vQ1 = q.get128();
682 __m128 vQ2 = w.get128();
708 float32x4_t vQ1 = q.get128();
709 float32x4_t vQ2 = w.get128();
[all …]
DbtQuadWord.h47 vec_float4 get128() const in ATTRIBUTE_ALIGNED16()
60 SIMD_FORCE_INLINE btSimdFloat4 get128() const in ATTRIBUTE_ALIGNED16()
DbtVector3.h92 SIMD_FORCE_INLINE const vec_float4& get128() const in ATTRIBUTE_ALIGNED16()
103 SIMD_FORCE_INLINE btSimdFloat4 get128() const in ATTRIBUTE_ALIGNED16()
DbtMatrix3x3.h216 __m128 vs, Q = q.get128(); in ATTRIBUTE_ALIGNED16()
/external/lldb/scripts/
Ddisasm-gdb-remote.pl22 our $reg128_href = { extract => \&get128, format => "0x%s" };
1581 sub get128 subroutine