Home
last modified time | relevance | path

Searched refs:value_ (Results 126 – 150 of 11319) sorted by relevance

12345678910>>...453

/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/thread/
H A Dsynchronized_value.hpp420 T value_; member in boost::synchronized_value
466 value_ = rhs.value_; in synchronized_value()
499 value_ = rhs.value_; in operator =()
585 boost::swap(value_, rhs.value_); in swap()
758 lk_(outer.mtx_),value_(outer.value_) in deref_value()
787 lk_(outer.mtx_), value_(outer.value_) in const_deref_value()
847 return value_ == rhs.value_; in operator ==()
859 return value_ < rhs.value_; in operator <()
871 return value_ > rhs.value_; in operator >()
879 return value_ <= rhs.value_; in operator <=()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/thread/
H A Dsynchronized_value.hpp420 T value_; member in boost::synchronized_value
466 value_ = rhs.value_; in synchronized_value()
499 value_ = rhs.value_; in operator =()
585 boost::swap(value_, rhs.value_); in swap()
758 lk_(outer.mtx_),value_(outer.value_) in deref_value()
787 lk_(outer.mtx_), value_(outer.value_) in const_deref_value()
847 return value_ == rhs.value_; in operator ==()
859 return value_ < rhs.value_; in operator <()
871 return value_ > rhs.value_; in operator >()
879 return value_ <= rhs.value_; in operator <=()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/thread/
H A Dsynchronized_value.hpp420 T value_; member in boost::synchronized_value
466 value_ = rhs.value_; in synchronized_value()
499 value_ = rhs.value_; in operator =()
585 boost::swap(value_, rhs.value_); in swap()
758 lk_(outer.mtx_),value_(outer.value_) in deref_value()
787 lk_(outer.mtx_), value_(outer.value_) in const_deref_value()
847 return value_ == rhs.value_; in operator ==()
859 return value_ < rhs.value_; in operator <()
871 return value_ > rhs.value_; in operator >()
879 return value_ <= rhs.value_; in operator <=()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/date_time/
H A Dwrapping_int.hpp52 value_ = static_cast<int_type>(value_ + remainder); in add()
66 value_ = static_cast<int_type>(value_ - remainder); in subtract()
70 int_type value_; member in boost::date_time::wrapping_int
80 else if(value_ < 0) in calculate_wrap()
104 if(value_ < wrap_min) in wrapping_int2()
106 value_ = wrap_min; in wrapping_int2()
108 if(value_ > wrap_max) in wrapping_int2()
110 value_ = wrap_max; in wrapping_int2()
126 value_ = static_cast<int_type>(value_ + remainder); in add()
139 value_ = static_cast<int_type>(value_ - remainder); in subtract()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/date_time/
H A Dwrapping_int.hpp52 value_ = static_cast<int_type>(value_ + remainder); in add()
66 value_ = static_cast<int_type>(value_ - remainder); in subtract()
70 int_type value_; member in boost::date_time::wrapping_int
80 else if(value_ < 0) in calculate_wrap()
104 if(value_ < wrap_min) in wrapping_int2()
106 value_ = wrap_min; in wrapping_int2()
108 if(value_ > wrap_max) in wrapping_int2()
110 value_ = wrap_max; in wrapping_int2()
126 value_ = static_cast<int_type>(value_ + remainder); in add()
139 value_ = static_cast<int_type>(value_ - remainder); in subtract()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/date_time/
H A Dwrapping_int.hpp52 value_ = static_cast<int_type>(value_ + remainder); in add()
66 value_ = static_cast<int_type>(value_ - remainder); in subtract()
70 int_type value_; member in boost::date_time::wrapping_int
80 else if(value_ < 0) in calculate_wrap()
104 if(value_ < wrap_min) in wrapping_int2()
106 value_ = wrap_min; in wrapping_int2()
108 if(value_ > wrap_max) in wrapping_int2()
110 value_ = wrap_max; in wrapping_int2()
126 value_ = static_cast<int_type>(value_ + remainder); in add()
139 value_ = static_cast<int_type>(value_ - remainder); in subtract()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/date_time/
H A Dwrapping_int.hpp52 value_ = static_cast<int_type>(value_ + remainder); in add()
66 value_ = static_cast<int_type>(value_ - remainder); in subtract()
70 int_type value_; member in boost::date_time::wrapping_int
80 else if(value_ < 0) in calculate_wrap()
104 if(value_ < wrap_min) in wrapping_int2()
106 value_ = wrap_min; in wrapping_int2()
108 if(value_ > wrap_max) in wrapping_int2()
110 value_ = wrap_max; in wrapping_int2()
126 value_ = static_cast<int_type>(value_ + remainder); in add()
139 value_ = static_cast<int_type>(value_ - remainder); in subtract()
[all …]
/dports/graphics/open3d/Open3D-0.2/src/External/jsoncpp/
H A Djson_value.cpp455 value_ = other.value_; in Value()
466 value_.string_ = other.value_.string_; in Value()
530 std::swap(value_, other.value_); in swapPayload()
538 value_ = other.value_; in copyPayload()
574 return value_.int_ < other.value_.int_; in operator <()
576 return value_.uint_ < other.value_.uint_; in operator <()
578 return value_.real_ < other.value_.real_; in operator <()
580 return value_.bool_ < other.value_.bool_; in operator <()
631 return value_.int_ == other.value_.int_; in operator ==()
633 return value_.uint_ == other.value_.uint_; in operator ==()
[all …]
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/jsoncpp/
H A Djson_value.cpp455 value_ = other.value_; in Value()
466 value_.string_ = other.value_.string_; in Value()
530 std::swap(value_, other.value_); in swapPayload()
538 value_ = other.value_; in copyPayload()
574 return value_.int_ < other.value_.int_; in operator <()
576 return value_.uint_ < other.value_.uint_; in operator <()
578 return value_.real_ < other.value_.real_; in operator <()
580 return value_.bool_ < other.value_.bool_; in operator <()
631 return value_.int_ == other.value_.int_; in operator ==()
633 return value_.uint_ == other.value_.uint_; in operator ==()
[all …]
/dports/math/R-cran-gmp/gmp/src/
H A Dbiginteger.h100 if(value_ == NA_INTEGER) in biginteger()
109 if(value_ == NA_INTEGER) in biginteger()
127 if( R_FINITE(value_) ) in biginteger()
177 void setValue(int value_) { in setValue() argument
178 if(value_ == NA_INTEGER) in setValue()
182 mpz_set_si(value, value_); in setValue()
189 if(value_ == NA_INTEGER) in setValue()
193 mpz_set_si(value, value_); in setValue()
205 mpz_set_ui(value, value_); in setValue()
213 if(R_FINITE (value_) ) in setValue()
[all …]
H A Dbigrational.h70 mpq_set(value, value_); in bigrational()
87 bigrational(int value_) : in bigrational() argument
91 if(value_ == NA_INTEGER) in bigrational()
112 bigrational(double value_) : in bigrational() argument
117 if(R_FINITE( value_ ) ) in bigrational()
118 mpq_set_d(value, value_); in bigrational()
181 if(value_ == NA_INTEGER) in setValue()
202 if( R_FINITE (value_ ) ) in setValue()
213 mpq_set_z(value,value_); in setValue()
223 na = value_.isNA(); in setValue()
[all …]
/dports/devel/jsoncpp/jsoncpp-1.9.5/src/lib_json/
H A Djson_value.cpp458 std::swap(value_, other.value_); in swapPayload()
498 return value_.int_ < other.value_.int_; in operator <()
500 return value_.uint_ < other.value_.uint_; in operator <()
502 return value_.real_ < other.value_.real_; in operator <()
504 return value_.bool_ < other.value_.bool_; in operator <()
553 return value_.int_ == other.value_.int_; in operator ==()
555 return value_.uint_ == other.value_.uint_; in operator ==()
557 return value_.real_ == other.value_.real_; in operator ==()
559 return value_.bool_ == other.value_.bool_; in operator ==()
985 value_ = other.value_; in dupPayload()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp445 value_ = other.value_; in Value()
456 value_.string_ = other.value_.string_; in Value()
520 std::swap(value_, other.value_); in swapPayload()
551 return value_.int_ < other.value_.int_; in operator <()
553 return value_.uint_ < other.value_.uint_; in operator <()
555 return value_.real_ < other.value_.real_; in operator <()
557 return value_.bool_ < other.value_.bool_; in operator <()
608 return value_.int_ == other.value_.int_; in operator ==()
610 return value_.uint_ == other.value_.uint_; in operator ==()
612 return value_.real_ == other.value_.real_; in operator ==()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_value.cpp458 std::swap(value_, other.value_); in swapPayload()
498 return value_.int_ < other.value_.int_; in operator <()
500 return value_.uint_ < other.value_.uint_; in operator <()
502 return value_.real_ < other.value_.real_; in operator <()
504 return value_.bool_ < other.value_.bool_; in operator <()
553 return value_.int_ == other.value_.int_; in operator ==()
555 return value_.uint_ == other.value_.uint_; in operator ==()
557 return value_.real_ == other.value_.real_; in operator ==()
559 return value_.bool_ == other.value_.bool_; in operator ==()
984 value_ = other.value_; in dupPayload()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_value.cpp458 std::swap(value_, other.value_); in swapPayload()
498 return value_.int_ < other.value_.int_; in operator <()
500 return value_.uint_ < other.value_.uint_; in operator <()
502 return value_.real_ < other.value_.real_; in operator <()
504 return value_.bool_ < other.value_.bool_; in operator <()
553 return value_.int_ == other.value_.int_; in operator ==()
555 return value_.uint_ == other.value_.uint_; in operator ==()
557 return value_.real_ == other.value_.real_; in operator ==()
559 return value_.bool_ == other.value_.bool_; in operator ==()
984 value_ = other.value_; in dupPayload()
[all …]
/dports/www/firefox/firefox-99.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp458 std::swap(value_, other.value_); in swapPayload()
498 return value_.int_ < other.value_.int_; in operator <()
500 return value_.uint_ < other.value_.uint_; in operator <()
502 return value_.real_ < other.value_.real_; in operator <()
504 return value_.bool_ < other.value_.bool_; in operator <()
553 return value_.int_ == other.value_.int_; in operator ==()
555 return value_.uint_ == other.value_.uint_; in operator ==()
557 return value_.real_ == other.value_.real_; in operator ==()
559 return value_.bool_ == other.value_.bool_; in operator ==()
985 value_ = other.value_; in dupPayload()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp458 std::swap(value_, other.value_); in swapPayload()
498 return value_.int_ < other.value_.int_; in operator <()
500 return value_.uint_ < other.value_.uint_; in operator <()
502 return value_.real_ < other.value_.real_; in operator <()
504 return value_.bool_ < other.value_.bool_; in operator <()
553 return value_.int_ == other.value_.int_; in operator ==()
555 return value_.uint_ == other.value_.uint_; in operator ==()
557 return value_.real_ == other.value_.real_; in operator ==()
559 return value_.bool_ == other.value_.bool_; in operator ==()
984 value_ = other.value_; in dupPayload()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/jsoncpp/source/src/lib_json/
H A Djson_value.cpp458 std::swap(value_, other.value_); in swapPayload()
498 return value_.int_ < other.value_.int_; in operator <()
500 return value_.uint_ < other.value_.uint_; in operator <()
502 return value_.real_ < other.value_.real_; in operator <()
504 return value_.bool_ < other.value_.bool_; in operator <()
553 return value_.int_ == other.value_.int_; in operator ==()
555 return value_.uint_ == other.value_.uint_; in operator ==()
557 return value_.real_ == other.value_.real_; in operator ==()
559 return value_.bool_ == other.value_.bool_; in operator ==()
984 value_ = other.value_; in dupPayload()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmjsoncpp/src/lib_json/
H A Djson_value.cpp458 std::swap(value_, other.value_); in swapPayload()
498 return value_.int_ < other.value_.int_; in operator <()
500 return value_.uint_ < other.value_.uint_; in operator <()
502 return value_.real_ < other.value_.real_; in operator <()
504 return value_.bool_ < other.value_.bool_; in operator <()
553 return value_.int_ == other.value_.int_; in operator ==()
555 return value_.uint_ == other.value_.uint_; in operator ==()
557 return value_.real_ == other.value_.real_; in operator ==()
559 return value_.bool_ == other.value_.bool_; in operator ==()
984 value_ = other.value_; in dupPayload()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/jsoncpp/src/lib_json/
H A Djson_value.cpp458 std::swap(value_, other.value_); in swapPayload()
498 return value_.int_ < other.value_.int_; in operator <()
500 return value_.uint_ < other.value_.uint_; in operator <()
502 return value_.real_ < other.value_.real_; in operator <()
504 return value_.bool_ < other.value_.bool_; in operator <()
553 return value_.int_ == other.value_.int_; in operator ==()
555 return value_.uint_ == other.value_.uint_; in operator ==()
557 return value_.real_ == other.value_.real_; in operator ==()
559 return value_.bool_ == other.value_.bool_; in operator ==()
984 value_ = other.value_; in dupPayload()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/spirit/test/x3/
H A Dextract_int.cpp25 custom_int operator+(custom_int x) const { return value_ + x.value_; } in operator +()
26 custom_int operator-(custom_int x) const { return value_ - x.value_; } in operator -()
27 custom_int operator*(custom_int x) const { return value_ * x.value_; } in operator *()
28 custom_int operator/(custom_int x) const { return value_ / x.value_; } in operator /()
42 bool operator< (custom_int x) const { return value_ < x.value_; } in operator <()
43 bool operator> (custom_int x) const { return value_ > x.value_; } in operator >()
44 bool operator<=(custom_int x) const { return value_ <= x.value_; } in operator <=()
45 bool operator>=(custom_int x) const { return value_ >= x.value_; } in operator >=()
46 bool operator==(custom_int x) const { return value_ == x.value_; } in operator ==()
47 bool operator!=(custom_int x) const { return value_ != x.value_; } in operator !=()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/spirit/test/x3/
H A Dextract_int.cpp25 custom_int operator+(custom_int x) const { return value_ + x.value_; } in operator +()
26 custom_int operator-(custom_int x) const { return value_ - x.value_; } in operator -()
27 custom_int operator*(custom_int x) const { return value_ * x.value_; } in operator *()
28 custom_int operator/(custom_int x) const { return value_ / x.value_; } in operator /()
42 bool operator< (custom_int x) const { return value_ < x.value_; } in operator <()
43 bool operator> (custom_int x) const { return value_ > x.value_; } in operator >()
44 bool operator<=(custom_int x) const { return value_ <= x.value_; } in operator <=()
45 bool operator>=(custom_int x) const { return value_ >= x.value_; } in operator >=()
46 bool operator==(custom_int x) const { return value_ == x.value_; } in operator ==()
47 bool operator!=(custom_int x) const { return value_ != x.value_; } in operator !=()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/spirit/test/x3/
H A Dextract_int.cpp25 custom_int operator+(custom_int x) const { return value_ + x.value_; } in operator +()
26 custom_int operator-(custom_int x) const { return value_ - x.value_; } in operator -()
27 custom_int operator*(custom_int x) const { return value_ * x.value_; } in operator *()
28 custom_int operator/(custom_int x) const { return value_ / x.value_; } in operator /()
42 bool operator< (custom_int x) const { return value_ < x.value_; } in operator <()
43 bool operator> (custom_int x) const { return value_ > x.value_; } in operator >()
44 bool operator<=(custom_int x) const { return value_ <= x.value_; } in operator <=()
45 bool operator>=(custom_int x) const { return value_ >= x.value_; } in operator >=()
46 bool operator==(custom_int x) const { return value_ == x.value_; } in operator ==()
47 bool operator!=(custom_int x) const { return value_ != x.value_; } in operator !=()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/spirit/test/x3/
H A Dextract_int.cpp25 custom_int operator+(custom_int x) const { return value_ + x.value_; } in operator +()
26 custom_int operator-(custom_int x) const { return value_ - x.value_; } in operator -()
27 custom_int operator*(custom_int x) const { return value_ * x.value_; } in operator *()
28 custom_int operator/(custom_int x) const { return value_ / x.value_; } in operator /()
42 bool operator< (custom_int x) const { return value_ < x.value_; } in operator <()
43 bool operator> (custom_int x) const { return value_ > x.value_; } in operator >()
44 bool operator<=(custom_int x) const { return value_ <= x.value_; } in operator <=()
45 bool operator>=(custom_int x) const { return value_ >= x.value_; } in operator >=()
46 bool operator==(custom_int x) const { return value_ == x.value_; } in operator ==()
47 bool operator!=(custom_int x) const { return value_ != x.value_; } in operator !=()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/jsoncpp/src/lib_json/
H A Djson_value.cpp444 value_ = other.value_; in Value()
455 value_.string_ = other.value_.string_; in Value()
519 std::swap(value_, other.value_); in swapPayload()
550 return value_.int_ < other.value_.int_; in operator <()
552 return value_.uint_ < other.value_.uint_; in operator <()
554 return value_.real_ < other.value_.real_; in operator <()
556 return value_.bool_ < other.value_.bool_; in operator <()
607 return value_.int_ == other.value_.int_; in operator ==()
609 return value_.uint_ == other.value_.uint_; in operator ==()
611 return value_.real_ == other.value_.real_; in operator ==()
[all …]

12345678910>>...453