/external/vulkan-validation-layers/libs/glm/gtx/ |
simd_vec4.inl | 44 Data(_mm_set1_ps(s)) 139 this->Data = _mm_div_ps(Data, _mm_set1_ps(s)); 185 return fvec4SIMD(_mm_add_ps(v.Data, _mm_set1_ps(s))); 190 return fvec4SIMD(_mm_add_ps(_mm_set1_ps(s), v.Data)); 201 return fvec4SIMD(_mm_sub_ps(v.Data, _mm_set1_ps(s))); 206 return fvec4SIMD(_mm_sub_ps(_mm_set1_ps(s), v.Data)); 218 __m128 par1 = _mm_set1_ps(s); 224 __m128 par0 = _mm_set1_ps(s); 238 __m128 par1 = _mm_set1_ps(s); 244 __m128 par0 = _mm_set1_ps(s) [all...] |
simd_quat.inl | 92 this->Data = _mm_div_ps(Data, _mm_set1_ps(s)); 175 static const __m128 two = _mm_set1_ps(2.0f); 202 return fquatSIMD(_mm_mul_ps(q.Data, _mm_set1_ps(s))); 207 return fquatSIMD(_mm_mul_ps(_mm_set1_ps(s), q.Data)); 214 return fquatSIMD(_mm_div_ps(q.Data, _mm_set1_ps(s))); 340 __m128 _tmp0 = _mm_sub_ps(_mm_set1_ps(1.0f), _mm_mul_ps(_yzxw2, _yzxw)); 402 return _mm_mul_ps(q.Data, _mm_set1_ps(1.0f / length(q))); 428 return _mm_add_ps(x.Data, _mm_mul_ps(_mm_set1_ps(a), _mm_sub_ps(y.Data, x.Data))); 454 return _mm_add_ps(x.Data, _mm_mul_ps(_mm_set1_ps(a), _mm_sub_ps(y.Data, x.Data))); 479 return _mm_add_ps(x.Data, _mm_mul_ps(_mm_set1_ps(a), _mm_sub_ps(y.Data, x.Data))) [all...] |
/external/opencv3/modules/core/src/ |
convert.cpp | [all...] |
/external/opencv3/modules/hal/src/ |
mathfuncs.cpp | 77 __m128 eps = _mm_set1_ps((float)DBL_EPSILON), absmask = _mm_set1_ps(iabsmask.f); 78 __m128 _90 = _mm_set1_ps(90.f), _180 = _mm_set1_ps(180.f), _360 = _mm_set1_ps(360.f); 79 __m128 z = _mm_setzero_ps(), scale4 = _mm_set1_ps(scale); 80 __m128 p1 = _mm_set1_ps(atan2_p1), p3 = _mm_set1_ps(atan2_p3); 81 __m128 p5 = _mm_set1_ps(atan2_p5), p7 = _mm_set1_ps(atan2_p7) [all...] |
/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_sse2.c | 87 const __m128 k1e_10f = _mm_set1_ps(1e-10f); 88 const __m128 kMu = extended_filter_enabled ? _mm_set1_ps(kExtendedMu) 89 : _mm_set1_ps(normal_mu); 91 ? _mm_set1_ps(kExtendedErrorThreshold) 92 : _mm_set1_ps(normal_error_threshold); 374 const __m128 vec_hNlFb = _mm_set1_ps(hNlFb); 375 const __m128 vec_one = _mm_set1_ps(1.0f); 376 const __m128 vec_minus_one = _mm_set1_ps(-1.0f); 377 const __m128 vec_overDriveSm = _mm_set1_ps(aec->overDriveSm); 456 __m128 vec_wfEn = _mm_set1_ps(0.0f) [all...] |
/external/speex/libspeex/ |
_kiss_fft_guts.h | 137 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) 138 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) 139 # define HALF_OF(x) ((x)*_mm_set1_ps(.5))
|
kiss_fftr.c | 113 freqdata[ncfft].i = freqdata[0].i = _mm_set1_ps(0); 165 st->tmpbuf[ncfft - k].i *= _mm_set1_ps(-1.0); 291 st->tmpbuf[ncfft - k].i *= _mm_set1_ps(-1.0);
|
/device/google/dragon/audio/hal/dsp/ |
drc_kernel.c | 701 const __m128 A7 = _mm_set1_ps(-4.3330336920917034149169921875e-3f); 702 const __m128 A5 = _mm_set1_ps(7.9434238374233245849609375e-2f); 703 const __m128 A3 = _mm_set1_ps(-0.645892798900604248046875f); 704 const __m128 A1 = _mm_set1_ps(1.5707910060882568359375f); 767 [base]"x"(_mm_set1_ps(scaled_desired_gain)), 768 [r4]"x"(_mm_set1_ps(r*r*r*r)), 769 [g]"x"(_mm_set1_ps(master_linear_gain)) 776 __m128 A7 = _mm_set1_ps(-4.3330336920917034149169921875e-3f); 777 __m128 A5 = _mm_set1_ps(7.9434238374233245849609375e-2f); 778 __m128 A3 = _mm_set1_ps(-0.645892798900604248046875f) [all...] |
.dsp_util.c.swp | 118 ? ? ? ? ? ? ? k Q 7 ? ? ? ? ? ? } ); "xmm0", "xmm1", "xmm2", "memory", "cc" : /* clobber */ [scale_2_15]"x"(_mm_set1_ps(1.0f*(1<<15))) [output]"3"(output), [input2]"2"(input2), [input1]"1"(input1), [chunk]"0"(chunk), : /* input */ "=r"(output) "=r"(input2), "=r"(input1), "=r"(chunk), : /* output */ "jnz 1b \n" "sub $1, %[chunk] \n" "add $16, %[output] \n" "movdqu %%xmm0, (%[output]) \n" "packssdw %%xmm1, %%xmm0 \n" "cvtps2dq %%xmm1, %%xmm1 \n" "cvtps2dq %%xmm0, %%xmm0 \n" "mulps %[scale_2_15], %%xmm1 \n" "mulps %[scale_2_15], %%xmm0 \n" "add $16, %[input2] \n" "add $16, %[input1] \n" "unpckhps %%xmm2, %%xmm1 \n" "unpcklps %%xmm2, %%xmm0 \n" "movaps %%xmm0, %%xmm1 \n" "lddqu (%[input2]), %%xmm2 \n" "lddqu (%[input1]), %%xmm0 \n" "1: \n" __asm__ __volatile__ ( if (chunk) { frames &= 3; int chunk = frames >> 2; /* L0 L1 L2 L3, R0 R1 R2 R3 -> L0 R0 L1 R1, L2 R2 L3 R3 */ /* Process 4 frames (8 samples) each loop. */ { int16_t *output, int frames) static void interleave_stereo(float *input1, float *input2, #define deinterleave_stereo deinterleave_stereo } } *output2++ = *input++ / 32768.0f; *output1++ = *input++ / 32768.0f; while (frames--) { /* The remaining samples. */ } ); "xmm0", "xmm1", "xmm2", "xmm3", "memory", "cc" : /* clobber */ [scale_2_n15]"x"(_mm_set1_ps(1.0f/(1<<15))) [scale_2_n31]"x"(_mm_set1_ps(1.0f/(1<<15)/(1<<16))), : /* input */ [output2]"+r"(output2) [output1]"+r"(output1), (…)
|
dsp_util.c | 177 [scale_2_n31]"x"(_mm_set1_ps(1.0f/(1<<15)/(1<<16))), 178 [scale_2_n15]"x"(_mm_set1_ps(1.0f/(1<<15))) 229 [scale_2_15]"x"(_mm_set1_ps(1.0f*(1<<15)))
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/ConstraintSolver/ |
btSequentialImpulseConstraintSolver.cpp | 154 __m128 cpAppliedImp = _mm_set1_ps(c.m_appliedImpulse); 155 __m128 lowerLimit1 = _mm_set1_ps(c.m_lowerLimit); 156 __m128 upperLimit1 = _mm_set1_ps(c.m_upperLimit); 157 btSimdScalar deltaImpulse = _mm_sub_ps(_mm_set1_ps(c.m_rhs), _mm_mul_ps(_mm_set1_ps(c.m_appliedImpulse), _mm_set1_ps(c.m_cfm))); 160 deltaImpulse = _mm_sub_ps(deltaImpulse, _mm_mul_ps(deltaVel1Dotn, _mm_set1_ps(c.m_jacDiagABInv))); 161 deltaImpulse = _mm_sub_ps(deltaImpulse, _mm_mul_ps(deltaVel2Dotn, _mm_set1_ps(c.m_jacDiagABInv))); 214 __m128 cpAppliedImp = _mm_set1_ps(c.m_appliedImpulse); 215 __m128 lowerLimit1 = _mm_set1_ps(c.m_lowerLimit) [all...] |
btSolverBody.h | 42 :m_vec128 (_mm_set1_ps(fl))
|
/external/libopus/celt/ |
_kiss_fft_guts.h | 162 # define KISS_FFT_COS(phase) _mm_set1_ps( cos(phase) ) 163 # define KISS_FFT_SIN(phase) _mm_set1_ps( sin(phase) ) 164 # define HALF_OF(x) ((x)*_mm_set1_ps(.5f))
|
/external/pdfium/third_party/libopenjpeg20/ |
mct.c | 382 vrv = _mm_set1_ps(1.402f); 383 vgu = _mm_set1_ps(0.34413f); 384 vgv = _mm_set1_ps(0.71414f); 385 vbu = _mm_set1_ps(1.772f);
|
dwt.c | 821 opj_v4dwt_decode_step1_sse(dwt->wavelet+a, dwt->sn, _mm_set1_ps(opj_K)); 822 opj_v4dwt_decode_step1_sse(dwt->wavelet+b, dwt->dn, _mm_set1_ps(opj_c13318)); 823 opj_v4dwt_decode_step2_sse(dwt->wavelet+b, dwt->wavelet+a+1, dwt->sn, opj_int_min(dwt->sn, dwt->dn-a), _mm_set1_ps(opj_dwt_delta)); 824 opj_v4dwt_decode_step2_sse(dwt->wavelet+a, dwt->wavelet+b+1, dwt->dn, opj_int_min(dwt->dn, dwt->sn-b), _mm_set1_ps(opj_dwt_gamma)); 825 opj_v4dwt_decode_step2_sse(dwt->wavelet+b, dwt->wavelet+a+1, dwt->sn, opj_int_min(dwt->sn, dwt->dn-a), _mm_set1_ps(opj_dwt_beta)); 826 opj_v4dwt_decode_step2_sse(dwt->wavelet+a, dwt->wavelet+b+1, dwt->dn, opj_int_min(dwt->dn, dwt->sn-b), _mm_set1_ps(opj_dwt_alpha));
|
/external/skia/src/opts/ |
SkNx_sse.h | 23 return _mm_sub_ps(roundtrip, _mm_and_ps(too_big, _mm_set1_ps(1.0f))); 32 SkNx(float val) : fVec(_mm_set1_ps(val)) {} 81 SkNx(float val) : fVec( _mm_set1_ps(val) ) {} 103 SkNx abs() const { return _mm_andnot_ps(_mm_set1_ps(-0.0f), fVec); }
|
/external/vulkan-validation-layers/libs/glm/detail/ |
intrinsic_common.inl | 161 __m128 Neg = _mm_set1_ps(-1.0f); 162 __m128 Pos = _mm_set1_ps(1.0f);
|
/external/opencv3/modules/imgproc/src/ |
imgwarp.cpp | 554 __m128 b0 = _mm_set1_ps(beta[0]), b1 = _mm_set1_ps(beta[1]); 652 __m128 b0 = _mm_set1_ps(beta[0]), b1 = _mm_set1_ps(beta[1]); 702 __m128 b0 = _mm_set1_ps(beta[0]*scale), b1 = _mm_set1_ps(beta[1]*scale), 703 b2 = _mm_set1_ps(beta[2]*scale), b3 = _mm_set1_ps(beta[3]*scale); 797 __m128 b0 = _mm_set1_ps(beta[0]), b1 = _mm_set1_ps(beta[1]) [all...] |
thresh.cpp | 726 __m128 thresh4 = _mm_set1_ps(thresh), maxval4 = _mm_set1_ps(maxval); 764 __m128 thresh4 = _mm_set1_ps(thresh), maxval4 = _mm_set1_ps(maxval); 802 __m128 thresh4 = _mm_set1_ps(thresh); 833 __m128 thresh4 = _mm_set1_ps(thresh); 872 __m128 thresh4 = _mm_set1_ps(thresh); [all...] |
color.cpp | [all...] |
filter.cpp | [all...] |
corner.cpp | 72 __m128 half = _mm_set1_ps(0.5f); 142 __m128 k4 = _mm_set1_ps((float)k); 699 __m128 v_factor = _mm_set1_ps(factor_f), v_m2 = _mm_set1_ps(-2.0f);
|
smooth.cpp | 283 const __m128 scale4 = _mm_set1_ps((float)_scale); 457 const __m128 scale4 = _mm_set1_ps((float)_scale); 625 const __m128 scale4 = _mm_set1_ps((float)_scale); 791 const __m128 scale4 = _mm_set1_ps((float)_scale); 946 const __m128 scale4 = _mm_set1_ps((float)_scale); [all...] |
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
avx2intrin.h | [all...] |
/prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/ |
avx2intrin.h | [all...] |