Searched defs:tempV (Results 1 – 8 of 8) sorted by relevance
/cmsis-dsp-latest/Source/DistanceFunctions/ |
D | arm_cityblock_distance_f32.c | 56 f32x4_t a, b, accumV, tempV; in arm_cityblock_distance_f32() local 100 float32x4_t a,b,accumV, tempV; in arm_cityblock_distance_f32() local
|
D | arm_cityblock_distance_f16.c | 69 f16x8_t a, b, accumV, tempV; in arm_cityblock_distance_f16() local
|
D | arm_euclidean_distance_f16.c | 71 f16x8_t a, b, accumV, tempV; in arm_euclidean_distance_f16() local
|
D | arm_euclidean_distance_f32.c | 58 f32x4_t a, b, accumV, tempV; in arm_euclidean_distance_f32() local
|
/cmsis-dsp-latest/Source/SupportFunctions/ |
D | arm_weighted_average_f32.c | 109 float32x2_t tempV; in arm_weighted_average_f32() local
|
/cmsis-dsp-latest/Source/FilteringFunctions/ |
D | arm_lms_f32.c | 183 float32x4_t tempV, sumV, xV, bV; in arm_lms_f32() local
|
D | arm_lms_norm_f32.c | 178 float32x4_t tempV, sumV, xV, bV; in arm_lms_norm_f32() local
|
D | arm_fir_interpolate_f32.c | 493 float32x2_t tempV; in arm_fir_interpolate_f32() local
|