Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FastMathFunctions/
DConfig.cmake42 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_atan2_q15.c)
Darm_atan2_q15.c185 ARM_DSP_ATTRIBUTE arm_status arm_atan2_q15(q15_t y,q15_t x,q15_t *result) in arm_atan2_q15() function
/cmsis-dsp-latest/Include/dsp/
Dfast_math_functions.h371 arm_status arm_atan2_q15(q15_t y,q15_t x,q15_t *result);
/cmsis-dsp-latest/PythonWrapper/examples/
Dexample_1_4.py57 resq15=4*f.Q15toF32(np.array([dsp.arm_atan2_q15(yv,xv)[1] for (yv,xv) in valsQ15]))/math.pi*180
/cmsis-dsp-latest/Testing/Source/Tests/
DFastMathQ15.cpp49 status=arm_atan2_q15(inp[2*i],inp[2*i+1],&res); in test_atan2_scalar_q15()
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_fastmath.c553 arm_status returnValue = arm_atan2_q15(y,x,&pOut); in cmsis_arm_atan2_q15()