Home
last modified time | relevance | path

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

/third_party/boost/boost/multiprecision/detail/
Dbitscan.hpp45 inline BOOST_MP_CXX14_CONSTEXPR unsigned find_lsb(Unsigned mask, const mpl::int_<0>&) in find_lsb() function
60 BOOST_FORCEINLINE unsigned find_lsb(unsigned long mask, const mpl::int_<1>&) in find_lsb() function
77 BOOST_FORCEINLINE unsigned find_lsb(unsigned __int64 mask, const mpl::int_<2>&) in find_lsb() function
93 BOOST_FORCEINLINE BOOST_MP_CXX14_CONSTEXPR unsigned find_lsb(Unsigned mask) in find_lsb() function
146 BOOST_FORCEINLINE unsigned find_lsb(unsigned mask, mpl::int_<1> const&) in find_lsb() function
150 BOOST_FORCEINLINE unsigned find_lsb(unsigned long mask, mpl::int_<2> const&) in find_lsb() function
154 BOOST_FORCEINLINE unsigned find_lsb(boost::ulong_long_type mask, mpl::int_<3> const&) in find_lsb() function
192 BOOST_FORCEINLINE unsigned find_lsb(uint128_type mask, mpl::int_<0> const&) in find_lsb() function
213 BOOST_FORCEINLINE BOOST_MP_CXX14_CONSTEXPR unsigned find_lsb(Unsigned mask) in find_lsb() function
259 BOOST_FORCEINLINE unsigned find_lsb(unsigned mask, mpl::int_<1> const&) in find_lsb() function
[all …]
/third_party/boost/boost/integer/
Dcommon_factor_rt.hpp175 BOOST_FORCEINLINE static unsigned find_lsb(unsigned long val) BOOST_NOEXCEPT in find_lsb() function
194 BOOST_FORCEINLINE static unsigned find_lsb(unsigned __int64 mask) BOOST_NOEXCEPT in find_lsb() function
243 … BOOST_FORCEINLINE static BOOST_CXX14_CONSTEXPR unsigned find_lsb(unsigned mask)BOOST_NOEXCEPT in find_lsb() function
257 … BOOST_FORCEINLINE static BOOST_CXX14_CONSTEXPR unsigned find_lsb(unsigned long mask)BOOST_NOEXCEPT in find_lsb() function
271 …BOOST_FORCEINLINE static BOOST_CXX14_CONSTEXPR unsigned find_lsb(boost::ulong_long_type mask)BOOST… in find_lsb() function
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderFunctionTests.cpp683 void find_lsb (NegativeTestContext& ctx) in find_lsb() function