Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_trig.c32 #define SDK_SINCOEFF_2 ((u64) 346799334LL) // ((pi/4)^3)/6 macro
60 tmp = SDK_SINCOEFF_1 - ((SDK_SINCOEFF_2 * yy >> 32) * tmp >> 32); in FX_SinFx64c_internal()