Home
last modified time | relevance | path

Searched defs:nlz (Results 1 – 3 of 3) sorted by relevance

/external/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
/external/python/cpython3/Modules/_decimal/libmpdec/
Dtypearith.h112 nlz(uint64_t x) in nlz() function
370 nlz(uint32_t x) in nlz() function
/external/rust/crates/serde_json/src/lexical/
Dmath.rs457 let nlz = leading_zeros(x); in bit_length() localVariable