Home
last modified time | relevance | path

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

/third_party/boost/boost/histogram/accumulators/
Dsum.hpp50 : large_(large), small_(small) {} in sum()
71 small_ += l; in operator +=()
78 small_ += s.small_; in operator +=()
85 small_ *= value; in operator *=()
90 return large_ + small_ == rhs.large_ + rhs.small_; in operator ==()
96 value_type value() const noexcept { return large_ + small_; } in value()
102 const_reference small() const noexcept { return small_; } in small()
110 ar& make_nvp("small", small_); in serialize()
118 small_ *= scale; in operator *=()
131 small_ *= scale; in operator /=()
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dargmaxandminwithvalue_gpu_kernel.h46 CalGeneralReduction(small_, input, bound_, outerSize_, innerSize_, index, output, in Launch()
53 small_ = (kernel_name == "ArgMinWithValue") ? true : false; in Init()
115 bool small_ = false;
/third_party/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h59 typedef char small_; typedef
Dtemplate_util_unittest.cc51 EXPECT_GT(sizeof(GOOGLE_NAMESPACE::big_), sizeof(GOOGLE_NAMESPACE::small_)); in TEST()
/third_party/boost/boost/detail/
Dcall_traits.hpp35 template <typename T, bool small_>