Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dinteger.inl143 GLM_FUNC_QUALIFIER unsigned int nlz(unsigned int x) function
150 // Hackers Delight: http://www.hackersdelight.org/HDcode/nlz.c.txt
151 GLM_FUNC_QUALIFIER unsigned int nlz(unsigned int x) function
Dinteger.hpp67 GLM_FUNC_DECL uint nlz(uint x);
/third_party/python/Modules/_decimal/libmpdec/
Dtypearith.h112 nlz(uint64_t x) in nlz() function
143 s = nlz(v); in _mpd_div_words()
370 nlz(uint32_t x) in nlz() function
400 s = nlz(v); in _mpd_div_words()
/third_party/ffmpeg/libavcodec/
Daacdec_fixed.c201 int nlz = 0; in noise_scale() local
206 nlz++; in noise_scale()
209 s = 21 + nlz - (s >> 2); in noise_scale()