Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/util/
Dutil_Bits.h53 int clz = __clz(m_N.n); in Allocate() local
54 if (clz < 32) in Allocate()
56 int i = 31 - clz; in Allocate()