Searched refs:small_ (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/histogram/accumulators/ |
D | sum.hpp | 50 : 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/ |
D | argmaxandminwithvalue_gpu_kernel.h | 46 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/ |
D | template_util.h | 59 typedef char small_; typedef
|
D | template_util_unittest.cc | 51 EXPECT_GT(sizeof(GOOGLE_NAMESPACE::big_), sizeof(GOOGLE_NAMESPACE::small_)); in TEST()
|
/third_party/boost/boost/detail/ |
D | call_traits.hpp | 35 template <typename T, bool small_>
|