/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | SimpleEstimationProblem.java | 51 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()
|
D | GaussNewtonEstimator.java | 180 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()
|
D | AbstractEstimator.java | 46 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/ |
D | base.js | 177 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/ |
D | es2pShaderCompilationCases.cpp | 486 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/ |
D | es3pShaderCompilationCases.cpp | 486 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/ |
D | README | 14 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/ |
D | caliper.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/deqp/doc/testspecs/GLES2/ |
D | performance.compiler.txt | 25 + 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
|
D | performance.shaders.operator.txt | 43 cost, we actually do the measurements described above paragraph with two
|
/external/linux-tools-perf/src/tools/perf/Documentation/ |
D | perf-stat.txt | 123 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/ |
D | perfprofd.te | 36 # simpleperf uses ioctl() to turn on kernel perf events measurements
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.shaders.operator.txt | 47 cost, we actually do the measurements described above paragraph with two
|
/external/iproute2/doc/ |
D | nstat.sgml | 45 statistics. <tt/INTERVAL/ is interval between measurements
|
/external/llvm/lib/Target/SystemZ/ |
D | README.txt | 34 performance measurements.
|
/external/eigen/bench/btl/ |
D | README | 134 …measurements must be done. For example, the X86_Perf_Analyzer use the asm rdtsc function and provi…
|
/external/lldb/test/ |
D | bench-history | 169 # Redid the r143469 measurements (svn/regress dir) right before the r145371 measurements (svn/trunk…
|
/external/ceres-solver/docs/source/ |
D | modeling.rst | 206 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/ |
D | HOWTO | 1488 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/ |
D | RELNOTES | 637 * ping/ping6: microsecond rtt measurements. me.
|
/external/blktrace/doc/ |
D | blktrace.tex | 224 measurements while running specific loads.
|
/external/libexif/po/ |
D | en_AU.po | 2637 "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 "
|
D | en_GB.po | 2637 "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 "
|
D | libexif-12.pot | 2577 "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/ |
D | ChangeLog | 869 * added bandwidth and latency measurements.
|