HomeSort by relevance Sort by last modified time
    Searched refs:_mm_andnot_ps (Results 1 - 25 of 37) sorted by null

1 2

  /external/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 82 z2 = _mm_andnot_ps(branch_mask, z2);
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 102 return _mm_or_ps(_mm_andnot_ps(iszero_mask, _mm_or_ps(x, invalid_mask)),
351 y = _mm_andnot_ps(poly_mask, y);
438 y = _mm_andnot_ps(poly_mask, y);
Complex.h 82 template<> EIGEN_STRONG_INLINE Packet2cf pandnot<Packet2cf>(const Packet2cf& a, const Packet2cf& b) { return Packet2cf(_mm_andnot_ps(a.v,b.v)); }
PacketMath.h 215 template<> EIGEN_STRONG_INLINE Packet4f pandnot<Packet4f>(const Packet4f& a, const Packet4f& b) { return _mm_andnot_ps(a,b); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fvec.h 122 #define Fvec32s4_SELECT(op) inline F32vec4 select_##op (const F32vec4 &a,const F32vec4 &b,const F32vec4 &c,const F32vec4 &d) { F32vec4 mask = _mm_cmp##op##_ps(a,b); return((mask & c) | F32vec4((_mm_andnot_ps(mask,d)))); }
230 #define Fvec32s1_SELECT(op) inline F32vec1 select_##op (const F32vec1 &a,const F32vec1 &b,const F32vec1 &c,const F32vec1 &d) { F32vec1 mask = _mm_cmp##op##_ss(a,b); return((mask & c) | F32vec1((_mm_andnot_ps(mask,d)))); }
  /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 103 SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); }
125 _mm_andnot_ps(fVec, e.fVec));
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_sse2.c 115 ef_re = _mm_andnot_ps(bigger, ef_re);
116 ef_im = _mm_andnot_ps(bigger, ef_im);
388 const __m128 vec_if0 = _mm_andnot_ps(bigger, vec_hNl);
  /external/eigen/bench/
bench_norm.cpp 83 Packet4f internal::pandnot(const Packet4f& a, Packet4f& b) { return _mm_andnot_ps(a,b); }
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]
  /external/clang/lib/Headers/
xmmintrin.h 164 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
xmmintrin.h 437 _mm_andnot_ps(__m128 __a, __m128 __b) function
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
xmmintrin.h 165 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
xmmintrin.h 164 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
xmmintrin.h 164 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
xmmintrin.h 164 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
xmmintrin.h 164 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
xmmintrin.h 164 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
xmmintrin.h 164 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
xmmintrin.h 164 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
xmmintrin.h 164 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
xmmintrin.h 165 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
xmmintrin.h 165 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
xmmintrin.h 165 _mm_andnot_ps(__m128 __a, __m128 __b) function
  /prebuilts/sdk/renderscript/clang-include/
xmmintrin.h 164 _mm_andnot_ps(__m128 __a, __m128 __b) function

Completed in 1959 milliseconds

1 2