Home
last modified time | relevance | path

Searched refs:doubleValue_ (Results 1 – 19 of 19) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/gromacs/utility/tests/
H A Dinmemoryserializer.cpp63 double doubleValue_; member
107 double doubleValue_; member
137 EXPECT_EQ(lhs.doubleValue_, rhs.doubleValue_); in checkSerializerValuesforEquality()
152 serializer->doDouble(&values->doubleValue_); in doValues()
163 c_intAndFloat64.doubleValue_,
166 ? static_cast<real>(c_intAndFloat64.doubleValue_)
177 c_intAndFloat64Swapped.doubleValue_,
180 : static_cast<real>(c_intAndFloat64Swapped.doubleValue_)
254 serializer.doDouble(&defaultValues_.doubleValue_); // 8 bytes in TEST_F()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/fileio/tests/
H A Dfileioxdrserializer.cpp66 double doubleValue_; member
104 double doubleValue_ = c_intAndFloat64.doubleValue_; member
107 ? static_cast<real>(c_intAndFloat64.doubleValue_)
130 serializer.doDouble(&defaultValues_.doubleValue_); // 8 bytes in TEST_F()
/dports/math/cbc/Cbc-releases-2.10.5/Cbc/src/
H A DCbcParam.cpp39 , doubleValue_(0) in CbcParam()
59 , doubleValue_(0) in CbcParam()
80 , doubleValue_(0) in CbcParam()
105 , doubleValue_(0) in CbcParam()
128 , doubleValue_(0) in CbcParam()
154 doubleValue_ = rhs.doubleValue_; in CbcParam()
187 doubleValue_ = rhs.doubleValue_; in operator =()
H A DCbcParam.hpp247 doubleValue_ = value; in setDoubleValue()
251 return doubleValue_; in doubleValue()
328 double doubleValue_; member in CbcParam
/dports/devel/cpputest/cpputest-4.0/src/CppUTestExt/
H A DMockNamedValue.cpp121 value_.doubleValue_.value = value; in setValue()
122 value_.doubleValue_.tolerance = tolerance; in setValue()
306 return value_.doubleValue_.value; in getDoubleValue()
312 return value_.doubleValue_.tolerance; in getDoubleTolerance()
462 …return (doubles_equal(value_.doubleValue_.value, p.value_.doubleValue_.value, value_.doubleValue_.… in equals()
514 return StringFrom(value_.doubleValue_.value); in toString()
/dports/math/ogdf/OGDF/include/coin/
H A DCoinMessageHandler.hpp397 { return doubleValue_[position];} in doubleValue()
403 {return static_cast<int>(doubleValue_.size());} in numberDoubleFields()
577 std::vector<double> doubleValue_; member in CoinMessageHandler
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinMessageHandler.hpp432 return doubleValue_[position]; in doubleValue()
440 return static_cast< int >(doubleValue_.size()); in numberDoubleFields()
645 std::vector< double > doubleValue_; member in CoinMessageHandler
H A DCoinMessageHandler.cpp524 doubleValue_ = rhs.doubleValue_; in gutsOfCopy()
729 doubleValue_.clear(); in finish()
817 doubleValue_.push_back(doublevalue); in operator <<()
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinMessageHandler.hpp432 return doubleValue_[position]; in doubleValue()
440 return static_cast< int >(doubleValue_.size()); in numberDoubleFields()
645 std::vector< double > doubleValue_; member in CoinMessageHandler
H A DCoinMessageHandler.cpp524 doubleValue_ = rhs.doubleValue_; in gutsOfCopy()
729 doubleValue_.clear(); in finish()
817 doubleValue_.push_back(doublevalue); in operator <<()
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinMessageHandler.hpp432 return doubleValue_[position]; in doubleValue()
440 return static_cast< int >(doubleValue_.size()); in numberDoubleFields()
645 std::vector< double > doubleValue_; member in CoinMessageHandler
H A DCoinMessageHandler.cpp524 doubleValue_ = rhs.doubleValue_; in gutsOfCopy()
729 doubleValue_.clear(); in finish()
817 doubleValue_.push_back(doublevalue); in operator <<()
/dports/www/wt/wt-4.6.1/examples/dbo-form/model/
H A DTestDboObject.h55 Wt::Dbo::field(a, doubleValue_, "double_value"); in DBO_EXTERN_TEMPLATES()
73 double doubleValue_ = 0.0; in DBO_EXTERN_TEMPLATES() local
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DCbcOrClpParam.cpp87 , doubleValue_(-1.0) in CbcOrClpParam()
109 , doubleValue_(-1.0) in CbcOrClpParam()
133 , doubleValue_(-1.0) in CbcOrClpParam()
161 , doubleValue_(-1.0) in CbcOrClpParam()
187 , doubleValue_(-1.0) in CbcOrClpParam()
216 doubleValue_ = rhs.doubleValue_; in CbcOrClpParam()
252 doubleValue_ = rhs.doubleValue_; in operator =()
518 doubleValue_ = value; in setDoubleParameterWithMessage()
560 doubleValue_ = value; in setDoubleParameterWithMessage()
634 value = doubleValue_; in doubleParameter()
[all …]
H A DCbcOrClpParam.hpp451 return doubleValue_; in doubleValue()
542 double doubleValue_; member in CbcOrClpParam
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinMessageHandler.cpp520 doubleValue_=rhs.doubleValue_; in gutsOfCopy()
661 doubleValue_.clear(); in finish()
748 doubleValue_.push_back(doublevalue); in operator <<()
/dports/devel/cpputest/cpputest-4.0/include/CppUTestExt/
H A DMockNamedValue.h179 } doubleValue_; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs6964 doubleValue_ = other.doubleValue_; in UninterpretedOption()
7064 private double doubleValue_; field in Google.Protobuf.Reflection.UninterpretedOption
7067 …get { if ((_hasBits0 & 4) != 0) { return doubleValue_; } else { return DoubleValueDefaultValue; } }
7070 doubleValue_ = value;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs6964 doubleValue_ = other.doubleValue_; in UninterpretedOption()
7064 private double doubleValue_; field in Google.Protobuf.Reflection.UninterpretedOption
7067 …get { if ((_hasBits0 & 4) != 0) { return doubleValue_; } else { return DoubleValueDefaultValue; } }
7070 doubleValue_ = value;