Home
last modified time | relevance | path

Searched refs:_mm_cmpgt_ps (Results 1 – 9 of 9) sorted by relevance

/external/eigen/unsupported/Eigen/src/MoreVectorization/
DMathFunctions.h50 Packet4f branch_mask= _mm_cmpgt_ps(a, p4f_half);//this is to select which branch to take in pasin()
/external/libopus/celt/x86/
Dvq_sse2.c176 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/
DSkNx_sse.h33 __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/
DSkNx_sse.h33 __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/
Daec_core_sse2.c108 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/
Dsse-builtins.c75 return _mm_cmpgt_ps(__a, __b); in test_mm_cmpgt_ps()
/external/eigen/Eigen/src/Core/arch/SSE/
DMathFunctions.h144 Packet4f mask = _mm_cmpgt_ps(tmp, fx);
/external/clang/lib/Headers/
Dxmmintrin.h646 _mm_cmpgt_ps(__m128 __a, __m128 __b) in _mm_cmpgt_ps() function
/external/neon_2_sse/
DNEON_2_SSE.h5412 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()