Home
last modified time | relevance | path

Searched refs:measurements (Results 1 – 25 of 49) sorted by relevance

12

/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DSimpleEstimationProblem.java51 private final List<WeightedMeasurement> measurements; field in SimpleEstimationProblem
58 measurements = new ArrayList<WeightedMeasurement>(); in SimpleEstimationProblem()
93 return measurements.toArray(new WeightedMeasurement[measurements.size()]); in getMeasurements()
108 measurements.add(m); in addMeasurement()
DGaussNewtonEstimator.java180 for (int i = 0; i < measurements.length; ++i) { in estimate()
181 if (! measurements [i].isIgnored()) { in estimate()
183 double weight = measurements[i].getWeight(); in estimate()
184 double residual = measurements[i].getResidual(); in estimate()
188 grad[j] = measurements[i].getPartial(parameters[j]); in estimate()
DAbstractEstimator.java46 protected WeightedMeasurement[] measurements; field in AbstractEstimator
131 WeightedMeasurement wm = measurements[i]; in updateJacobian()
162 WeightedMeasurement wm = measurements[i]; in updateResidualsAndCost()
288 measurements = problem.getMeasurements(); in initializeEstimate()
292 rows = measurements.length; in initializeEstimate()
/external/v8/test/perf-test/Collections/
Dbase.js177 BenchmarkSuite.GeometricMeanTime = function(measurements) { argument
179 for (var i = 0; i < measurements.length; i++) {
180 log += Math.log(measurements[i].time);
182 return Math.pow(Math.E, log / measurements.length);
187 BenchmarkSuite.GeometricMeanLatency = function(measurements) { argument
190 for (var i = 0; i < measurements.length; i++) {
191 if (measurements[i].latency != 0) {
192 log += Math.log(measurements[i].latency);
197 return Math.pow(Math.E, log / measurements.length);
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.cpp486 bool goodEnoughMeasurements (const vector<Measurement>& measurements) const;
657 bool goodEnoughMeasurements (const vector<Measurement>& measurements) const;
1834 bool ShaderCompilerCase::goodEnoughMeasurements (const vector<Measurement>& measurements) const in goodEnoughMeasurements()
1836 if ((int)measurements.size() < m_minimumMeasurementCount) in goodEnoughMeasurements()
1840 if ((int)measurements.size() >= m_maximumMeasurementCount) in goodEnoughMeasurements()
1845 for (int i = 0; i < (int)measurements.size(); i++) in goodEnoughMeasurements()
1846 totalTimesWithoutDraw.push_back(measurements[i].totalTimeWithoutDraw()); in goodEnoughMeasurements()
1882 vector<Measurement> measurements; in iterate() local
1891 while (!goodEnoughMeasurements(measurements)) in iterate()
1897 ProgramContext progCtx = generateShaderData((int)measurements.size()); in iterate()
[all …]
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.cpp486 bool goodEnoughMeasurements (const vector<Measurement>& measurements) const;
657 bool goodEnoughMeasurements (const vector<Measurement>& measurements) const;
1854 bool ShaderCompilerCase::goodEnoughMeasurements (const vector<Measurement>& measurements) const in goodEnoughMeasurements()
1856 if ((int)measurements.size() < m_minimumMeasurementCount) in goodEnoughMeasurements()
1860 if ((int)measurements.size() >= m_maximumMeasurementCount) in goodEnoughMeasurements()
1865 for (int i = 0; i < (int)measurements.size(); i++) in goodEnoughMeasurements()
1866 totalTimesWithoutDraw.push_back(measurements[i].totalTimeWithoutDraw()); in goodEnoughMeasurements()
1902 vector<Measurement> measurements; in iterate() local
1911 while (!goodEnoughMeasurements(measurements)) in iterate()
1917 ProgramContext progCtx = generateShaderData((int)measurements.size()); in iterate()
[all …]
/external/lldb/tools/lldb-perf/
DREADME14 a metric. You define measurements as in “take the time to run this function”,
17 - Tests: a test is a sequence of steps and measurements.
28 Usually, you will define measurements as variables of your test case class:
140 you will essentially run your measurements and then return what you want the
181 DoTest() is a function I define in my own class that calls the measurements:
223 Essentially, you call your measurements as if they were functions, passing
278 For now, pretty much copy this and just call Write() on all your measurements.
/external/vogar/lib/
Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/deqp/doc/testspecs/GLES2/
Dperformance.compiler.txt25 + Shader compile, link and specialization (draw call -time) time measurements
69 Before any measurements are done, each test case first draws with a simple dummy
Dperformance.shaders.operator.txt43 cost, we actually do the measurements described above paragraph with two
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-stat.txt123 Aggregate counts per processor socket for system-wide mode measurements. This
130 Aggregate counts per physical processor for system-wide mode measurements. This
/external/sepolicy/
Dperfprofd.te36 # simpleperf uses ioctl() to turn on kernel perf events measurements
/external/deqp/doc/testspecs/GLES3/
Dperformance.shaders.operator.txt47 cost, we actually do the measurements described above paragraph with two
/external/iproute2/doc/
Dnstat.sgml45 statistics. <tt/INTERVAL/ is interval between measurements
/external/llvm/lib/Target/SystemZ/
DREADME.txt34 performance measurements.
/external/eigen/bench/btl/
DREADME134measurements must be done. For example, the X86_Perf_Analyzer use the asm rdtsc function and provi…
/external/lldb/test/
Dbench-history169 # Redid the r143469 measurements (svn/regress dir) right before the r145371 measurements (svn/trunk…
/external/ceres-solver/docs/source/
Dmodeling.rst206 measurements, where there is an instance of the cost function for
405 model expectation for a series of measurements, where there is an
818 measurements, it is important to use a loss function that reduces
822 points and camera parameters, and the measurements are image
829 measurements that are input to Ceres, has found and matched all
/external/fio/
DHOWTO1488 disable_lat=bool Disable measurements of total latency numbers. Useful
1495 disable_clat=bool Disable measurements of completion latency numbers. See
1498 disable_slat=bool Disable measurements of submission latency numbers. See
1501 disable_bw=bool Disable measurements of throughput/bandwidth numbers. See
/external/iputils/
DRELNOTES637 * ping/ping6: microsecond rtt measurements. me.
/external/blktrace/doc/
Dblktrace.tex224 measurements while running specific loads.
/external/libexif/po/
Den_AU.po2637 "Indicates the GPS satellites used for measurements. This tag can be used to "
2640 "specified. If the GPS receiver is incapable of taking measurements, value of "
2643 "Indicates the GPS satellites used for measurements. This tag can be used to "
2646 "specified. If the GPS receiver is incapable of taking measurements, value of "
Den_GB.po2637 "Indicates the GPS satellites used for measurements. This tag can be used to "
2640 "specified. If the GPS receiver is incapable of taking measurements, value of "
2643 "Indicates the GPS satellites used for measurements. This tag can be used to "
2646 "specified. If the GPS receiver is incapable of taking measurements, value of "
Dlibexif-12.pot2577 "Indicates the GPS satellites used for measurements. This tag can be used to "
2580 "specified. If the GPS receiver is incapable of taking measurements, value of "
/external/libvncserver/x11vnc/
DChangeLog869 * added bandwidth and latency measurements.

12