Home
last modified time | relevance | path

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

/third_party/boost/boost/accumulators/statistics/
Dsum.hpp81 struct sum_of_weights struct
84 typedef mpl::true_ is_weight_accumulator;
87 typedef accumulators::impl::sum_impl<mpl::_2, tag::weight> impl;
113 extractor<tag::sum_of_weights> const sum_of_weights = {}; variable
/third_party/boost/boost/histogram/accumulators/
Dweighted_mean.hpp96 const_reference sum_of_weights() const noexcept { return sum_of_weights_; } in sum_of_weights() function in boost::histogram::accumulators::weighted_mean
/third_party/grpc/src/core/ext/filters/client_channel/xds/
Dxds_api.cc1217 uint32_t sum_of_weights = 0; in RouteActionParse() local
/third_party/grpc/src/core/ext/xds/
Dxds_api.cc1097 uint32_t sum_of_weights = 0; in RouteActionParse() local