Home
last modified time | relevance | path

Searched refs:arm_atan2_f16 (Results 1 – 4 of 4) sorted by relevance

/cmsis-dsp-latest/Include/dsp/
Dfast_math_functions_f16.h115 arm_status arm_atan2_f16(float16_t y,float16_t x,float16_t *result);
/cmsis-dsp-latest/Source/FastMathFunctions/
Darm_atan2_f16.c119 ARM_DSP_ATTRIBUTE arm_status arm_atan2_f16(float16_t y,float16_t x,float16_t *result) in arm_atan2_f16() function
DConfig.cmake34 target_sources(CMSISDSP PRIVATE FastMathFunctions/arm_atan2_f16.c)
/cmsis-dsp-latest/Testing/Source/Tests/
DFastMathF16.cpp70 status=arm_atan2_f16(inp[2*i],inp[2*i+1],&res); in test_atan2_scalar_f16()