Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_mathlib_softfloat.cpp65 static uint32_t clz32(uint32_t inp) in clz32() function
188 uint32_t leadingzeroes = clz32(mskval); in sf16_to_sf32()