Searched refs:lo_ (Results 1 – 9 of 9) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 97 uint64 lo_; variable 128 inline uint64 Uint128Low64(const uint128& v) { return v.lo_; } in Uint128Low64() 144 inline UINT128_CONSTEXPR uint128::uint128() : lo_(0), hi_(0) {} in uint128() 146 : lo_(bottom), hi_(top) {} in uint128() 148 : lo_(v.lo), hi_(v.hi) {} in uint128() 150 : lo_(bottom), hi_(0) {} in uint128() 153 : lo_(bottom), hi_(0) {} in uint128() 155 : lo_(bottom), hi_(static_cast<int64>((bottom < 0) ? -1 : 0)) {} in uint128() 162 lo_ = bottom; in Initialize() 218 lo_ op other.lo_; \ [all …]
|
D | int128.cc | 86 << ", lo=" << dividend.lo_; in DivModImpl() 173 if (high.lo_ != 0) { in operator <<() 174 os << high.lo_; in operator <<() 176 os << mid.lo_; in operator <<() 178 } else if (mid.lo_ != 0) { in operator <<() 179 os << mid.lo_; in operator <<() 182 os << low.lo_; in operator <<()
|
/external/grpc-grpc/examples/csharp/RouteGuide/RouteGuide/ |
D | RouteGuide.cs | 249 lo_ = other.lo_ != null ? other.lo_.Clone() : null; in Rectangle() 261 private global::Routeguide.Point lo_; field in Routeguide.Rectangle 267 get { return lo_; } 269 lo_ = value; 308 if (lo_ != null) hash ^= Lo.GetHashCode(); in GetHashCode() 323 if (lo_ != null) { in WriteTo() 339 if (lo_ != null) { in CalculateSize() 356 if (other.lo_ != null) { in MergeFrom() 357 if (lo_ == null) { in MergeFrom() 358 lo_ = new global::Routeguide.Point(); in MergeFrom() [all …]
|
/external/deqp/framework/common/ |
D | tcuInterval.hpp | 78 Interval(bool hasNaN_, double lo_, double hi_) in Interval() argument 79 …: m_hasNaN(hasNaN_), m_lo(lo_), m_hi(hi_), m_warningLo(-TCU_INFINITY), m_warningHi(TCU_INFINITY) {} in Interval() 81 Interval(bool hasNaN_, double lo_, double hi_, double wlo_, double whi_) in Interval() argument 82 : m_hasNaN(hasNaN_), m_lo(lo_), m_hi(hi_), m_warningLo(wlo_), m_warningHi(whi_) {} in Interval() 102 void warning (double lo_, double hi_) in warning() argument 104 m_warningLo = lo_; in warning()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | robust_stats.h | 27 double lo() const { return lo_; } in lo() 34 double lo_; variable
|
D | robust_stats.cc | 84 lo_ = values[0]; in RobustStats()
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | random_distributions.h | 183 : lo_(lo), range_(static_cast<uint32>(hi) - static_cast<uint32>(lo)) {} in UniformDistribution() 190 result[i] = SignedAdd(lo_, sample[i] % range_); in operator() 199 int32 lo_; 218 : lo_(lo), range_(static_cast<uint64>(hi) - static_cast<uint64>(lo)) {} in UniformDistribution() 226 result[i] = SignedAdd(lo_, bits % range_); in operator() 235 int64 lo_;
|
/external/ImageMagick/PerlMagick/t/reference/write/filter/ |
D | Shear.miff | 42 …DW��~t���~�y�o�f�e�GUD�1.*�-')�/)+�0++�/.+�1+0�=56�vs������ZX��B7d�LJ[�z�y�lo_��|����������������…
|
/external/strace/ |
D | ChangeLog | 28503 * loop.c (decode_loop_info, decode_loop_info64): Do not strip "lo_"
|