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:LineParameters
(Results
1 - 6
of
6
) sorted by relevance
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsCalibration.hpp
39
struct
LineParameters
struct
44
LineParameters
(float offset_, float coefficient_) : offset(offset_), coefficient(coefficient_) {}
in LineParameters()
function
49
LineParameters
theilSenLinearRegression (const std::vector<tcu::Vec2>& dataPoints);
H
A
D
glsCalibration.cpp
60
LineParameters
theilSenLinearRegression (const std::vector<tcu::Vec2>& dataPoints)
in theilSenLinearRegression()
67
LineParameters
result (0.0f, 0.0f);
in theilSenLinearRegression()
365
const
LineParameters
estimatorLine = theilSenLinearRegression(dataPoints);
in recomputeParameters()
/third_party/vk-gl-cts/modules/gles3/performance/
H
A
D
es3pShaderOperatorTests.cpp
143
static string lineParamsString (const
LineParameters
& params)
in lineParamsString()
383
static float intersectionX (const gls::
LineParameters
& a, const gls::
LineParameters
& b)
in intersectionX()
396
static gls::
LineParameters
simpleLinearRegression (const vector<Vec2>& data)
in simpleLinearRegression()
414
return gls::
LineParameters
(offset, slope);
in simpleLinearRegression()
423
const gls::
LineParameters
estimator = simpleLinearRegression(data);
in simpleLinearRegressionError()
516
gls::
LineParameters
left;
517
gls::
LineParameters
right;
518
SegmentedEstimator (const gls::
LineParameters
& l, const gls::
LineParameters
[all...]
/third_party/vk-gl-cts/modules/gles2/performance/
H
A
D
es2pShaderOperatorTests.cpp
143
static string lineParamsString (const
LineParameters
& params)
in lineParamsString()
383
static float intersectionX (const gls::
LineParameters
& a, const gls::
LineParameters
& b)
in intersectionX()
396
static gls::
LineParameters
simpleLinearRegression (const vector<Vec2>& data)
in simpleLinearRegression()
414
return gls::
LineParameters
(offset, slope);
in simpleLinearRegression()
423
const gls::
LineParameters
estimator = simpleLinearRegression(data);
in simpleLinearRegressionError()
516
gls::
LineParameters
left;
517
gls::
LineParameters
right;
518
SegmentedEstimator (const gls::
LineParameters
& l, const gls::
LineParameters
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fFlushFinishTests.cpp
60
using deqp::gls::
LineParameters
;
360
const
LineParameters
waitLine = theilSenLinearRegression(waitTimes);
in analyzeResults()
361
const
LineParameters
readLine = theilSenLinearRegression(readTimes);
in analyzeResults()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fFlushFinishTests.cpp
61
using deqp::gls::
LineParameters
;
487
const
LineParameters
waitLine = theilSenLinearRegression(waitTimes);
488
const
LineParameters
readLine = theilSenLinearRegression(readTimes);
Completed in 6 milliseconds