Searched refs:arm_atan2_q15 (Results 1 – 6 of 6) sorted by relevance
/cmsis-dsp-latest/Source/FastMathFunctions/ |
D | Config.cmake | 42 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_atan2_q15.c)
|
D | arm_atan2_q15.c | 185 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/ |
D | fast_math_functions.h | 371 arm_status arm_atan2_q15(q15_t y,q15_t x,q15_t *result);
|
/cmsis-dsp-latest/PythonWrapper/examples/ |
D | example_1_4.py | 57 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/ |
D | FastMathQ15.cpp | 49 status=arm_atan2_q15(inp[2*i],inp[2*i+1],&res); in test_atan2_scalar_q15()
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_fastmath.c | 553 arm_status returnValue = arm_atan2_q15(y,x,&pOut); in cmsis_arm_atan2_q15()
|