Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Arithmetic.cpp76 struct LogTbl sLogTbl[256+1] = variable
391 return sLogTbl[idx].log_val + r * sLogTbl[idx].log_delta; in FLog1_2()