Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Arithmetic.cpp428 f32 xn; in FExp() local
436 xn = x - kf * F_LN2; in FExp()
439 expxn = FExpLn2(xn); in FExp()
479 f32 xn; in FLog() local
484 xn = FGetMantPart(x); in FLog()
488 logxn = FLog1_2(xn); in FLog()