Home
last modified time | relevance | path

Searched full:uses (Results 1 – 25 of 70) sorted by relevance

123

/cmsis-dsp-latest/.github/workflows/
Druncpptest.yaml25 uses: actions/checkout@v4
28 uses: actions/setup-python@v5
40 uses: actions/cache@v4
48 uses: ARM-software/cmsis-actions/vcpkg@v1
53 uses: ARM-software/cmsis-actions/armlm@v1
57 uses: actions/cache@v4
97 uses: actions/upload-artifact@v4
Druntest.yaml23 uses: actions/checkout@v4
26 uses: actions/setup-python@v5
38 uses: actions/cache@v4
46 uses: ARM-software/cmsis-actions/vcpkg@v1
51 uses: ARM-software/cmsis-actions/armlm@v1
91 uses: actions/upload-artifact@v4
Dgh-pages.yml33 uses: actions/checkout@v4
36 uses: actions/configure-pages@v5
39 uses: actions/upload-pages-artifact@v3
46 uses: actions/deploy-pages@v4
Dpack.yml19 - uses: actions/checkout@v4
27 - uses: Open-CMSIS-Pack/gen-pack-action@main
/cmsis-dsp-latest/Examples/ARM/arm_linear_interp_example/
Darm_linear_interp_example_f32.c11 * and uses linear interpolation to get higher precision
53 …* Method 1 uses fast math sine function to calculate sine values using cubic interpolation and met…
/cmsis-dsp-latest/Source/TransformFunctions/
Darm_cfft_f32.c623 The floating-point complex FFT uses a mixed-radix algorithm. Multiple radix-8
625 The algorithm supports lengths of [16, 32, 64, ..., 4096] and each length uses
628 The function uses the standard FFT definition and output values may grow by a
693 The floating-point complex FFT uses a mixed-radix algorithm. Multiple radix-4
695 The algorithm supports lengths of [16, 32, 64, ..., 4096] and each length uses
698 The function uses the standard FFT definition and output values may grow by a
/cmsis-dsp-latest/Source/FilteringFunctions/
Darm_biquad_cascade_df1_fast_q15.c48 This fast version uses a 32-bit accumulator with 2.30 format.
55 …which uses 64-bit accumulation to avoid wrap around distortion. Both the slow and the fast version…
Darm_conv_fast_opt_q15.c51 This fast version uses a 32-bit accumulator with 2.30 format.
61 …to \ref arm_conv_q15() for a slower implementation of this function which uses 64-bit accumulation…
Darm_correlate_fast_opt_q15.c50 This fast version uses a 32-bit accumulator with 2.30 format.
60 …ef arm_correlate_q15() for a slower implementation of this function which uses a 64-bit accumulato…
Darm_fir_fast_q15.c48 This fast version uses a 32-bit accumulator with 2.30 format.
55 … to \ref arm_fir_q15() for a slower implementation of this function which uses 64-bit accumulation…
/cmsis-dsp-latest/Source/BasicMathFunctions/
Darm_add_q31.c48 The function uses saturating arithmetic.
Darm_offset_q31.c48 The function uses saturating arithmetic.
Darm_sub_q31.c48 The function uses saturating arithmetic.
Darm_add_q15.c48 The function uses saturating arithmetic.
Darm_add_q7.c49 The function uses saturating arithmetic.
Darm_mult_q31.c48 The function uses saturating arithmetic.
Darm_negate_q15.c49 The function uses saturating arithmetic.
Darm_negate_q31.c47 The function uses saturating arithmetic.
Darm_negate_q7.c47 The function uses saturating arithmetic.
Darm_offset_q15.c48 The function uses saturating arithmetic.
Darm_offset_q7.c48 The function uses saturating arithmetic.
Darm_sub_q15.c48 The function uses saturating arithmetic.
Darm_sub_q7.c48 The function uses saturating arithmetic.
/cmsis-dsp-latest/Source/SupportFunctions/
Darm_f16_to_q15.c56 The function uses saturating arithmetic.
/cmsis-dsp-latest/Documentation/Doxygen/
Ddsp.dxy.in31 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
265 # uses this value to replace tabs by spaces in code fragments.
942 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
1379 # uses.
1392 # that doxygen normally uses.
1401 # sheet that doxygen normally uses.
1828 # https://www.mathjax.org) which uses client side JavaScript for the rendering
1902 # the HTML output. The underlying search engine uses javascript and DHTML and
2073 # information on how to generate the default header that doxygen normally uses.
2090 # normally uses. Note: Only use a user-defined footer if you know what you are
[all …]

123