Home
last modified time | relevance | path

Searched refs:correlate (Results 126 – 150 of 1940) sorted by relevance

12345678910>>...78

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/cros_system_api/dbus/runtime_probe/
H A Druntime_probe.proto111 // correlate with other information
134 // correlate with other information.
215 // correlate with other information.
272 // if the caller needs to correlate with other information.
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dgpu_detect.cpp203 nvidia.correlate(use_all, ignore_gpu_instance[PROC_TYPE_NVIDIA_GPU]); in correlate_gpus()
204 ati.correlate(use_all, ignore_gpu_instance[PROC_TYPE_AMD_GPU]); in correlate_gpus()
205 intel_gpu.correlate(use_all, ignore_gpu_instance[PROC_TYPE_INTEL_GPU]); in correlate_gpus()
/dports/science/py-scipy/scipy-1.7.1/benchmarks/benchmarks/
H A Dsignal.py162 signal.correlate(a, b, mode=mode)
169 signal.correlate(a, b, mode=mode)
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/sandbox/tsa/
H A Dexample_arma.py201 return ( np.correlate(x,y,mode) /
333 c = np.correlate(x, y, mode=2)
/dports/science/tinker/tinker/linux/intel/
H A Dlinkd.make16 ifort -g -o correlate.x correlate.o libtinker.a
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/test/sql/
H A Dtest_generative.py702 ).correlate(t2)
741 s = select([1], t1.c.col1 == t1a.c.col1, from_obj=t1a).correlate(t1a)
762 s2 = select([1], t1.c.col1 == s.c.col1, from_obj=s).correlate(t1)
1013 .correlate(t2alias)
1066 .correlate(t1)
1104 .correlate(t2)
1188 ).correlate(users)
1252 ).correlate(t1)
1272 ).correlate(t2)
1378 ).correlate(t1)
[all …]
/dports/science/py-scipy/scipy-1.7.1/doc/release/
H A D0.9.0-notes.rst157 Old correlate/convolve behavior (in ``scipy.signal``)
161 ``scipy.signal.correlate`` and ``scipy.signal.correlate2d`` was deprecated in
162 0.8.0 and has now been removed. Convolve and correlate used to swap their
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/cros_system_api/dbus/runtime_probe/
H A Druntime_probe.proto92 // correlate with other information
107 // correlate with other information.
177 // correlate with other information.
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/test/sql/
H A Dtest_compiler.py1180 .correlate(table1)
1191 .correlate(table1)
1229 .correlate(table1)
1462 .correlate(None)
1468 .correlate(None)
5823 select(t2, s1.correlate(t2).scalar_subquery())
5829 select(t2, s1.scalar_subquery().correlate(t2))
5935 select(t2, s1.correlate(None).scalar_subquery())
5952 t2.c.a == s1.correlate(t1, t2).scalar_subquery()
5965 select(t1, t2, s1.correlate(t1, t2).alias())
[all …]
/dports/net-mgmt/netdisco-mibs/netdisco-mibs-4.010/cisco/
H A DCISCO-H323-TC-MIB.my76 in the TAddress data type. The values correlate to the
149 the CgkAliasAddress data type. The values correlate to the
/dports/math/R-cran-dimRed/dimRed/R/
H A Dquality.R368 res <- res + mean(correlate(
413 res <- correlate(
/dports/net-mgmt/observium/observium/mibs/cisco/
H A DCISCO-H323-TC-MIB76 in the TAddress data type. The values correlate to the
149 the CgkAliasAddress data type. The values correlate to the
/dports/www/trafficserver/trafficserver-9.1.1/doc/developer-guide/api/functions/
H A DTSHttpConnectWithPluginId.en.rst85 generated logs to correlate the log records.
90 The H2 implementation uses this to correlate client sessions
/dports/cad/kicad-library-templates-devel/kicad-templates-8c9ff3dadb9c75cf2932f11c09a46c0c9d84784b/.github/
H A DPULL_REQUEST_TEMPLATE.md4 …itLab at least once using the GitHub icon. Otherwise the importer can't correlate the account info…
/dports/databases/grass7/grass-7.8.6/scripts/
H A DMakefile4 d.correlate \
/dports/www/twiki/twiki/data/TWiki/
H A DWabiSabi.txt,v72 The concepts of wabi-sabi correlate with the concepts of Zen Buddhism, as the first Japanese involv…
154 The concepts of wabi-sabi correlate with the concepts of Zen Buddhism, as the first Japanese involv…
187 The concepts of wabi-sabi correlate with the concepts of Zen Buddhism, as the first Japanese involv…
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/test/sql/
H A Dtest_generative.py694 from_obj=[t1, t2]).correlate(t2)
730 s = select([1], t1.c.col1 == t1a.c.col1, from_obj=t1a).correlate(t1a)
747 s2 = select([1], t1.c.col1 == s.c.col1, from_obj=s).correlate(t1)
1052 from_obj=[t1alias, t2alias]).correlate(t2alias).as_scalar()
1086 .correlate(t1).as_scalar()
1115 == addresses.c.user_id).correlate(users)
1174 t1.c.col1 == t2.c.col2, from_obj=[t1, t2]).correlate(t1)
1191 correlate(t2))),
1294 from_obj=[t1, t2]).correlate(t1))
1317 t2]).correlate(t2))),
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/test/sql/
H A Dtest_generative.py680 from_obj=[t1, t2]).correlate(t2)
716 s = select([1], t1.c.col1 == t1a.c.col1, from_obj=t1a).correlate(t1a)
733 s2 = select([1], t1.c.col1 == s.c.col1, from_obj=s).correlate(t1)
1037 t2alias]).correlate(t2alias).as_scalar()
1070 == t2.c.col1).correlate(t1).as_scalar()
1099 == addresses.c.user_id).correlate(users)
1158 correlate(t1)
1174 correlate(t2))),
1276 from_obj=[t1, t2]).correlate(t1))
1299 t2]).correlate(t2))),
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/test/sql/
H A Dtest_generative.py701 ).correlate(t2)
740 s = select([1], t1.c.col1 == t1a.c.col1, from_obj=t1a).correlate(t1a)
761 s2 = select([1], t1.c.col1 == s.c.col1, from_obj=s).correlate(t1)
1012 .correlate(t2alias)
1065 .correlate(t1)
1103 ).correlate(users)
1175 ).correlate(t1)
1195 ).correlate(t2)
1301 ).correlate(t1)
1323 ).correlate(t2)
/dports/net-mgmt/libsmi/libsmi-0.4.8/mibs/ietf/
H A DSIP-SERVER-MIB128 these instances of SIP servers and correlate them through
197 these instances of SIP servers and correlate them through the
347 these instances of SIP servers and correlate them through the
415 these instances of SIP servers and correlate them through the
509 these instances of SIP servers and correlate them through the
594 these instances of SIP servers and correlate them through the
711 these instances of SIP servers and correlate them through the
/dports/net-mgmt/observium/observium/mibs/rfc/
H A DSIP-SERVER-MIB123 these instances of SIP servers and correlate them through
190 these instances of SIP servers and correlate them through the
332 these instances of SIP servers and correlate them through the
399 these instances of SIP servers and correlate them through the
490 these instances of SIP servers and correlate them through the
572 these instances of SIP servers and correlate them through the
684 these instances of SIP servers and correlate them through the
/dports/net-mgmt/docsis/docsis-upstream-0.9.8/mibs/ietf/
H A DSIP-SERVER-MIB128 these instances of SIP servers and correlate them through
197 these instances of SIP servers and correlate them through the
347 these instances of SIP servers and correlate them through the
415 these instances of SIP servers and correlate them through the
509 these instances of SIP servers and correlate them through the
594 these instances of SIP servers and correlate them through the
711 these instances of SIP servers and correlate them through the
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/telemetry/docs/data/
H A Dcommon-ping.rst10 * the :doc:`environment data <../data/environment>`, which contains important info to correlate the…
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/telemetry/docs/data/
H A Dcommon-ping.rst10 * the :doc:`environment data <../data/environment>`, which contains important info to correlate the…
/dports/astro/weather/weather-2.4.2/
H A Dweather32 weather.correlate()

12345678910>>...78