Home
last modified time | relevance | path

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

/CTR-SDK-4.2.8-20130828/include/nn/math/
Dmath_Triangular.h320 f32 Atan2FIdx(f32 y, f32 x);
366 NN_MATH_INLINE f32 Atan2Rad(f32 y, f32 x) { return NN_MATH_FIDX_TO_RAD(Atan2FIdx(y, x)); } in Atan2Rad()
416 NN_MATH_INLINE f32 Atan2Deg(f32 y, f32 x) { return NN_MATH_FIDX_TO_DEG(Atan2FIdx(y, x)); } in Atan2Deg()
/CTR-SDK-4.2.8-20130828/sources/libraries/math/
Dmath_Triangular.cpp599 f32 Atan2FIdx(f32 y, f32 x) in Atan2FIdx() function