Home
last modified time | relevance | path

Searched refs:arm_mse_f64 (Results 1 – 7 of 7) sorted by relevance

/cmsis-dsp-latest/Source/StatisticsFunctions/
Darm_mse_f64.c48 ARM_DSP_ATTRIBUTE void arm_mse_f64( in arm_mse_f64() function
DConfig.cmake83 target_sources(CMSISDSP PRIVATE StatisticsFunctions/arm_mse_f64.c)
/cmsis-dsp-latest/PythonWrapper/examples/
Dexample_1_4.py80 resf64= dsp.arm_mse_f64(a,b)
/cmsis-dsp-latest/Include/dsp/
Dstatistics_functions.h952 void arm_mse_f64(
/cmsis-dsp-latest/Testing/Source/Tests/
DStatsTestsF64.cpp453 arm_mse_f64(inpA,inpB, in test_mse_f64()
/cmsis-dsp-latest/Testing/
Ddesc.txt132 Test nb=2 arm_mse_f64:test_mse_f64
133 Test nb=2n arm_mse_f64:test_mse_f64
134 Test nb=2n+1 arm_mse_f64:test_mse_f64
135 Test long arm_mse_f64:test_mse_f64
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_statistics.c2306 arm_mse_f64(pSrcA_converted,pSrcB_converted,blockSize,&pResult); in cmsis_arm_mse_f64()