Home
last modified time | relevance | path

Searched defs:sumV (Results 1 – 8 of 8) sorted by relevance

/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/
Darm_minkowski_distance_f32.c79 f32x4_t a, b, tmpV, sumV; in arm_minkowski_distance_f32() local
125 float32x4_t sumV,aV,bV, tmpV, n; in arm_minkowski_distance_f32() local
Darm_minkowski_distance_f16.c72 f16x8_t a, b, tmpV, sumV; in arm_minkowski_distance_f16() local
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/StatisticsFunctions/
Darm_rms_f32.c85 float32x4_t sumV = vdupq_n_f32(0.0f); /* Temporary result storage */ in arm_rms_f32() local
Darm_mean_f32.c99 float32x4_t sumV = vdupq_n_f32(0.0f); /* Temporary result storage */ in arm_mean_f32() local
Darm_power_f32.c123 float32x4_t sumV = vdupq_n_f32(0.0f); /* Temporary result storage */ in arm_power_f32() local
Darm_var_f32.c132 float32x4_t sumV = vdupq_n_f32(0.0f); /* Temporary result storage */ in arm_var_f32() local
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/
Darm_lms_f32.c184 float32x4_t tempV, sumV, xV, bV; in arm_lms_f32() local
Darm_lms_norm_f32.c179 float32x4_t tempV, sumV, xV, bV; in arm_lms_norm_f32() local