Searched refs:arm_atan2_q31 (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-latest/Source/FastMathFunctions/ |
D | Config.cmake | 41 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_atan2_q31.c)
|
D | arm_atan2_q31.c | 185 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/ |
D | fast_math_functions.h | 362 arm_status arm_atan2_q31(q31_t y,q31_t x,q31_t *result);
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | example_1_4.py | 48 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/ |
D | FastMathQ31.cpp | 35 status=arm_atan2_q31(inp[2*i],inp[2*i+1],&res); in test_atan2_scalar_q31()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_fastmath.c | 527 arm_status returnValue = arm_atan2_q31(y,x,&pOut); in cmsis_arm_atan2_q31()
|