Home
last modified time | relevance | path

Searched refs:int_rep (Results 1 – 25 of 96) sorted by relevance

1234

/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/spanner/
H A Dnumeric.cc99 int_rep.push_front('0'); in Round()
100 it = int_rep.end(); in Round()
195 int_rep.insert(int_rep.end(), frac_rep.begin(), frac_rep.begin() + shift); in MakeNumeric()
196 int_rep.insert(int_rep.end(), exponent - shift, '0'); in MakeNumeric()
200 frac_rep.insert(frac_rep.begin(), int_rep.end() - shift, int_rep.end()); in MakeNumeric()
202 int_rep.erase(int_rep.end() - shift, int_rep.end()); in MakeNumeric()
206 Round(int_rep, frac_rep, Numeric::kFracPrec); in MakeNumeric()
209 while (!int_rep.empty() && int_rep.front() == '0') int_rep.pop_front(); in MakeNumeric()
215 if (int_rep.empty()) int_rep.push_front('0'); in MakeNumeric()
216 if (negate) int_rep.push_front('-'); in MakeNumeric()
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/spanner/
H A Dnumeric.cc99 int_rep.push_front('0'); in Round()
100 it = int_rep.end(); in Round()
195 int_rep.insert(int_rep.end(), frac_rep.begin(), frac_rep.begin() + shift); in MakeNumeric()
196 int_rep.insert(int_rep.end(), exponent - shift, '0'); in MakeNumeric()
200 frac_rep.insert(frac_rep.begin(), int_rep.end() - shift, int_rep.end()); in MakeNumeric()
202 int_rep.erase(int_rep.end() - shift, int_rep.end()); in MakeNumeric()
206 Round(int_rep, frac_rep, Numeric::kFracPrec); in MakeNumeric()
209 while (!int_rep.empty() && int_rep.front() == '0') int_rep.pop_front(); in MakeNumeric()
215 if (int_rep.empty()) int_rep.push_front('0'); in MakeNumeric()
216 if (negate) int_rep.push_front('-'); in MakeNumeric()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in pdalboost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in pdalboost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/databases/p5-Tie-LevelDB/Tie-LevelDB-0.07/boost_1_47/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/date_time/
H A Ddate_duration_types.hpp44 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
45 typedef typename int_rep::int_type int_type;
52 months_duration(int_rep num) : _m(num) {} in months_duration()
55 _m = int_rep::from_special(sv); in months_duration()
57 int_rep number_of_months() const { return _m; } in number_of_months()
153 int_rep _m;
166 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
167 typedef typename int_rep::int_type int_type;
174 years_duration(int_rep num) : _y(num) {} in years_duration()
177 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/boost/boost/date_time/
H A Ddate_duration_types.hpp44 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
45 typedef typename int_rep::int_type int_type;
52 months_duration(int_rep num) : _m(num) {} in months_duration()
55 _m = int_rep::from_special(sv); in months_duration()
57 int_rep number_of_months() const { return _m; } in number_of_months()
153 int_rep _m;
166 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
167 typedef typename int_rep::int_type int_type;
174 years_duration(int_rep num) : _y(num) {} in years_duration()
177 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/boost/boost/date_time/
H A Ddate_duration_types.hpp44 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
45 typedef typename int_rep::int_type int_type;
52 months_duration(int_rep num) : _m(num) {} in months_duration()
55 _m = int_rep::from_special(sv); in months_duration()
57 int_rep number_of_months() const { return _m; } in number_of_months()
153 int_rep _m;
166 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
167 typedef typename int_rep::int_type int_type;
174 years_duration(int_rep num) : _y(num) {} in years_duration()
177 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/date_time/
H A Ddate_duration_types.hpp44 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
45 typedef typename int_rep::int_type int_type;
52 months_duration(int_rep num) : _m(num) {} in months_duration()
55 _m = int_rep::from_special(sv); in months_duration()
57 int_rep number_of_months() const { return _m; } in number_of_months()
153 int_rep _m;
166 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
167 typedef typename int_rep::int_type int_type;
174 years_duration(int_rep num) : _y(num) {} in years_duration()
177 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/date_time/
H A Ddate_duration_types.hpp44 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
45 typedef typename int_rep::int_type int_type;
52 months_duration(int_rep num) : _m(num) {} in months_duration()
55 _m = int_rep::from_special(sv); in months_duration()
57 int_rep number_of_months() const { return _m; } in number_of_months()
153 int_rep _m;
166 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
167 typedef typename int_rep::int_type int_type;
174 years_duration(int_rep num) : _y(num) {} in years_duration()
177 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/date_time/
H A Ddate_duration_types.hpp44 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
45 typedef typename int_rep::int_type int_type;
52 months_duration(int_rep num) : _m(num) {} in months_duration()
55 _m = int_rep::from_special(sv); in months_duration()
57 int_rep number_of_months() const { return _m; } in number_of_months()
153 int_rep _m;
166 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
167 typedef typename int_rep::int_type int_type;
174 years_duration(int_rep num) : _y(num) {} in years_duration()
177 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/date_time/
H A Ddate_duration_types.hpp44 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
45 typedef typename int_rep::int_type int_type;
52 months_duration(int_rep num) : _m(num) {} in months_duration()
55 _m = int_rep::from_special(sv); in months_duration()
57 int_rep number_of_months() const { return _m; } in number_of_months()
153 int_rep _m;
166 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
167 typedef typename int_rep::int_type int_type;
174 years_duration(int_rep num) : _y(num) {} in years_duration()
177 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/date_time/
H A Ddate_duration_types.hpp44 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
45 typedef typename int_rep::int_type int_type;
52 months_duration(int_rep num) : _m(num) {} in months_duration()
55 _m = int_rep::from_special(sv); in months_duration()
57 int_rep number_of_months() const { return _m; } in number_of_months()
153 int_rep _m;
166 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
167 typedef typename int_rep::int_type int_type;
174 years_duration(int_rep num) : _y(num) {} in years_duration()
177 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/date_time/
H A Ddate_duration_types.hpp43 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::months_duration
44 typedef typename int_rep::int_type int_type;
51 months_duration(int_rep num) : _m(num) {} in months_duration()
54 _m = int_rep::from_special(sv); in months_duration()
56 int_rep number_of_months() const { return _m; } in number_of_months()
152 int_rep _m;
165 typedef typename base_config::int_rep int_rep; typedef in boost::date_time::years_duration
166 typedef typename int_rep::int_type int_type;
173 years_duration(int_rep num) : _y(num) {} in years_duration()
176 _y = int_rep::from_special(sv); in years_duration()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/date_time/
H A Ddate_duration_types.hpp44 typedef typename base_config::int_rep int_rep; in date_duration()
45 typedef typename int_rep::int_type int_type; in date_duration()
52 BOOST_CXX14_CONSTEXPR months_duration(int_rep num) : _m(num) {} in date_duration()
55 _m = int_rep::from_special(sv); in date_duration()
57 int_rep number_of_months() const { return _m; } in date_duration()
151 int_rep _m; in date_duration()
164 typedef typename base_config::int_rep int_rep;
165 typedef typename int_rep::int_type int_type;
172 BOOST_CXX14_CONSTEXPR years_duration(int_rep num) : _y(num) {}
175 _y = int_rep::from_special(sv);
[all …]

1234