Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/
Dmath_Triangular.h81 f32 CosFIdx(f32 fidx);
124 inline f32 CosRad(f32 rad) { return CosFIdx(NN_MATH_RAD_TO_FIDX(rad)); } in CosRad()
165 inline f32 CosDeg(f32 deg) { return CosFIdx(NN_MATH_DEG_TO_FIDX(deg)); } in CosDeg()
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Triangular.cpp434 f32 CosFIdx(f32 fidx) in CosFIdx() function