Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Arithmetic.cpp427 f32 kf; in FExp() local
435 kf = S16ToF32(k); in FExp()
436 xn = x - kf * F_LN2; in FExp()
478 f32 kf; in FLog() local
485 kf = S16ToF32(static_cast<s16>(k)); in FLog()
491 return logxn + kf * F_LN2; in FLog()