Home
last modified time | relevance | path

Searched refs:arm_power_f32 (Results 1 – 6 of 6) sorted by relevance

/third_party/cmsis/CMSIS/DSP/Source/StatisticsFunctions/
Darm_power_f32.c68 void arm_power_f32( in arm_power_f32() function
114 void arm_power_f32( in arm_power_f32() function
164 void arm_power_f32( in arm_power_f32() function
Darm_rms_f32.c69 arm_power_f32(pSrc, blockSize, &pow); in arm_rms_f32()
DCMakeLists.txt31 target_sources(CMSISDSPStatistics PRIVATE arm_power_f32.c)
/third_party/cmsis/CMSIS/DSP/Source/DistanceFunctions/
Darm_cosine_distance_f32.c56 arm_power_f32(pA, blockSize, &pwra); in arm_cosine_distance_f32()
57 arm_power_f32(pB, blockSize, &pwrb); in arm_cosine_distance_f32()
Darm_correlation_distance_f32.c64 arm_power_f32(pA, blockSize, &pwra); in arm_correlation_distance_f32()
65 arm_power_f32(pB, blockSize, &pwrb); in arm_correlation_distance_f32()
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dstatistics_functions.h167 void arm_power_f32(