/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
MathFunctions.h | 50 Packet4f branch_mask= _mm_cmpgt_ps(a, p4f_half);//this is to select which branch to take
|
/external/clang/www/ |
builtins.py | 60 '__builtin_ia32_cmpgtps': '_mm_cmpgt_ps',
|
/external/skia/src/opts/ |
SkNx_sse.h | 22 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); 48 SkNx operator > (const SkNx& o) const { return _mm_cmpgt_ps (fVec, o.fVec); } 96 SkNx operator > (const SkNx& o) const { return _mm_cmpgt_ps (fVec, o.fVec); }
|
/external/vulkan-validation-layers/libs/glm/detail/ |
intrinsic_common.inl | 165 __m128 Cmp1 = _mm_cmpgt_ps(x, zero); 213 __m128 cmp0 = _mm_cmpgt_ps(x, rnd0);
|
/external/opencv3/modules/imgproc/src/ |
thresh.cpp | 732 v0 = _mm_cmpgt_ps( v0, thresh4 ); 733 v1 = _mm_cmpgt_ps( v1, thresh4 ); 839 v0 = _mm_and_ps(v0, _mm_cmpgt_ps(v0, thresh4)); 840 v1 = _mm_and_ps(v1, _mm_cmpgt_ps(v1, thresh4)); [all...] |
/external/eigen/Eigen/src/Core/arch/SSE/ |
MathFunctions.h | 144 Packet4f mask = _mm_cmpgt_ps(tmp, fx);
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_sse2.c | 108 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); 383 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb);
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
btSequentialImpulseConstraintSolver.cpp | 196 const __m128 maskLower = _mm_cmpgt_ps(tmp, lowerLimit); 197 const __m128 maskUpper = _mm_cmpgt_ps(upperLimit, tmp); 252 const __m128 mask = _mm_cmpgt_ps(tmp, lowerLimit); [all...] |
/external/clang/lib/Headers/ |
xmmintrin.h | 226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/external/clang/test/CodeGen/ |
sse-builtins.c | 292 return _mm_cmpgt_ps(__a, __b);
|
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
xmmintrin.h | 227 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
xmmintrin.h | 226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/ |
xmmintrin.h | 226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/ |
xmmintrin.h | 226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/ |
xmmintrin.h | 226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/ |
xmmintrin.h | 226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/ |
xmmintrin.h | 226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/ |
xmmintrin.h | 226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/ |
xmmintrin.h | 226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/ |
xmmintrin.h | 227 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/ |
xmmintrin.h | 225 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/ |
xmmintrin.h | 225 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/prebuilts/sdk/renderscript/clang-include/ |
xmmintrin.h | 226 _mm_cmpgt_ps(__m128 __a, __m128 __b) function
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
intrin_sse.hpp | [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/ |
xmmintrin.h | 375 _mm_cmpgt_ps (__m128 __A, __m128 __B) function [all...] |