Home
last modified time | relevance | path

Searched refs:A_low (Results 1 – 25 of 81) sorted by relevance

1234

/dports/math/osqp/osqp-0.6.2/docs/examples/
H A Dsvm.rst44 A_low = sparse.random(N, n, density=0.5)
47 A_low / np.sqrt(n) - (A_low != 0.).astype(float) / n
83 A_low = sprandn(N, n, 0.5);
85 A_low / sqrt(n) - (A_low ~= 0) / n];
125 A_low = sparse.random(N, n, density=0.5)
128 A_low / np.sqrt(n) - (A_low != 0.).astype(float) / n
153 A_low = sprandn(N, n, 0.5);
155 A_low / sqrt(n) - (A_low ~= 0) / n];
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c31 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
78 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
119 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
178 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
181 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
229 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
244 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/net-im/tg_owt/tg_owt-d578c76/src/common_audio/signal_processing/
H A Dlevinson_durbin.c31 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
78 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
119 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
178 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
181 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
229 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
244 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c31 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
78 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
119 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
178 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
181 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
229 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
244 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c31 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
78 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
119 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
178 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
181 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
229 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
244 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c31 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
78 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
119 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
178 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
181 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
229 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
244 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/common_audio/signal_processing/
H A Dlevinson_durbin.c31 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
78 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
119 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
178 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
181 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
229 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
244 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c29 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
74 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
115 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
174 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
177 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
225 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
240 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/net/libilbc/libilbc-3.0.4/common_audio/signal_processing/
H A Dlevinson_durbin.c31 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
78 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
119 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
178 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
181 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
229 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
244 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c31 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
78 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
119 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
178 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
181 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
229 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
244 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c31 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
78 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
119 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
178 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
181 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
229 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
244 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c31 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
78 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] * 65536)) >> 1); in WebRtcSpl_LevinsonDurbin()
119 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
178 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
181 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
229 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
244 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c29 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
75 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] << 16)) >> 1); in WebRtcSpl_LevinsonDurbin()
116 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
175 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
178 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
226 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
241 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/net/pjsip/pjproject-2.11.1/third_party/webrtc/src/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c29 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
75 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] << 16)) >> 1); in WebRtcSpl_LevinsonDurbin()
116 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
175 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
178 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
226 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
241 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c29 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1];
75 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] << 16)) >> 1);
118 + (((WEBRTC_SPL_MUL_16_16(R_hi[j], A_low[i-j]) >> 15)
177 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1);
181 + (WEBRTC_SPL_MUL_16_16(K_hi, A_low[i-j]) >> 15)
231 A_low[j] = A_upd_low[j];
246 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1);
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/common_audio/signal_processing/
H A Dlevinson_durbin.c29 int16_t A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
75 A_low[1] = (int16_t)((temp1W32 - ((int32_t)A_hi[1] << 16)) >> 1); in WebRtcSpl_LevinsonDurbin()
116 (((R_hi[j] * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
175 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
178 temp1W32 += (K_hi * A_hi[i - j] + (K_hi * A_low[i - j] >> 15) + in WebRtcSpl_LevinsonDurbin()
226 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
241 + WEBRTC_SPL_LSHIFT_W32((int32_t)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_isac/
H A Dlevinson_durbin.c29 WebRtc_Word16 A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
77 A_low[1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((temp1W32 in WebRtcSpl_LevinsonDurbin()
123 + (((WEBRTC_SPL_MUL_16_16(R_hi[j], A_low[i-j]) >> 15) in WebRtcSpl_LevinsonDurbin()
183 + WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
187 + (WEBRTC_SPL_MUL_16_16(K_hi, A_low[i-j]) >> 15) in WebRtcSpl_LevinsonDurbin()
239 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
254 + WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/net/sems/sems-f89581a/core/plug-in/isac/libisac/
H A Dlevinson_durbin.c29 WebRtc_Word16 A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
77 A_low[1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((temp1W32 in WebRtcSpl_LevinsonDurbin()
123 + (((WEBRTC_SPL_MUL_16_16(R_hi[j], A_low[i-j]) >> 15) in WebRtcSpl_LevinsonDurbin()
183 + WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
187 + (WEBRTC_SPL_MUL_16_16(K_hi, A_low[i-j]) >> 15) in WebRtcSpl_LevinsonDurbin()
239 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
254 + WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/net/yate/yate-6.4.0-1/libs/miniwebrtc/audio/common/processing/
H A Dlevinson_durbin.c29 WebRtc_Word16 A_hi[SPL_LEVINSON_MAXORDER + 1], A_low[SPL_LEVINSON_MAXORDER + 1]; in WebRtcSpl_LevinsonDurbin() local
77 A_low[1] = (WebRtc_Word16)WEBRTC_SPL_RSHIFT_W32((temp1W32 in WebRtcSpl_LevinsonDurbin()
123 + (((WEBRTC_SPL_MUL_16_16(R_hi[j], A_low[i-j]) >> 15) in WebRtcSpl_LevinsonDurbin()
183 + WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_low[j],1); in WebRtcSpl_LevinsonDurbin()
187 + (WEBRTC_SPL_MUL_16_16(K_hi, A_low[i-j]) >> 15) in WebRtcSpl_LevinsonDurbin()
239 A_low[j] = A_upd_low[j]; in WebRtcSpl_LevinsonDurbin()
254 + WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)A_low[i], 1); in WebRtcSpl_LevinsonDurbin()
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/m68hc11/
H A Dinsns.s25 A_low = 44 define
48 addd A_low,y
50 subd A_low
51 subd #A_low
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/m68hc11/
H A Dinsns.s25 A_low = 44 define
48 addd A_low,y
50 subd A_low
51 subd #A_low
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/m68hc11/
H A Dinsns.s25 A_low = 44 define
48 addd A_low,y
50 subd A_low
51 subd #A_low
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/m68hc11/
H A Dinsns.s25 A_low = 44 define
48 addd A_low,y
50 subd A_low
51 subd #A_low
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/m68hc11/
H A Dinsns.s25 A_low = 44 define
48 addd A_low,y
50 subd A_low
51 subd #A_low
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/m68hc11/
H A Dinsns.s25 A_low = 44 define
48 addd A_low,y
50 subd A_low
51 subd #A_low

1234