Home
last modified time | relevance | path

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

/TwlSDK-5.3.1/build/libraries/fx/common/src/
Dfx_trig.c140 fx64c FX_CosFx64c(fx32 rad) in FX_CosFx64c() function
148 return FX_CosFx64c(-rad); in FX_CosFx64c()
/TwlSDK-5.3.1/include/nitro/fx/
Dfx_trig.h65 fx64c FX_CosFx64c(fx32 rad);
/TwlSDK-5.3.1/build/demos/fx/test/src/
Dmain.c168 fx64c b = FX_CosFx64c(x); in test_FX_TRIG()