Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:dataPoints
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsCalibration.cpp
60
LineParameters theilSenLinearRegression (const std::vector<tcu::Vec2>&
dataPoints
)
in theilSenLinearRegression()
argument
64
const int numDataPoints = (int)
dataPoints
.size();
in theilSenLinearRegression()
72
const Vec2& ptA =
dataPoints
[i];
in theilSenLinearRegression()
76
const Vec2& ptB =
dataPoints
[j];
in theilSenLinearRegression()
90
pointwiseOffsets.push_back(
dataPoints
[i].y() - result.coefficient*
dataPoints
[i].x());
in theilSenLinearRegression()
120
LineParametersWithConfidence theilSenSiegelLinearRegression (const std::vector<tcu::Vec2>&
dataPoints
, float reportedConfidence)
in theilSenSiegelLinearRegression()
argument
122
DE_ASSERT(!
dataPoints
.empty());
in theilSenSiegelLinearRegression()
127
const int numDataPoints = (int)
dataPoints
.size();
in theilSenSiegelLinearRegression()
135
const tcu::Vec2& ptA =
dataPoints
[
in theilSenSiegelLinearRegression()
351
vector<Vec2>
dataPoints
;
recomputeParameters()
local
[all...]
H
A
D
glsCalibration.hpp
49
LineParameters theilSenLinearRegression (const std::vector<tcu::Vec2>&
dataPoints
);
66
LineParametersWithConfidence theilSenSiegelLinearRegression (const std::vector<tcu::Vec2>&
dataPoints
, float reportedConfidence);
/third_party/vk-gl-cts/modules/gles3/performance/
H
A
D
es3pBufferDataUploadTests.cpp
6154
std::vector<tcu::Vec2>
dataPoints
(m_iterationOrder.size());
6159
dataPoints
[m_iterationOrder[ndx]].x() = (float)ndx;
6160
dataPoints
[m_iterationOrder[ndx]].y() = (float)(m_results[m_iterationOrder[ndx]].*target);
6163
lineFit = theilSenSiegelLinearRegression(
dataPoints
, 0.6f);
Completed in 10 milliseconds