Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/astc-encoder/Source/
H A Dastc_mathlib_softfloat.cpp34 static const uint8_t clz_table[256] = variable
84 return summa + clz_table[inp]; in clz32()
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_mathlib_softfloat.cpp42 static const uint8_t clz_table[256] = variable
92 return summa + clz_table[inp]; in clz32()