Home
last modified time | relevance | path

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

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