Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/
Dmath_Triangular.h265 f32 Atan2FIdx(f32 y, f32 x);
311 inline f32 Atan2Rad(f32 y, f32 x) { return NN_MATH_FIDX_TO_RAD(Atan2FIdx(y, x)); } in Atan2Rad()
361 inline f32 Atan2Deg(f32 y, f32 x) { return NN_MATH_FIDX_TO_DEG(Atan2FIdx(y, x)); } in Atan2Deg()
/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Triangular.cpp589 f32 Atan2FIdx(f32 y, f32 x) in Atan2FIdx() function