Searched defs:tempV (Results 1 – 8 of 8) sorted by relevance
/third_party/cmsis/CMSIS/DSP/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
|
/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/ |
D | arm_weighted_sum_f32.c | 109 float32x2_t tempV; in arm_weighted_sum_f32() local
|
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_lms_f32.c | 184 float32x4_t tempV, sumV, xV, bV; in arm_lms_f32() local
|
D | arm_lms_norm_f32.c | 179 float32x4_t tempV, sumV, xV, bV; in arm_lms_norm_f32() local
|
D | arm_fir_interpolate_f32.c | 494 float32x2_t tempV; in arm_fir_interpolate_f32() local
|