Home
last modified time | relevance | path

Searched refs:thresh_mask (Results 1 – 25 of 32) sorted by relevance

12

/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/log/fma3/
H A Dfdlog4.cpp115 __m256d thresh_mask; in __fvd_log_fma3_256() local
122 thresh_mask = _mm256_cmp_pd(a_mut, (__m256d)HI_THRESH, _CMP_GT_OS); in __fvd_log_fma3_256()
124 m = _mm256_blendv_pd(a_mut, m, thresh_mask); in __fvd_log_fma3_256()
130 expo = (__m256i)_mm256_blendv_pd((__m256d)expo, (__m256d)expo_plus1, thresh_mask); in __fvd_log_fma3_256()
H A Dfdlog8.cpp117 __m512d thresh_mask; in FCN_AVX512() local
124 thresh_mask = _MM512_CMP_PD(a_mut, (__m512d)HI_THRESH, _CMP_GT_OS); in FCN_AVX512()
126 m = _MM512_BLENDV_PD(a_mut, m, thresh_mask); in FCN_AVX512()
132 expo = (__m512i)_MM512_BLENDV_PD((__m512d)expo, (__m512d)expo_plus1, thresh_mask); in FCN_AVX512()
H A Dfdlog2.cpp116 __m128d thresh_mask; in __fvd_log_fma3() local
123 thresh_mask = _mm_cmp_pd(a_mut, (__m128d)HI_THRESH, _CMP_GT_OS); in __fvd_log_fma3()
125 m = _mm_blendv_pd(a_mut, m, thresh_mask); in __fvd_log_fma3()
131 expo = (__m128i)_mm_blendv_pd((__m128d)expo, (__m128d)expo_plus1, thresh_mask); in __fvd_log_fma3()
H A Dfdlog1.cpp117 __m128d thresh_mask; in __fsd_log_fma3() local
125 thresh_mask = _mm_cmp_pd(a_mut, (__m128d)HI_THRESH, _CMP_GT_OS); in __fsd_log_fma3()
127 m = _mm_blendv_pd(a_mut, m, thresh_mask); in __fsd_log_fma3()
132 expo = (__m128i)_mm_blendv_pd((__m128d)expo, (__m128d)expo_plus1, thresh_mask); in __fsd_log_fma3()
/dports/math/octave-forge-image/image-2.12.0/inst/
H A Dedge.m209 thresh_mask = cellfun (@(x) isnumeric (x) && (isscalar (x) || isempty (x)), variable
212 if (! all (direction_mask | thinning_mask | thresh_mask))
234 if (nnz (thresh_mask) > 1)
236 elseif (any (thresh_mask))
237 thresh = varargin{thresh_mask};
288 thresh_mask = cellfun (@(x) isnumeric (x) && (isscalar (x) || isempty (x)), variable
291 if (! all (thinning_mask | thresh_mask))
304 if (nnz (thresh_mask) > 1)
306 elseif (any (thresh_mask))
307 thresh = varargin{thresh_mask};
/dports/math/libpgmath/flang-d07daf3/runtime/libpgmath/lib/common/pow/fma3/
H A Dvdpow4.cpp353 __m256d thresh_mask; in __fvd_pow_fma3_256() local
375 thresh_mask = _mm256_cmp_pd((__m256d)ihi, (__m256d)HI_THRESH,_CMP_GT_OS); in __fvd_pow_fma3_256()
376 m = _mm256_blendv_pd(a_mut, m, thresh_mask); in __fvd_pow_fma3_256()
381 expo = (__m256i)_mm256_blendv_pd((__m256d)expo, (__m256d)expo_plus1, thresh_mask); in __fvd_pow_fma3_256()
H A Dsdpow.cpp343 __m128d thresh_mask; in __fsd_pow_fma3() local
364 thresh_mask = _mm_cmp_sd((__m128d)ihi, (__m128d)HI_THRESH,_CMP_GT_OS); in __fsd_pow_fma3()
365 m = _mm_blendv_pd(a_mut, m, thresh_mask); in __fsd_pow_fma3()
370 expo = (__m128i)_mm_blendv_pd((__m128d)expo, (__m128d)expo_plus1, thresh_mask); in __fsd_pow_fma3()
H A Dvdpow2.cpp339 __m128d thresh_mask; in __fvd_pow_fma3() local
363 thresh_mask = _mm_cmp_pd((__m128d)ihi, (__m128d)HI_THRESH,_CMP_GT_OS); in __fvd_pow_fma3()
364 m = _mm_blendv_pd(a_mut, m, thresh_mask); in __fvd_pow_fma3()
369 expo = (__m128i)_mm_blendv_pd((__m128d)expo, (__m128d)expo_plus1, thresh_mask); in __fvd_pow_fma3()
H A Dvdpow8.cpp355 __m512d thresh_mask; in FCN_AVX512() local
379 thresh_mask = _MM512_CMP_PD((__m512d)ihi, (__m512d)HI_THRESH,_CMP_GT_OS); in FCN_AVX512()
380 m = _MM512_BLENDV_PD(a_mut, m, thresh_mask); in FCN_AVX512()
385 expo = (__m512i)_MM512_BLENDV_PD((__m512d)expo, (__m512d)expo_plus1, thresh_mask); in FCN_AVX512()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dhw.c3258 unsigned long trigger_mask, thresh_mask; in ath_gen_timer_isr() local
3263 thresh_mask = ah->intr_gen_timer_thresh; in ath_gen_timer_isr()
3265 thresh_mask &= timer_table->timer_mask; in ath_gen_timer_isr()
3267 for_each_set_bit(index, &thresh_mask, ARRAY_SIZE(timer_table->timers)) { in ath_gen_timer_isr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dhw.c3258 unsigned long trigger_mask, thresh_mask; in ath_gen_timer_isr() local
3263 thresh_mask = ah->intr_gen_timer_thresh; in ath_gen_timer_isr()
3265 thresh_mask &= timer_table->timer_mask; in ath_gen_timer_isr()
3267 for_each_set_bit(index, &thresh_mask, ARRAY_SIZE(timer_table->timers)) { in ath_gen_timer_isr()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/ath/ath9k/
H A Dhw.c3258 unsigned long trigger_mask, thresh_mask; in ath_gen_timer_isr() local
3263 thresh_mask = ah->intr_gen_timer_thresh; in ath_gen_timer_isr()
3265 thresh_mask &= timer_table->timer_mask; in ath_gen_timer_isr()
3267 for_each_set_bit(index, &thresh_mask, ARRAY_SIZE(timer_table->timers)) { in ath_gen_timer_isr()
/dports/graphics/freeimage/FreeImage/Source/LibWebP/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebp/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/libwebp-sys2-0.1.2/c_src/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/www/firefox-esr/firefox-91.8.0/media/libwebp/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libwebp/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebp/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/libwebp/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/www/firefox/firefox-99.0/media/libwebp/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/graphics/webp/libwebp-1.2.1/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/www/gohugo/hugo-0.91.2/vendor/github.com/bep/gowebp/libwebp_src/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libwebp/src/dsp/
H A Ddec_sse2.c682 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128()); in ComplexMask_SSE2() local
685 *mask = _mm_and_si128(thresh_mask, filter_mask); in ComplexMask_SSE2()

12