Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/math/
Dmath_Constant.h35 const f32 F_INVLN2 = 1.442695040888963f; // 1/ln2 variable
/CTR-SDK-4.2.5/sources/libraries/math/
Dmath_Arithmetic.cpp434 k = F32ToS16(F_INVLN2 * x); in FExp()