Lines Matching +full:- +full:g
9 # Target Processor: Cortex-M and Cortex-A cores
10 # -------------------------------------------------------------------- */
12 # Copyright (C) 2010-2022 ARM Limited or its affiliates. All rights reserved.
14 # SPDX-License-Identifier: Apache-2.0
20 # www.apache.org/licenses/LICENSE-2.0
43 if i[0] == -1:
74 …# Negate can saturate so we use CMSIS-DSP function which is working on array (and we have a scalar)
78 f=w[:-1]
79 g=w[1:]
80 ….count_nonzero(np.logical_and(np.logical_or(np.logical_and(f>0,g<0), np.logical_and(f<0,g>0)),g>f))
107 stateLength = numTaps + blockSize - 1
147 …scaled=dsp.arm_shift_q15(np.array([self._intercept_q15]),self._intercept_shift-self._coef_shift)[0]
157 b[0]=-1