Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_asinacosidx.c29 #define SINCOS_TABLE_SIZE (4096 * 2) macro
82 tmp = (mid * 2) * 65536 / SINCOS_TABLE_SIZE; in FX_AsinIdx()
137 tmp = (mid * 2 + 1) * 65536 / SINCOS_TABLE_SIZE; in FX_AcosIdx()