Home
last modified time | relevance | path

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

/TwlSDK-5.2.1/build/libraries/fx/common/src/
Dfx_atanidx.c23 const fx16 FX_AtanIdxTable_[128 + 1] = { variable
172 return (u16)(16384 - FX_AtanIdxTable_[FX_Inv(x) >> 5]); in FX_AtanIdx()
176 return (u16)FX_AtanIdxTable_[x >> 5]; in FX_AtanIdx()
187 return (u16)(-16384 + FX_AtanIdxTable_[FX_Inv(-x) >> 5]); in FX_AtanIdx()
191 return (u16)-FX_AtanIdxTable_[-x >> 5]; in FX_AtanIdx()
334 return (u16)(c + FX_AtanIdxTable_[FX_Div(a, b) >> 5]); in FX_Atan2Idx()
336 return (u16)(c - FX_AtanIdxTable_[FX_Div(a, b) >> 5]); in FX_Atan2Idx()