Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/FastMathFunctions/
DConfig.cmake41 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_atan2_q31.c)
Darm_atan2_q31.c185 ARM_DSP_ATTRIBUTE arm_status arm_atan2_q31(q31_t y,q31_t x,q31_t *result) in arm_atan2_q31() function
/cmsis-dsp-latest/Include/dsp/
Dfast_math_functions.h362 arm_status arm_atan2_q31(q31_t y,q31_t x,q31_t *result);
/cmsis-dsp-latest/PythonWrapper/examples/
Dexample_1_4.py48 resq31=4*f.Q31toF32(np.array([dsp.arm_atan2_q31(yv,xv)[1] for (yv,xv) in valsQ31]))/math.pi*180
/cmsis-dsp-latest/Testing/Source/Tests/
DFastMathQ31.cpp35 status=arm_atan2_q31(inp[2*i],inp[2*i+1],&res); in test_atan2_scalar_q31()
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/
Dcmsisdsp_fastmath.c527 arm_status returnValue = arm_atan2_q31(y,x,&pOut); in cmsis_arm_atan2_q31()