Home
last modified time | relevance | path

Searched defs:extract (Results 1 – 25 of 5251) sorted by relevance

12345678910>>...211

/dports/science/quantum-espresso/q-e-qe-6.7.0/PP/src/
H A Dpostproc.f9052 INTEGER :: kpoint(2), kband(2), spin_component(3), ios
53 LOGICAL :: lsign, needwf, dummy
55 REAL(DP) :: emin, emax, sample_bias, z, dz local
57 REAL(DP) :: degauss_ldos, delta_e
58 CHARACTER(len=256) :: filplot
59 INTEGER :: plot_nkpt, plot_nbnd, plot_nspin, nplots
60 INTEGER :: iplot, ikpt, ibnd, ispin
63 CHARACTER(len=256) :: outdir
65 NAMELIST / inputpp / outdir, prefix, plot_num, sample_bias, &
66 spin_component, z, dz, emin, emax, delta_e, degauss_ldos, kpoint, kband, &
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/src/
H A DAbstractExtractor.cpp33 bool AbstractExtractor::extract(std::size_t pos, std::vector<Poco::Int8>& val) in extract() function in Poco::Data::AbstractExtractor
39 bool AbstractExtractor::extract(std::size_t pos, std::deque<Poco::Int8>& val) in extract() function in Poco::Data::AbstractExtractor
45 bool AbstractExtractor::extract(std::size_t pos, std::list<Poco::Int8>& val) in extract() function in Poco::Data::AbstractExtractor
184 bool AbstractExtractor::extract(std::size_t pos, std::deque<long>& val) in extract() function in Poco::Data::AbstractExtractor
190 bool AbstractExtractor::extract(std::size_t pos, std::list<long>& val) in extract() function in Poco::Data::AbstractExtractor
203 bool AbstractExtractor::extract(std::size_t pos, std::deque<bool>& val) in extract() function in Poco::Data::AbstractExtractor
209 bool AbstractExtractor::extract(std::size_t pos, std::list<bool>& val) in extract() function in Poco::Data::AbstractExtractor
263 bool AbstractExtractor::extract(std::size_t pos, std::list<char>& val) in extract() function in Poco::Data::AbstractExtractor
287 bool AbstractExtractor::extract(std::size_t pos, UTF16String& val) in extract() function in Poco::Data::AbstractExtractor
323 bool AbstractExtractor::extract(std::size_t pos, std::list<BLOB>& val) in extract() function in Poco::Data::AbstractExtractor
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/MySQL/src/
H A DExtractor.cpp35 bool Extractor::extract(std::size_t pos, Poco::Int8& val) in extract() function in Poco::Data::MySQL::Extractor
41 bool Extractor::extract(std::size_t pos, Poco::UInt8& val) in extract() function in Poco::Data::MySQL::Extractor
47 bool Extractor::extract(std::size_t pos, Poco::Int16& val) in extract() function in Poco::Data::MySQL::Extractor
84 bool Extractor::extract(std::size_t pos, long& val) in extract() function in Poco::Data::MySQL::Extractor
97 bool Extractor::extract(std::size_t pos, bool& val) in extract() function in Poco::Data::MySQL::Extractor
103 bool Extractor::extract(std::size_t pos, float& val) in extract() function in Poco::Data::MySQL::Extractor
109 bool Extractor::extract(std::size_t pos, double& val) in extract() function in Poco::Data::MySQL::Extractor
115 bool Extractor::extract(std::size_t pos, char& val) in extract() function in Poco::Data::MySQL::Extractor
183 bool Extractor::extract(std::size_t pos, Date& val) in extract() function in Poco::Data::MySQL::Extractor
195 bool Extractor::extract(std::size_t pos, Time& val) in extract() function in Poco::Data::MySQL::Extractor
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/PostgreSQL/src/
H A DExtractor.cpp39 bool Extractor::extract(std::size_t pos, Poco::Int8& val) in extract() function in Poco::Data::PostgreSQL::Extractor
59 bool Extractor::extract(std::size_t pos, Poco::UInt8& val) in extract() function in Poco::Data::PostgreSQL::Extractor
78 bool Extractor::extract(std::size_t pos, Poco::Int16& val) in extract() function in Poco::Data::PostgreSQL::Extractor
177 bool Extractor::extract(std::size_t pos, long& val) in extract() function in Poco::Data::PostgreSQL::Extractor
215 bool Extractor::extract(std::size_t pos, bool& val) in extract() function in Poco::Data::PostgreSQL::Extractor
237 bool Extractor::extract(std::size_t pos, float& val) in extract() function in Poco::Data::PostgreSQL::Extractor
256 bool Extractor::extract(std::size_t pos, double& val) in extract() function in Poco::Data::PostgreSQL::Extractor
271 bool Extractor::extract(std::size_t pos, char& val) in extract() function in Poco::Data::PostgreSQL::Extractor
383 bool Extractor::extract(std::size_t pos, Date& val) in extract() function in Poco::Data::PostgreSQL::Extractor
408 bool Extractor::extract(std::size_t pos, Time& val) in extract() function in Poco::Data::PostgreSQL::Extractor
[all …]
/dports/comms/wsjtz/wsjtx/lib/
H A Dextract.f9022 real s3(64,63)
23 character decoded*22, apmessage*22
24 character*12 mycall_12,hiscall_12
25 character*6 mycall,hiscall,hisgrid
26 character*6 mycall0,hiscall0,hisgrid0
27 integer apsymbols(7,12),ap(12)
30 integer dat4(12)
31 integer mrsym(63),mr2sym(63),mrprob(63),mr2prob(63)
32 integer correct(63),tmp(63)
33 logical first,ltext,ljt65apon
[all …]
/dports/comms/wsjtz/wsjtx/map65/libm65/
H A Dextract.f905 real s3(64,63)
6 character decoded*22
7 integer dat4(12)
8 integer mrsym(63),mr2sym(63),mrprob(63),mr2prob(63)
9 logical first,ltext
10 integer correct(63),itmp(63)
11 integer param(0:8)
12 integer h0(0:11),d0(0:11)
13 real r0(0:11)
14 common/test001/s3a(64,63),mrs(63),mrs2(63) !### TEST ONLY ###
[all …]
/dports/devel/poco/poco-1.10.1-all/Data/testsuite/src/
H A DExtractor.cpp31 bool Extractor::extract(std::size_t pos, Poco::Int8& val) in extract() function in Poco::Data::Test::Extractor
38 bool Extractor::extract(std::size_t pos, Poco::UInt8& val) in extract() function in Poco::Data::Test::Extractor
45 bool Extractor::extract(std::size_t pos, Poco::Int16& val) in extract() function in Poco::Data::Test::Extractor
52 bool Extractor::extract(std::size_t pos, Poco::UInt16& val) in extract() function in Poco::Data::Test::Extractor
59 bool Extractor::extract(std::size_t pos, Poco::Int32& val) in extract() function in Poco::Data::Test::Extractor
73 bool Extractor::extract(std::size_t pos, Poco::Int64& val) in extract() function in Poco::Data::Test::Extractor
81 bool Extractor::extract(std::size_t pos, long& val) in extract() function in Poco::Data::Test::Extractor
103 bool Extractor::extract(std::size_t pos, bool& val) in extract() function in Poco::Data::Test::Extractor
110 bool Extractor::extract(std::size_t pos, float& val) in extract() function in Poco::Data::Test::Extractor
117 bool Extractor::extract(std::size_t pos, double& val) in extract() function in Poco::Data::Test::Extractor
[all …]
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/functions/
H A Dqdatetimefns_tpl_p.h70 Item YearsFromDurationFN::extract(const AbstractDuration *const duration) const in extract() function
75 Item MonthsFromDurationFN::extract(const AbstractDuration *const duration) const in extract() function
80 Item DaysFromDurationFN::extract(const AbstractDuration *const duration) const in extract() function
85 Item HoursFromDurationFN::extract(const AbstractDuration *const duration) const in extract() function
114 Item YearFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function
119 Item DayFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function
124 Item MinutesFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function
129 Item SecondsFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function
135 Item TimezoneFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function
145 Item MonthFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/functions/
H A Dqdatetimefns.cpp61 Item YearsFromDurationFN::extract(const AbstractDuration *const duration) const in extract() function in YearsFromDurationFN
66 Item MonthsFromDurationFN::extract(const AbstractDuration *const duration) const in extract() function in MonthsFromDurationFN
71 Item DaysFromDurationFN::extract(const AbstractDuration *const duration) const in extract() function in DaysFromDurationFN
76 Item HoursFromDurationFN::extract(const AbstractDuration *const duration) const in extract() function in HoursFromDurationFN
105 Item YearFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function in YearFromAbstractDateTimeFN
110 Item DayFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function in DayFromAbstractDateTimeFN
115 Item MinutesFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function in MinutesFromAbstractDateTimeFN
120 Item SecondsFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function in SecondsFromAbstractDateTimeFN
126 Item TimezoneFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function in TimezoneFromAbstractDateTimeFN
136 Item MonthFromAbstractDateTimeFN::extract(const QDateTime &dt) const in extract() function in MonthFromAbstractDateTimeFN
[all …]
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/simdpp/core/
H A Dextract.h30 uint8_t extract(const uint8<N>& a) in extract() function
37 int8_t extract(const int8<N>& a) in extract() function
44 uint16_t extract(const uint16<N>& a) in extract() function
51 int16_t extract(const int16<N>& a) in extract() function
58 uint32_t extract(const uint32<N>& a) in extract() function
65 int32_t extract(const int32<N>& a) in extract() function
72 uint64_t extract(const uint64<N>& a) in extract() function
79 int64_t extract(const int64<N>& a) in extract() function
86 float extract(const float32<N>& a) in extract() function
93 double extract(const float64<N>& a) in extract() function
/dports/devel/poco/poco-1.10.1-all/Data/ODBC/src/
H A DExtractor.cpp506 bool Extractor::extract(std::size_t pos, Poco::Int32& val) in extract() function in Poco::Data::ODBC::Extractor
542 bool Extractor::extract(std::size_t pos, Poco::Int64& val) in extract() function in Poco::Data::ODBC::Extractor
579 bool Extractor::extract(std::size_t pos, long& val) in extract() function in Poco::Data::ODBC::Extractor
625 bool Extractor::extract(std::size_t pos, double& val) in extract() function in Poco::Data::ODBC::Extractor
661 bool Extractor::extract(std::size_t pos, std::string& val) in extract() function in Poco::Data::ODBC::Extractor
697 bool Extractor::extract(std::size_t pos, UTF16String& val) in extract() function in Poco::Data::ODBC::Extractor
913 bool Extractor::extract(std::size_t pos, Poco::Int8& val) in extract() function in Poco::Data::ODBC::Extractor
1129 bool Extractor::extract(std::size_t pos, bool& val) in extract() function in Poco::Data::ODBC::Extractor
1165 bool Extractor::extract(std::size_t pos, float& val) in extract() function in Poco::Data::ODBC::Extractor
1201 bool Extractor::extract(std::size_t pos, char& val) in extract() function in Poco::Data::ODBC::Extractor
[all …]
/dports/math/R-cran-SparseM/SparseM/src/
H A Dextract.f7 subroutine extract(d,jd,id,dsub,jdsub,m,nnzd,nnzds,ierr) subroutine
8 integer jd(nnzd),jdsub(nnzds),id(*),m,mp1,ierr,nnzd,nnzds
9 double precision d(nnzd),dsub(nnzds)
/dports/math/R-cran-quantreg/quantreg/src/
H A Dextract.f5 subroutine extract(d,jd,id,dsub,jdsub,m,nnzd,nnzds,ierr) subroutine
6 integer jd(nnzd),jdsub(nnzds),id(*),m,mp1,ierr,nnzd,nnzds
7 double precision d(nnzd),dsub(nnzds)
/dports/devel/poco/poco-1.10.1-all/Data/SQLite/src/
H A DExtractor.cpp50 bool Extractor::extract(std::size_t pos, Poco::Int32& val) in extract() function in Poco::Data::SQLite::Extractor
58 bool Extractor::extract(std::size_t pos, Poco::Int64& val) in extract() function in Poco::Data::SQLite::Extractor
67 bool Extractor::extract(std::size_t pos, long& val) in extract() function in Poco::Data::SQLite::Extractor
84 bool Extractor::extract(std::size_t pos, double& val) in extract() function in Poco::Data::SQLite::Extractor
104 bool Extractor::extract(std::size_t pos, Poco::Int8& val) in extract() function in Poco::Data::SQLite::Extractor
152 bool Extractor::extract(std::size_t pos, bool& val) in extract() function in Poco::Data::SQLite::Extractor
160 bool Extractor::extract(std::size_t pos, float& val) in extract() function in Poco::Data::SQLite::Extractor
168 bool Extractor::extract(std::size_t pos, char& val) in extract() function in Poco::Data::SQLite::Extractor
176 bool Extractor::extract(std::size_t pos, Date& val) in extract() function in Poco::Data::SQLite::Extractor
188 bool Extractor::extract(std::size_t pos, Time& val) in extract() function in Poco::Data::SQLite::Extractor
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/unordered/detail/
H A Dextract_key.hpp37 static key_type const& extract(key_type const& v) in extract() function
42 static no_key extract() in extract() function
49 static no_key extract(Args const&...) in extract() function
56 static no_key extract(Arg const&) in extract() function
62 static no_key extract(Arg const&, Arg const&) in extract() function
85 static key_type const& extract(key_type const& v) in extract() function
97 static key_type const& extract( in extract() function
112 static no_key extract(Args const&...) in extract() function
123 static no_key extract() in extract() function
129 static no_key extract(Arg const&) in extract() function
[all …]
/dports/mail/rspamd/rspamd-3.1/src/plugins/lua/
H A Dsettings.lua608 extract = function(task) function
625 extract = function(task) function
643 extract = function(task) function
660 extract = function(task) function
678 extract = function(task) function
693 extract = function(task) function
709 extract = function(task) function
724 extract = function(task) function
739 extract = function(task) function
783 extract = function(task) function
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/src/plugins/lua/
H A Dsettings.lua620 extract = function(task) function
637 extract = function(task) function
655 extract = function(task) function
672 extract = function(task) function
690 extract = function(task) function
705 extract = function(task) function
721 extract = function(task) function
736 extract = function(task) function
751 extract = function(task) function
795 extract = function(task) function
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/unordered/detail/
H A Dextract_key.hpp54 static key_type const& extract(key_type const& v) in extract() function
59 static no_key extract() in extract() function
65 static no_key extract(Arg const&) in extract() function
72 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
78 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
91 static key_type const& extract(value_type const& v) in extract() function
103 static key_type const& extract( in extract() function
115 static no_key extract() in extract() function
121 static no_key extract(Arg const&) in extract() function
127 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/unordered/detail/
H A Dextract_key.hpp54 static key_type const& extract(key_type const& v) in extract() function
59 static no_key extract() in extract() function
65 static no_key extract(Arg const&) in extract() function
72 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
78 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
91 static key_type const& extract(value_type const& v) in extract() function
103 static key_type const& extract( in extract() function
115 static no_key extract() in extract() function
121 static no_key extract(Arg const&) in extract() function
127 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/unordered/detail/
H A Dextract_key.hpp54 static key_type const& extract(key_type const& v) in extract() function
59 static no_key extract() in extract() function
65 static no_key extract(Arg const&) in extract() function
72 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
78 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
91 static key_type const& extract(value_type const& v) in extract() function
103 static key_type const& extract( in extract() function
115 static no_key extract() in extract() function
121 static no_key extract(Arg const&) in extract() function
127 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/unordered/detail/
H A Dextract_key.hpp54 static key_type const& extract(key_type const& v) in extract() function
59 static no_key extract() in extract() function
65 static no_key extract(Arg const&) in extract() function
72 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
78 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
91 static key_type const& extract(value_type const& v) in extract() function
103 static key_type const& extract( in extract() function
115 static no_key extract() in extract() function
121 static no_key extract(Arg const&) in extract() function
127 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/unordered/detail/
H A Dextract_key.hpp54 static key_type const& extract(value_type const& v) in extract() function
59 static no_key extract() in extract() function
65 static no_key extract(Arg const&) in extract() function
72 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
78 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
91 static key_type const& extract(value_type const& v) in extract() function
103 static key_type const& extract( in extract() function
115 static no_key extract() in extract() function
121 static no_key extract(Arg const&) in extract() function
127 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/unordered/detail/
H A Dextract_key.hpp54 static key_type const& extract(key_type const& v) in extract() function
59 static no_key extract() in extract() function
65 static no_key extract(Arg const&) in extract() function
72 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
78 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
91 static key_type const& extract(value_type const& v) in extract() function
103 static key_type const& extract( in extract() function
115 static no_key extract() in extract() function
121 static no_key extract(Arg const&) in extract() function
127 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/unordered/detail/
H A Dextract_key.hpp54 static key_type const& extract(key_type const& v) in extract() function
59 static no_key extract() in extract() function
65 static no_key extract(Arg const&) in extract() function
72 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
78 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
91 static key_type const& extract(value_type const& v) in extract() function
103 static key_type const& extract( in extract() function
115 static no_key extract() in extract() function
121 static no_key extract(Arg const&) in extract() function
127 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
[all …]
/dports/biology/canu/canu-2.2/src/utgcns/libboost/boost/unordered/detail/
H A Dextract_key.hpp54 static key_type const& extract(key_type const& v) in extract() function
59 static no_key extract() in extract() function
65 static no_key extract(Arg const&) in extract() function
72 static no_key extract(Arg1 const&, Arg2 const&, Args const&...) in extract() function
78 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
91 static key_type const& extract(value_type const& v) in extract() function
103 static key_type const& extract( in extract() function
115 static no_key extract() in extract() function
121 static no_key extract(Arg const&) in extract() function
127 static no_key extract(Arg1 const&, Arg2 const&) in extract() function
[all …]

12345678910>>...211