Searched refs:_mm_cmpgt_ps (Results 1 – 9 of 9) sorted by relevance
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
D | MathFunctions.h | 50 Packet4f branch_mask= _mm_cmpgt_ps(a, p4f_half);//this is to select which branch to take in pasin()
|
/external/libopus/celt/x86/ |
D | vq_sse2.c | 176 pos = _mm_max_epi16(pos, _mm_and_si128(count, _mm_castps_si128(_mm_cmpgt_ps(r4, max)))); in op_pvq_search_sse2()
|
/external/skia/include/private/ |
D | SkNx_sse.h | 33 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); in emulate_mm_floor_ps() 86 AI SkNx operator > (const SkNx& o) const { return _mm_cmpgt_ps (fVec, o.fVec); } 179 AI SkNx operator > (const SkNx& o) const { return _mm_cmpgt_ps (fVec, o.fVec); }
|
/external/skqp/include/private/ |
D | SkNx_sse.h | 33 __m128 too_big = _mm_cmpgt_ps(roundtrip, v); in emulate_mm_floor_ps() 86 AI SkNx operator > (const SkNx& o) const { return _mm_cmpgt_ps (fVec, o.fVec); } 179 AI SkNx operator > (const SkNx& o) const { return _mm_cmpgt_ps (fVec, o.fVec); }
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_sse2.c | 108 const __m128 bigger = _mm_cmpgt_ps(absEf, kThresh); in ScaleErrorSignalSSE2() 383 const __m128 bigger = _mm_cmpgt_ps(vec_hNl, vec_hNlFb); in OverdriveAndSuppressSSE2()
|
/external/clang/test/CodeGen/ |
D | sse-builtins.c | 75 return _mm_cmpgt_ps(__a, __b); in test_mm_cmpgt_ps()
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 144 Packet4f mask = _mm_cmpgt_ps(tmp, fx);
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 646 _mm_cmpgt_ps(__m128 __a, __m128 __b) in _mm_cmpgt_ps() function
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 5412 res = _mm_cmpgt_ps(_pM128(a),_pM128(b)); //use only 2 first entries in vcgt_f32() 5453 res = _mm_cmpgt_ps(a,b); //use only 2 first entries in vcgtq_f32() 5600 a0 = _mm_cmpgt_ps (a0, b0); in vcagt_f32() 5612 a0 = _mm_cmpgt_ps (a0, b0); in vcagtq_f32()
|