Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/math/
Dmath_Arithmetic.cpp694 static u32 table2[11] = { in ILog10() local
699 y += ((table2[y + 1] - x) >> 31); in ILog10()