Searched refs:_mm_cmpge_ps (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/CodeGen/ |
D | sse-builtins.c | 59 return _mm_cmpge_ps(__a, __b); in test_mm_cmpge_ps()
|
/external/eigen/Eigen/src/Core/arch/SSE/ |
D | MathFunctions.h | 460 _mm_cmpge_ps(_x, _mm_setzero_ps()),
|
/external/skia/include/private/ |
D | SkNx_sse.h | 88 AI SkNx operator >= (const SkNx& o) const { return _mm_cmpge_ps (fVec, o.fVec); } 181 AI SkNx operator >= (const SkNx& o) const { return _mm_cmpge_ps (fVec, o.fVec); }
|
/external/skqp/include/private/ |
D | SkNx_sse.h | 88 AI SkNx operator >= (const SkNx& o) const { return _mm_cmpge_ps (fVec, o.fVec); } 181 AI SkNx operator >= (const SkNx& o) const { return _mm_cmpge_ps (fVec, o.fVec); }
|
/external/clang/lib/Headers/ |
D | xmmintrin.h | 691 _mm_cmpge_ps(__m128 __a, __m128 __b) in _mm_cmpge_ps() function
|
/external/neon_2_sse/ |
D | NEON_2_SSE.h | 5143 res = _mm_cmpge_ps(_pM128(a),_pM128(b)); //use only 2 first entries in vcge_f32() 5204 res = _mm_cmpge_ps(a,b); //use only 2 first entries in vcgeq_f32() 5546 a0 = _mm_cmpge_ps ( a0, b0); in vcage_f32() 5558 a0 = _mm_cmpge_ps ( a0, b0); in vcageq_f32() 12715 dif = _mm_cmpge_ps(a, *(__m128*)fmax); in vcvtq_s32_f32()
|