Home
last modified time | relevance | path

Searched defs:findMSB (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/framework/delibs/decpp/
H A DdeDefs.hpp231 inline int findMSB(uint32_t value) in findMSB() function
237 inline int findMSB(int32_t value) in findMSB() function
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dfunc_integer.inl349 GLM_FUNC_QUALIFIER int findMSB(genIUType x) function
357 GLM_FUNC_QUALIFIER vecType<int, P> findMSB(vecType<T, P> const & x) function
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/
H A Dfunc_integer.inl349 GLM_FUNC_QUALIFIER int findMSB(genIUType x) function
357 GLM_FUNC_QUALIFIER vecType<int, P> findMSB(vecType<T, P> const & x) function
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbolTable_autogen.cpp94 constexpr const ImmutableString findMSB("findMSB"); variable