Searched refs:yf0 (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/hal/src/ |
D | mathfuncs.cpp | 530 __m128 yf0 = _mm_movelh_ps(_mm_cvtpd_ps(yd0), _mm_cvtpd_ps(yd1)); in exp() local 533 yf0 = _mm_mul_ps(yf0, _mm_castsi128_ps(_mm_slli_epi32(xi0, 23))); in exp() 548 zf0 = _mm_mul_ps(zf0, yf0); in exp() 700 … __m128d yf0 = _mm_unpacklo_pd(_mm_load_sd(expTab + tab_idx[0]), _mm_load_sd(expTab + tab_idx[1])); in exp() local 702 yf0 = _mm_mul_pd(yf0, _mm_castsi128_pd(_mm_slli_epi64(xi0, 52))); in exp() 720 zf0 = _mm_mul_pd(zf0, yf0); in exp() 1139 __m128 yf0 = _mm_movelh_ps(_mm_cvtpd_ps(yd0), _mm_cvtpd_ps(yd1)); in log() local 1148 yf0 = _mm_add_ps(yf0, zf0); in log() 1150 _mm_storeu_ps(y + i, yf0); in log()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_mips.c | 339 float* yf0 = y_fft[0]; in WebRtcAec_FilterFar_mips() local 435 [yf0] "+r" (yf0), [yf1] "+r" (yf1), [len] "+r" (len) in WebRtcAec_FilterFar_mips()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 362 const float yf0 = (float)(baseY + 0) / (float)gridSizeY; in generateVertices() local 370 ADD_VERTEX(xf0, yf0); in generateVertices() 371 ADD_VERTEX(xf1, yf0); in generateVertices() 374 ADD_VERTEX(xf1, yf0); in generateVertices()
|
/external/deqp/modules/gles3/performance/ |
D | es3pShaderOperatorTests.cpp | 362 const float yf0 = (float)(baseY + 0) / (float)gridSizeY; in generateVertices() local 370 ADD_VERTEX(xf0, yf0); in generateVertices() 371 ADD_VERTEX(xf1, yf0); in generateVertices() 374 ADD_VERTEX(xf1, yf0); in generateVertices()
|