Lines Matching refs:c
6 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_barycenter_f32.c
7 SupportFunctions/arm_bitonic_sort_f32.c
8 SupportFunctions/arm_bubble_sort_f32.c
9 SupportFunctions/arm_copy_f32.c
10 SupportFunctions/arm_copy_f64.c
11 SupportFunctions/arm_copy_q15.c
12 SupportFunctions/arm_copy_q31.c
13 SupportFunctions/arm_copy_q7.c
14 SupportFunctions/arm_f16_to_float.c
15 SupportFunctions/arm_f16_to_q15.c
16 SupportFunctions/arm_fill_f32.c
17 SupportFunctions/arm_fill_f64.c
18 SupportFunctions/arm_fill_q15.c
19 SupportFunctions/arm_fill_q31.c
20 SupportFunctions/arm_fill_q7.c
21 SupportFunctions/arm_f64_to_float.c
22 SupportFunctions/arm_f64_to_q31.c
23 SupportFunctions/arm_f64_to_q15.c
24 SupportFunctions/arm_f64_to_q7.c
25 SupportFunctions/arm_float_to_f64.c
26 SupportFunctions/arm_float_to_q15.c
27 SupportFunctions/arm_float_to_q31.c
28 SupportFunctions/arm_float_to_q7.c
29 SupportFunctions/arm_heap_sort_f32.c
30 SupportFunctions/arm_insertion_sort_f32.c
31 SupportFunctions/arm_merge_sort_f32.c
32 SupportFunctions/arm_merge_sort_init_f32.c
33 SupportFunctions/arm_q15_to_f64.c
34 SupportFunctions/arm_q15_to_float.c
35 SupportFunctions/arm_q15_to_q31.c
36 SupportFunctions/arm_q15_to_q7.c
37 SupportFunctions/arm_q31_to_f64.c
38 SupportFunctions/arm_q31_to_float.c
39 SupportFunctions/arm_q31_to_q15.c
40 SupportFunctions/arm_q31_to_q7.c
41 SupportFunctions/arm_q7_to_f64.c
42 SupportFunctions/arm_q7_to_float.c
43 SupportFunctions/arm_q7_to_q15.c
44 SupportFunctions/arm_q7_to_q31.c
45 SupportFunctions/arm_quick_sort_f32.c
46 SupportFunctions/arm_selection_sort_f32.c
47 SupportFunctions/arm_sort_f32.c
48 SupportFunctions/arm_sort_init_f32.c
49 SupportFunctions/arm_weighted_average_f32.c
56 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_copy_f16.c)
57 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_fill_f16.c)
58 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_f16_to_q15.c)
59 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_q15_to_f16.c)
60 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_float_to_f16.c)
61 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_f16_to_float.c)
62 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_weighted_average_f16.c)
63 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_barycenter_f16.c)
64 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_f16_to_f64.c)
65 target_sources(CMSISDSP PRIVATE SupportFunctions/arm_f64_to_f16.c)