/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
MathFunctions.h | 83 Packet4f z = _mm_or_ps(z1,z2);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fvec.h | 44 friend F32vec4 operator |(const F32vec4 &a,const F32vec4 &b) { return _mm_or_ps(a,b); } 57 F32vec4& operator |=(F32vec4 &a) { return *this = _mm_or_ps(vec,a); } 179 friend F32vec1 operator |(const F32vec1 &a,const F32vec1 &b) { return _mm_or_ps(a,b); } 190 F32vec1& operator |=(F32vec1 &a) { return *this = _mm_or_ps(vec,a); }
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
MathFunctions.h | 63 x = _mm_or_ps(x, p4f_half); 102 return _mm_or_ps(_mm_andnot_ps(iszero_mask, _mm_or_ps(x, invalid_mask)), 352 y = _mm_or_ps(y,y2); 439 y = _mm_or_ps(y,y2);
|
Complex.h | 80 template<> EIGEN_STRONG_INLINE Packet2cf por <Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_or_ps(a.v,b.v)); }
|
PacketMath.h | 207 template<> EIGEN_STRONG_INLINE Packet4f por<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_or_ps(a,b); }
|
/external/vulkan-validation-layers/libs/glm/detail/ |
intrinsic_common.inl | 170 return _mm_or_ps(And0, And1); 194 __m128 or0 = _mm_or_ps(and0, glm::detail::_ps_2pow23); 204 __m128 or0 = _mm_or_ps(and0, glm::detail::_ps_2pow23);
|
/external/clang/www/ |
builtins.py | 43 '__builtin_ia32_orps': '_mm_or_ps',
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_sse2.c | 117 ef_re = _mm_or_ps(ef_re, ef_re_if); 118 ef_im = _mm_or_ps(ef_im, ef_im_if); 268 const __m128 n_0 = _mm_or_ps(n_1, *((__m128*)eight_biased_exponent)); 278 _mm_or_ps(mantissa, *((__m128*)zero_biased_exponent_is_one)); 391 vec_hNl = _mm_or_ps(vec_if0, vec_if1);
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
btSequentialImpulseConstraintSolver.cpp | 167 deltaImpulse = _mm_or_ps(_mm_and_ps(resultLowerLess, lowMinApplied), _mm_andnot_ps(resultLowerLess, deltaImpulse)); 168 c.m_appliedImpulse = _mm_or_ps(_mm_and_ps(resultLowerLess, lowerLimit1), _mm_andnot_ps(resultLowerLess, sum)); 170 deltaImpulse = _mm_or_ps(_mm_and_ps(resultUpperLess, deltaImpulse), _mm_andnot_ps(resultUpperLess, upperMinApplied)); 171 c.m_appliedImpulse = _mm_or_ps(_mm_and_ps(resultUpperLess, c.m_appliedImpulse), _mm_andnot_ps(resultUpperLess, upperLimit1)); 227 deltaImpulse = _mm_or_ps(_mm_and_ps(resultLowerLess, lowMinApplied), _mm_andnot_ps(resultLowerLess, deltaImpulse)); 228 c.m_appliedImpulse = _mm_or_ps(_mm_and_ps(resultLowerLess, lowerLimit1), _mm_andnot_ps(resultLowerLess, sum)); 351 deltaImpulse = _mm_or_ps( _mm_and_ps(resultLowerLess, lowMinApplied), _mm_andnot_ps(resultLowerLess, deltaImpulse) ); 352 c.m_appliedPushImpulse = _mm_or_ps( _mm_and_ps(resultLowerLess, lowerLimit1), _mm_andnot_ps(resultLowerLess, sum) ); [all...] |
/external/skia/src/opts/ |
SkNx_sse.h | 124 return _mm_or_ps(_mm_and_ps (fVec, t.fVec),
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
simd_vec4.inl | 328 return _mm_or_ps(And0, And1);
|
/external/clang/lib/Headers/ |
xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
xmmintrin.h | 171 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
xmmintrin.h | 171 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
xmmintrin.h | 171 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
xmmintrin.h | 171 _mm_or_ps(__m128 __a, __m128 __b) function
|
/prebuilts/sdk/renderscript/clang-include/ |
xmmintrin.h | 170 _mm_or_ps(__m128 __a, __m128 __b) function
|