Home
last modified time | relevance | path

Searched refs:b_0 (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_filter.c228 pq_float_t b_0; in PQ_BiquadRestoreInternalState() local
238 b_0.floatX = state->param.b_0; in PQ_BiquadRestoreInternalState()
246 base->GPREG[4] = b_0.integerX; in PQ_BiquadRestoreInternalState()
257 b_0.floatX = state->param.b_0; in PQ_BiquadRestoreInternalState()
265 base->GPREG[12] = b_0.integerX; in PQ_BiquadRestoreInternalState()
Dfsl_powerquad.h1645 float b_0; /*!< b[0] */ member
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/PrivateInclude/
Darm_sorting.h130 float32x2_t b_0, b_1, b_2, b_3; \
135 b_0 = vget_low_f32(b.val[0]); \
139 a.val[0] = vcombine_f32(a_0, b_0); \