Home
last modified time | relevance | path

Searched refs:ls_zeros (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dmpl.hpp100 struct ls_zeros struct
102 static const std::size_t value = (S & std::size_t(1)) ? 0 : (1u + ls_zeros<(S >> 1u)>::value); argument
106 struct ls_zeros<0> struct
112 struct ls_zeros<1> struct
/third_party/boost/boost/intrusive/detail/
Dmpl.hpp71 struct ls_zeros struct
73 static const std::size_t value = (S & std::size_t(1)) ? 0 : (1 + ls_zeros<(S>>1u)>::value); argument
77 struct ls_zeros<0> struct
83 struct ls_zeros<1> struct
/third_party/boost/boost/intrusive/
Dpointer_plus_bits.hpp58 static const std::size_t value = detail::ls_zeros<Alignment>::value;
/third_party/boost/boost/math/quadrature/
Dgauss_kronrod.hpp37 std::vector<Real> ls_zeros = E.zeros(); in calculate_abscissa() local
38 result.insert(result.end(), ls_zeros.begin(), ls_zeros.end()); in calculate_abscissa()
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp696 …static const std::size_t value = ::boost::interprocess::ipcdetail::ls_zeros<OffsetAlignment>::valu…