Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FastMathFunctions/
Darm_vexp_f64.c33 ARM_DSP_ATTRIBUTE void arm_vexp_f64( in arm_vexp_f64() function
DConfig.cmake24 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_vexp_f64.c)
/cmsis-dsp-latest/Include/dsp/
Dfast_math_functions.h193 void arm_vexp_f64(
/cmsis-dsp-latest/Testing/Source/Tests/
DFastMathF64.cpp92 arm_vexp_f64(inp,outp,ref.nbSamples()); in test_vexp_f64()
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_fastmath.c440 arm_vexp_f64(pSrc_converted,pDst,blockSize); in cmsis_arm_vexp_f64()
/cmsis-dsp-latest/PythonWrapper/examples/
Dtestdsp5.py196 res=dsp.arm_vexp_f64(sa)