Home
last modified time | relevance | path

Searched refs:h_k (Results 1 – 25 of 117) sorted by relevance

12345

/dports/math/polymake/polymake-4.5/apps/polytope/src/
H A Dcubical_h_vector.cc36 Vector<Integer>::iterator h_k=h.begin(); in cube_facet_gens()
38 *h_k = Integer::pow(2,d-1); in cube_facet_gens()
39 ++h_k; in cube_facet_gens()
40 for (Int k = 0, startsign = 1; k <= d-1; ++k, ++h_k, startsign = -startsign) { in cube_facet_gens()
42 *h_k += sign * Integer::binom(d-1-i,d-1-k) * (Integer::pow(2,i)) * f[i]; in cube_facet_gens()
43 *h_k -= h_k[-1]; in cube_facet_gens()
H A Dh_vector.cc31 Vector<Integer>::iterator h_k=h.begin(); in h_from_f_vec() local
32 for (Int k = 0, startsign = 1; k <= d; ++k, ++h_k, startsign = -startsign) { in h_from_f_vec()
33 *h_k = startsign * Integer::binom(d,d-k); in h_from_f_vec()
35 *h_k += sign * Integer::binom(d-i,d-k) * (simplicial ? f[i-1] : f[d-i]); in h_from_f_vec()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/aec3/
H A Dmatched_filter_avx2.cc59 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AVX2() local
62 s_256 = _mm256_fmadd_ps(h_k, x_k, s_256); in MatchedFilterCore_AVX2()
107 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AVX2() local
110 h_k = _mm256_fmadd_ps(x_k, alpha_256, h_k); in MatchedFilterCore_AVX2()
113 _mm256_storeu_ps(h_p, h_k); in MatchedFilterCore_AVX2()
H A Dmatched_filter.cc76 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
79 s_128 = vmlaq_f32(s_128, h_k, x_k); in MatchedFilterCore_NEON()
119 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
122 h_k = vmlaq_f32(h_k, alpha_128, x_k); in MatchedFilterCore_NEON()
125 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON()
186 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
190 const __m128 hx = _mm_mul_ps(h_k, x_k); in MatchedFilterCore_SSE2()
231 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
236 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()
239 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter_avx2.cc59 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AVX2() local
62 s_256 = _mm256_fmadd_ps(h_k, x_k, s_256); in MatchedFilterCore_AVX2()
107 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AVX2() local
110 h_k = _mm256_fmadd_ps(x_k, alpha_256, h_k); in MatchedFilterCore_AVX2()
113 _mm256_storeu_ps(h_p, h_k); in MatchedFilterCore_AVX2()
H A Dmatched_filter.cc76 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
79 s_128 = vmlaq_f32(s_128, h_k, x_k); in MatchedFilterCore_NEON()
119 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
122 h_k = vmlaq_f32(h_k, alpha_128, x_k); in MatchedFilterCore_NEON()
125 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON()
186 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
190 const __m128 hx = _mm_mul_ps(h_k, x_k); in MatchedFilterCore_SSE2()
231 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
236 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()
239 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/aec3/
H A Dmatched_filter_avx2.cc59 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AVX2() local
62 s_256 = _mm256_fmadd_ps(h_k, x_k, s_256); in MatchedFilterCore_AVX2()
107 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AVX2() local
110 h_k = _mm256_fmadd_ps(x_k, alpha_256, h_k); in MatchedFilterCore_AVX2()
113 _mm256_storeu_ps(h_p, h_k); in MatchedFilterCore_AVX2()
H A Dmatched_filter.cc76 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
79 s_128 = vmlaq_f32(s_128, h_k, x_k); in MatchedFilterCore_NEON()
119 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
122 h_k = vmlaq_f32(h_k, alpha_128, x_k); in MatchedFilterCore_NEON()
125 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON()
186 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
190 const __m128 hx = _mm_mul_ps(h_k, x_k); in MatchedFilterCore_SSE2()
231 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
236 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()
239 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter_avx2.cc59 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AVX2() local
62 s_256 = _mm256_fmadd_ps(h_k, x_k, s_256); in MatchedFilterCore_AVX2()
107 __m256 h_k = _mm256_loadu_ps(h_p); in MatchedFilterCore_AVX2() local
110 h_k = _mm256_fmadd_ps(x_k, alpha_256, h_k); in MatchedFilterCore_AVX2()
113 _mm256_storeu_ps(h_p, h_k); in MatchedFilterCore_AVX2()
H A Dmatched_filter.cc76 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
79 s_128 = vmlaq_f32(s_128, h_k, x_k); in MatchedFilterCore_NEON()
119 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
122 h_k = vmlaq_f32(h_k, alpha_128, x_k); in MatchedFilterCore_NEON()
125 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON()
186 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
190 const __m128 hx = _mm_mul_ps(h_k, x_k); in MatchedFilterCore_SSE2()
231 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
236 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()
239 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter.cc76 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
79 s_128 = vmlaq_f32(s_128, h_k, x_k); in MatchedFilterCore_NEON()
119 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
122 h_k = vmlaq_f32(h_k, alpha_128, x_k); in MatchedFilterCore_NEON()
125 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON()
186 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
190 const __m128 hx = _mm_mul_ps(h_k, x_k); in MatchedFilterCore_SSE2()
231 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
236 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()
239 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter.cc69 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
72 s_128 = vmlaq_f32(s_128, h_k, x_k); in MatchedFilterCore_NEON()
111 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
114 h_k = vmlaq_f32(h_k, alpha_128, x_k); in MatchedFilterCore_NEON()
117 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON()
177 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
181 const __m128 hx = _mm_mul_ps(h_k, x_k); in MatchedFilterCore_SSE2()
221 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
226 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()
229 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/modules/audio_processing/aec3/
H A Dmatched_filter.cc76 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
79 s_128 = vmlaq_f32(s_128, h_k, x_k); in MatchedFilterCore_NEON()
119 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
122 h_k = vmlaq_f32(h_k, alpha_128, x_k); in MatchedFilterCore_NEON()
125 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON()
186 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
190 const __m128 hx = _mm_mul_ps(h_k, x_k); in MatchedFilterCore_SSE2()
231 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
236 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()
239 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter.cc69 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
72 s_128 = vmlaq_f32(s_128, h_k, x_k); in MatchedFilterCore_NEON()
111 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
114 h_k = vmlaq_f32(h_k, alpha_128, x_k); in MatchedFilterCore_NEON()
117 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON()
177 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
181 const __m128 hx = _mm_mul_ps(h_k, x_k); in MatchedFilterCore_SSE2()
221 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
226 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()
229 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/aec3/
H A Dmatched_filter.cc69 const float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
72 s_128 = vmlaq_f32(s_128, h_k, x_k); in MatchedFilterCore_NEON()
111 float32x4_t h_k = vld1q_f32(h_p); in MatchedFilterCore_NEON() local
114 h_k = vmlaq_f32(h_k, alpha_128, x_k); in MatchedFilterCore_NEON()
117 vst1q_f32(h_p, h_k); in MatchedFilterCore_NEON()
177 const __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
181 const __m128 hx = _mm_mul_ps(h_k, x_k); in MatchedFilterCore_SSE2()
221 __m128 h_k = _mm_loadu_ps(h_p); in MatchedFilterCore_SSE2() local
226 h_k = _mm_add_ps(h_k, alpha_x); in MatchedFilterCore_SSE2()
229 _mm_storeu_ps(h_p, h_k); in MatchedFilterCore_SSE2()
/dports/misc/opennn/opennn-5.0.5/opennn/
H A Dnumerical_differentiation.h2670 type h_k; variable
2706 h_k = calculate_h(x[k]);
2713 x_forward_jk[k] += h_k;
2750 type h_k; variable
2893 type h_k; variable
2977 type h_k; variable
3123 type h_k; variable
3206 type h_k; variable
3353 type h_k; variable
3438 type h_k; variable
[all …]
/dports/math/polymake/polymake-4.5/apps/topaz/src/
H A Dh_vector.cc29 Integer h_k(Integer::pow(Integer(-1),k) * Integer::binom(dim+1,k)); in h_vector() local
31 h_k += Integer::pow(Integer(-1),k-j) * Integer::binom(dim+1-j, k-j) * F[j-1]; in h_vector()
32 h_vector[k] = Int(h_k); in h_vector()
/dports/misc/visp/visp-3.4.0/modules/imgproc/src/
H A DvpMorph.cpp160 vpImage<unsigned char> h_k = marker; in reconstruct() local
161 h_kp1 = h_k; in reconstruct()
174 if (h_kp1 == h_k) { in reconstruct()
178 h_k = h_kp1; in reconstruct()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciKlass.cpp38 ciKlass::ciKlass(KlassHandle h_k) : ciType(h_k) { in ciKlass() argument
51 ciKlass::ciKlass(KlassHandle h_k, ciSymbol* name) : ciType(h_k) { in ciKlass() argument
H A DciTypeArrayKlass.cpp36 ciTypeArrayKlass::ciTypeArrayKlass(KlassHandle h_k) : ciArrayKlass(h_k) { in ciTypeArrayKlass() argument
H A DciArrayKlass.cpp40 ciArrayKlass::ciArrayKlass(KlassHandle h_k) : ciKlass(h_k) { in ciArrayKlass() argument
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/ci/
H A DciKlass.cpp38 ciKlass::ciKlass(KlassHandle h_k) : ciType(h_k) { in ciKlass() argument
51 ciKlass::ciKlass(KlassHandle h_k, ciSymbol* name) : ciType(h_k) { in ciKlass() argument
H A DciTypeArrayKlass.cpp36 ciTypeArrayKlass::ciTypeArrayKlass(KlassHandle h_k) : ciArrayKlass(h_k) { in ciTypeArrayKlass() argument
H A DciArrayKlass.cpp40 ciArrayKlass::ciArrayKlass(KlassHandle h_k) : ciKlass(h_k) { in ciArrayKlass() argument
/dports/misc/darknet/darknet-darknet_yolo_v4_pre/src/
H A Dcol2im_kernels.cu100 int h_k = (h_im - h_col * stride_h); in col2im_gpu_kernel_ext() local
102 if (h_k % dilation_h == 0 && w_k % dilation_w == 0) { in col2im_gpu_kernel_ext()
103 h_k /= dilation_h; in col2im_gpu_kernel_ext()
105 int data_col_index = (((c_im * kernel_h + h_k) * kernel_w + w_k) * in col2im_gpu_kernel_ext()

12345