Home
last modified time | relevance | path

Searched refs:tm_ (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/term/
H A DSymbolicTermMatrix.cpp63 tm_=S.tm_; in SymbolicTermMatrix()
70 …if(S.delMat_ && S.tm_!=0) {tm_=new TermMatrix(*S.tm_); delMat_=true;} //FULL COPY of TermMatrix to… in SymbolicTermMatrix()
77 if(delMat_ && tm_!=0) delete tm_; in ~SymbolicTermMatrix()
84 if(delMat_ && tm_!=0) delete tm_; in operator =()
87 tm_=S.tm_; in operator =()
92 …if(S.delMat_ && S.tm_!=0) {tm_=new TermMatrix(*S.tm_); delMat_=true;} //FULL COPY of TermMatrix to… in operator =()
214 if(tm_!=0) out<<tm_->primaryName(); in asString()
219 if (tm_!=0) out<<tm_->primaryName(); in asString()
225 if (tm_!=0) out<<tm_->primaryName(); in asString()
231 if (tm_!=0) out<<tm_->primaryName(); in asString()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/locale/src/util/
H A Dgregorian.cpp359 return days_in_month(tm_.tm_year + 1900,tm_.tm_mon + 1); in get_value()
500 int val = get_week_number(tm_.tm_yday,tm_.tm_wday); in get_value()
524 int val = get_week_number(tm_.tm_mday,tm_.tm_wday); in get_value()
542 if(tm_.tm_mon == 1 && !is_leap(tm_.tm_year + 1900)) { in get_value()
713 int diff = other->tm_.tm_year - tm_.tm_year; in difference()
718 int diff = 12 * (other->tm_.tm_year - tm_.tm_year) in difference()
719 + other->tm_.tm_mon - tm_.tm_mon; in difference()
732 int diff = other->tm_.tm_yday - tm_.tm_yday; in difference()
733 if(other->tm_.tm_year != tm_.tm_year) { in difference()
805 tm_ = *t; in from_time()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/locale/src/util/
H A Dgregorian.cpp359 return days_in_month(tm_.tm_year + 1900,tm_.tm_mon + 1); in get_value()
500 int val = get_week_number(tm_.tm_yday,tm_.tm_wday); in get_value()
524 int val = get_week_number(tm_.tm_mday,tm_.tm_wday); in get_value()
542 if(tm_.tm_mon == 1 && !is_leap(tm_.tm_year + 1900)) { in get_value()
713 int diff = other->tm_.tm_year - tm_.tm_year; in difference()
718 int diff = 12 * (other->tm_.tm_year - tm_.tm_year) in difference()
719 + other->tm_.tm_mon - tm_.tm_mon; in difference()
732 int diff = other->tm_.tm_yday - tm_.tm_yday; in difference()
733 if(other->tm_.tm_year != tm_.tm_year) { in difference()
805 tm_ = *t; in from_time()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/locale/src/util/
H A Dgregorian.cpp359 return days_in_month(tm_.tm_year + 1900,tm_.tm_mon + 1); in get_value()
500 int val = get_week_number(tm_.tm_yday,tm_.tm_wday); in get_value()
524 int val = get_week_number(tm_.tm_mday,tm_.tm_wday); in get_value()
542 if(tm_.tm_mon == 1 && !is_leap(tm_.tm_year + 1900)) { in get_value()
713 int diff = other->tm_.tm_year - tm_.tm_year; in difference()
718 int diff = 12 * (other->tm_.tm_year - tm_.tm_year) in difference()
719 + other->tm_.tm_mon - tm_.tm_mon; in difference()
732 int diff = other->tm_.tm_yday - tm_.tm_yday; in difference()
733 if(other->tm_.tm_year != tm_.tm_year) { in difference()
805 tm_ = *t; in from_time()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/locale/src/util/
H A Dgregorian.cpp362 return days_in_month(tm_.tm_year + 1900,tm_.tm_mon + 1); in get_value()
503 int val = get_week_number(tm_.tm_yday,tm_.tm_wday); in get_value()
527 int val = get_week_number(tm_.tm_mday,tm_.tm_wday); in get_value()
545 if(tm_.tm_mon == 1 && !is_leap(tm_.tm_year + 1900)) { in get_value()
716 int diff = other->tm_.tm_year - tm_.tm_year; in difference()
721 int diff = 12 * (other->tm_.tm_year - tm_.tm_year) in difference()
722 + other->tm_.tm_mon - tm_.tm_mon; in difference()
735 int diff = other->tm_.tm_yday - tm_.tm_yday; in difference()
736 if(other->tm_.tm_year != tm_.tm_year) { in difference()
808 tm_ = *t; in from_time()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/locale/src/util/
H A Dgregorian.cpp359 return days_in_month(tm_.tm_year + 1900,tm_.tm_mon + 1); in get_value()
500 int val = get_week_number(tm_.tm_yday,tm_.tm_wday); in get_value()
524 int val = get_week_number(tm_.tm_mday,tm_.tm_wday); in get_value()
542 if(tm_.tm_mon == 1 && !is_leap(tm_.tm_year + 1900)) { in get_value()
713 int diff = other->tm_.tm_year - tm_.tm_year; in difference()
718 int diff = 12 * (other->tm_.tm_year - tm_.tm_year) in difference()
719 + other->tm_.tm_mon - tm_.tm_mon; in difference()
732 int diff = other->tm_.tm_yday - tm_.tm_yday; in difference()
733 if(other->tm_.tm_year != tm_.tm_year) { in difference()
805 tm_ = *t; in from_time()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/locale/src/util/
H A Dgregorian.cpp362 return days_in_month(tm_.tm_year + 1900,tm_.tm_mon + 1); in get_value()
503 int val = get_week_number(tm_.tm_yday,tm_.tm_wday); in get_value()
527 int val = get_week_number(tm_.tm_mday,tm_.tm_wday); in get_value()
545 if(tm_.tm_mon == 1 && !is_leap(tm_.tm_year + 1900)) { in get_value()
716 int diff = other->tm_.tm_year - tm_.tm_year; in difference()
721 int diff = 12 * (other->tm_.tm_year - tm_.tm_year) in difference()
722 + other->tm_.tm_mon - tm_.tm_mon; in difference()
735 int diff = other->tm_.tm_yday - tm_.tm_yday; in difference()
736 if(other->tm_.tm_year != tm_.tm_year) { in difference()
808 tm_ = *t; in from_time()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/locale/src/util/
H A Dgregorian.cpp362 return days_in_month(tm_.tm_year + 1900,tm_.tm_mon + 1); in get_value()
503 int val = get_week_number(tm_.tm_yday,tm_.tm_wday); in get_value()
527 int val = get_week_number(tm_.tm_mday,tm_.tm_wday); in get_value()
545 if(tm_.tm_mon == 1 && !is_leap(tm_.tm_year + 1900)) { in get_value()
716 int diff = other->tm_.tm_year - tm_.tm_year; in difference()
721 int diff = 12 * (other->tm_.tm_year - tm_.tm_year) in difference()
722 + other->tm_.tm_mon - tm_.tm_mon; in difference()
735 int diff = other->tm_.tm_yday - tm_.tm_yday; in difference()
736 if(other->tm_.tm_year != tm_.tm_year) { in difference()
808 tm_ = *t; in from_time()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/locale/src/util/
H A Dgregorian.cpp362 return days_in_month(tm_.tm_year + 1900,tm_.tm_mon + 1); in get_value()
503 int val = get_week_number(tm_.tm_yday,tm_.tm_wday); in get_value()
527 int val = get_week_number(tm_.tm_mday,tm_.tm_wday); in get_value()
545 if(tm_.tm_mon == 1 && !is_leap(tm_.tm_year + 1900)) { in get_value()
716 int diff = other->tm_.tm_year - tm_.tm_year; in difference()
721 int diff = 12 * (other->tm_.tm_year - tm_.tm_year) in difference()
722 + other->tm_.tm_mon - tm_.tm_mon; in difference()
735 int diff = other->tm_.tm_yday - tm_.tm_yday; in difference()
736 if(other->tm_.tm_year != tm_.tm_year) { in difference()
808 tm_ = *t; in from_time()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/locale/src/util/
H A Dgregorian.cpp362 return days_in_month(tm_.tm_year + 1900,tm_.tm_mon + 1); in get_value()
503 int val = get_week_number(tm_.tm_yday,tm_.tm_wday); in get_value()
527 int val = get_week_number(tm_.tm_mday,tm_.tm_wday); in get_value()
545 if(tm_.tm_mon == 1 && !is_leap(tm_.tm_year + 1900)) { in get_value()
716 int diff = other->tm_.tm_year - tm_.tm_year; in difference()
721 int diff = 12 * (other->tm_.tm_year - tm_.tm_year) in difference()
722 + other->tm_.tm_mon - tm_.tm_mon; in difference()
735 int diff = other->tm_.tm_yday - tm_.tm_yday; in difference()
736 if(other->tm_.tm_year != tm_.tm_year) { in difference()
808 tm_ = *t; in from_time()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/locale/src/util/
H A Dgregorian.cpp359 return days_in_month(tm_.tm_year + 1900,tm_.tm_mon + 1); in get_value()
500 int val = get_week_number(tm_.tm_yday,tm_.tm_wday); in get_value()
524 int val = get_week_number(tm_.tm_mday,tm_.tm_wday); in get_value()
542 if(tm_.tm_mon == 1 && !is_leap(tm_.tm_year + 1900)) { in get_value()
713 int diff = other->tm_.tm_year - tm_.tm_year; in difference()
718 int diff = 12 * (other->tm_.tm_year - tm_.tm_year) in difference()
719 + other->tm_.tm_mon - tm_.tm_mon; in difference()
732 int diff = other->tm_.tm_yday - tm_.tm_yday; in difference()
733 if(other->tm_.tm_year != tm_.tm_year) { in difference()
805 tm_ = *t; in from_time()
[all …]
/dports/science/libkml/libkml-1.3.0/src/kml/base/
H A Ddate_time.cc75 for (int year = 70; year < tm_.tm_year; ++year) in GetTimeT()
78 for (int month = 0; month < tm_.tm_mon; ++month) in GetTimeT()
79 res += ndays[is_leap(tm_.tm_year)][month]; in GetTimeT()
81 res += tm_.tm_mday - 1; in GetTimeT()
83 res += tm_.tm_hour; in GetTimeT()
85 res += tm_.tm_min; in GetTimeT()
87 res += tm_.tm_sec; in GetTimeT()
94 strftime(buf, N, format, &tm_); in DoStrftime()
113 strptime("14 Nov 1991 12:33:45", "%d %b %Y %H:%M:%S", &tm_); in DateTime()
114 tm_.tm_isdst = -1; in DateTime()
[all …]
/dports/games/atanks/atanks-6.5/src/
H A Ddebug.cpp24 struct tm tm_; in debug_log() local
30 atanks_localtime(&tm_, &t); in debug_log()
32 tm_.tm_year + 1900, tm_.tm_mon + 1, tm_.tm_mday, in debug_log()
33 tm_.tm_hour, tm_.tm_min, tm_.tm_sec); in debug_log()
/dports/devel/libiqxmlrpc/libiqxmlrpc-0.13.5/libiqxmlrpc/
H A Dvalue_type.cc501 tm_ = *t; in Date_time()
509 tm_ = to_tm(p); in Date_time()
524 tm_.tm_mday = atoi( s.substr(6, 2).c_str() ); in Date_time()
525 tm_.tm_hour = atoi( s.substr(9, 2).c_str() ); in Date_time()
526 tm_.tm_min = atoi( s.substr(12, 2).c_str() ); in Date_time()
529 if( (tm_.tm_year < 0) || !(tm_.tm_mon >= 0 && tm_.tm_mon <= 11) || in Date_time()
530 !(tm_.tm_mday >= 1 && tm_.tm_mday <= 31) || in Date_time()
531 !(tm_.tm_hour >= 0 && tm_.tm_hour <= 23) || in Date_time()
532 !(tm_.tm_min >= 0 && tm_.tm_min <= 59) || in Date_time()
533 !(tm_.tm_sec >= 0 && tm_.tm_sec <= 61) in Date_time()
[all …]
/dports/math/fxt/fxt/src/bits/
H A Dthue-morse.h19 ulong tm_; variable
28 tm_ = parity(k_);
29 return tm_;
32 ulong data() { return tm_; } in data()
44 tm_ ^= ( x!=0 ); // change if highest changed bit was at even index in next()
45 return tm_; in next()
/dports/graphics/aseprite/aseprite-1.2.9/third_party/fmt/fmt/
H A Dtime.h69 std::tm tm_; in localtime() member
75 return handle(localtime_r(&time_, &tm_)); in localtime()
82 return fallback(localtime_s(&tm_, &time_)); in localtime()
90 if (tm) tm_ = *tm; in localtime()
96 return lt.tm_; in localtime()
106 std::tm tm_; in gmtime() member
112 return handle(gmtime_r(&time_, &tm_)); in gmtime()
119 return fallback(gmtime_s(&tm_, &time_)); in gmtime()
126 if (tm != FMT_NULL) tm_ = *tm; in gmtime()
132 return gt.tm_; in gmtime()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/cca/Chemistry/server/cxx/
H A DNWChem_Chemistry_QC_ModelFactory_Impl.cc326 gov::cca::TypeMap tm_ = services_.createTypeMap(); // empty typemap in setServices() local
327 if(tm_._is_nil()) { in setServices()
332 ppf_.initParameterData(tm_, "CONFIG"); in setServices()
333 ppf_.setBatchTitle(tm_,"NWChem ModelFactory Options"); in setServices()
334 ppf_.setGroupName(tm_,"Job Specification"); in setServices()
335 ppf_.addRequestString(tm_, "theory", "Theory name", in setServices()
337 ppf_.addRequestString(tm_, "basis", "AO basis name", in setServices()
339 ppf_.addRequestString(tm_, "molecule_filename", in setServices()
342 ppf_.addRequestString(tm_, "nwchem_filename", in setServices()
345 ppf_.addRequestString(tm_, "keyval_filename", in setServices()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/cca/Chemistry/server/cxx/
H A DNWChem_Chemistry_QC_ModelFactory_Impl.cc326 gov::cca::TypeMap tm_ = services_.createTypeMap(); // empty typemap in setServices() local
327 if(tm_._is_nil()) { in setServices()
332 ppf_.initParameterData(tm_, "CONFIG"); in setServices()
333 ppf_.setBatchTitle(tm_,"NWChem ModelFactory Options"); in setServices()
334 ppf_.setGroupName(tm_,"Job Specification"); in setServices()
335 ppf_.addRequestString(tm_, "theory", "Theory name", in setServices()
337 ppf_.addRequestString(tm_, "basis", "AO basis name", in setServices()
339 ppf_.addRequestString(tm_, "molecule_filename", in setServices()
342 ppf_.addRequestString(tm_, "nwchem_filename", in setServices()
345 ppf_.addRequestString(tm_, "keyval_filename", in setServices()
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/codegen/llvm/
H A Dllvm_module.cc89 CHECK(tm_); in SaveToFile()
91 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
95 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
99 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
111 CHECK(tm_); in SaveToFile()
113 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
117 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
121 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
158 CHECK(tm_); in GetSource()
189 tm_ = GetLLVMTargetMachine(target); in Init()
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/src/codegen/llvm/
H A Dllvm_module.cc89 CHECK(tm_); in SaveToFile()
91 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
95 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
99 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
111 CHECK(tm_); in SaveToFile()
113 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
117 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
121 CHECK(tm_->addPassesToEmitFile( in SaveToFile()
158 CHECK(tm_); in GetSource()
189 tm_ = GetLLVMTargetMachine(target); in Init()
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/extern/fmt-5.3.0/include/fmt/
H A Dtime.h32 std::tm tm_; in localtime() member
38 return handle(localtime_r(&time_, &tm_)); in localtime()
45 return fallback(localtime_s(&tm_, &time_)); in localtime()
54 if (tm) tm_ = *tm; in localtime()
63 return lt.tm_; in localtime()
70 std::tm tm_; in gmtime() member
76 return handle(gmtime_r(&time_, &tm_)); in gmtime()
83 return fallback(gmtime_s(&tm_, &time_)); in gmtime()
91 if (tm) tm_ = *tm; in gmtime()
100 return gt.tm_; in gmtime()
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/fmt-5.3.0/include/fmt/
H A Dtime.h32 std::tm tm_; in localtime() member
38 return handle(localtime_r(&time_, &tm_)); in localtime()
45 return fallback(localtime_s(&tm_, &time_)); in localtime()
54 if (tm) tm_ = *tm; in localtime()
63 return lt.tm_; in localtime()
70 std::tm tm_; in gmtime() member
76 return handle(gmtime_r(&time_, &tm_)); in gmtime()
83 return fallback(gmtime_s(&tm_, &time_)); in gmtime()
91 if (tm) tm_ = *tm; in gmtime()
100 return gt.tm_; in gmtime()
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/fmt/bundled/
H A Dtime.h32 std::tm tm_; in localtime() member
38 return handle(localtime_r(&time_, &tm_)); in localtime()
45 return fallback(localtime_s(&tm_, &time_)); in localtime()
54 if (tm) tm_ = *tm; in localtime()
63 return lt.tm_; in localtime()
70 std::tm tm_; in gmtime() member
76 return handle(gmtime_r(&time_, &tm_)); in gmtime()
83 return fallback(gmtime_s(&tm_, &time_)); in gmtime()
91 if (tm) tm_ = *tm; in gmtime()
100 return gt.tm_; in gmtime()
/dports/sysutils/lnav/lnav-0.10.1/src/fmtlib/fmt/
H A Dtime.h32 std::tm tm_; in localtime() member
38 return handle(localtime_r(&time_, &tm_)); in localtime()
45 return fallback(localtime_s(&tm_, &time_)); in localtime()
54 if (tm) tm_ = *tm; in localtime()
63 return lt.tm_; in localtime()
70 std::tm tm_; in gmtime() member
76 return handle(gmtime_r(&time_, &tm_)); in gmtime()
83 return fallback(gmtime_s(&tm_, &time_)); in gmtime()
91 if (tm) tm_ = *tm; in gmtime()
100 return gt.tm_; in gmtime()
/dports/sysutils/fluxengine/fluxengine-61ff48c/dep/fmt/fmt/
H A Dtime.h31 std::tm tm_;
37 return handle(localtime_r(&time_, &tm_));
44 return fallback(localtime_s(&tm_, &time_));
52 if (tm) tm_ = *tm;
58 return lt.tm_;
67 std::tm tm_;
73 return handle(gmtime_r(&time_, &tm_));
80 return fallback(gmtime_s(&tm_, &time_));
87 if (tm) tm_ = *tm;
93 return gt.tm_;

12345678910