Lines Matching refs:C
24 .. code-block:: C
66 .. code-block:: C
93 …ent is required because it is present in the CMSIS-DSP API and in the final C implementation you'l…
95 Since the goal is to be as close as possible to the C API, the API is forcing the use of this argum…
97 The only change compared to the C API is that the size variables (like blockSize for filter) are co…
107 .. code-block:: C
132 …on again. The state variable inside firf32 will ensure that it works like in the CMSIS-DSP C code::
146 To remain as close as possible to the C API, we are not using complex numbers in the wrapper. So a …
202 In a real C code, a pointer to a data structure for the result v would have to be passed as argumen…
204 The C API is:
206 .. code-block:: C