Home
last modified time | relevance | path

Searched defs: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
151 GLM_FUNC_QUALIFIER unsigned int nlz(unsigned int x) function
/third_party/python/Modules/_decimal/libmpdec/
Dtypearith.h112 nlz(uint64_t x) in nlz() function
370 nlz(uint32_t x) in nlz() function
/third_party/ffmpeg/libavcodec/
Daacdec_fixed.c204 int nlz = 0; in noise_scale() local
/third_party/rust/crates/minimal-lexical/src/
Dbigint.rs700 let nlz = leading_zeros(x); in bit_length() localVariable