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
defs:variance
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/ffmpeg/libavutil/
H
A
D
lls.h
40
double
variance
[MAX_VARS];
member
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H
A
D
distribution_test_util.h
40
double
variance
= 0.0;
member
H
A
D
chi_square.cc
125
const double
variance
= 2.0 / (9 * dof);
in ChiSquareValue()
local
172
const double
variance
= 2.0 / (9 * dof);
in ChiSquarePValue()
local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H
A
D
gaussian_distribution_test.cc
161
double
variance
() const { return stddev() * stddev(); }
in variance()
function in __anon19271::GaussianModel
H
A
D
exponential_distribution_test.cc
158
double
variance
() const { return beta_ * beta_; }
in variance()
function in __anon19270::ExponentialModel
H
A
D
poisson_distribution_test.cc
168
double
variance
() const { return mean_; }
in variance()
function in __anon19313::PoissonModel
/kernel/linux/linux-5.10/drivers/cpuidle/governors/
H
A
D
menu.c
174
uint64_t sum,
variance
;
in get_typical_interval()
local
[all...]
/kernel/linux/linux-6.6/drivers/cpuidle/governors/
H
A
D
menu.c
175
uint64_t sum,
variance
;
in get_typical_interval()
local
[all...]
/third_party/node/deps/v8/tools/
H
A
D
avg.py
148
def
variance
(self):
member in Measurement
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fSampleVariableTests.cpp
162
const float
variance
= (1.0f / (12.0f * (float)m_numSamples));
in SampleAverageVerifier()
local
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
stat.c
57
double
variance
, variance_mean;
in stddev_stats()
local
/third_party/python/Lib/
H
A
D
statistics.py
822
def
variance
(data, xbar=None):
function
1309
def
variance
(self):
global()
member in NormalDist
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H
A
D
hb_test_tools.py
187
def
variance
(self):
member in Stats
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
stat.c
59
double
variance
, variance_mean;
in stddev_stats()
local
/third_party/ffmpeg/libavfilter/
H
A
D
af_aspectralstats.c
34
float
variance
;
member
H
A
D
vf_palettegen.c
43
int64_t
variance
; // overall
variance
of the box (how much the colors are spread)
member
177
int64_t
variance
= 0;
in get_next_box_id_to_split()
local
[all...]
H
A
D
af_dynaudnorm.c
585
double
variance
= 0.0;
in compute_frame_std_dev()
local
/third_party/skia/src/core/
H
A
D
SkBlurMask.cpp
513
float
variance
= sigma * sigma;
in BlurGroundTruth()
local
/third_party/vk-gl-cts/modules/glshared/
H
A
D
glsStateChangePerfTestCases.cpp
59
double
variance
;
member
/third_party/ffmpeg/libavcodec/
H
A
D
rpzaenc.c
370
int
variance
= diff_colors(dithered_color, colors[palette_entry]);
in match_color()
local
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H
A
D
ANGLEPerfTest.cpp
317
double
variance
= 0;
in run()
local
/third_party/skia/tools/skpbench/
H
A
D
skpbench.cpp
469
double
variance
= 0;
in print_result()
local
/third_party/ffmpeg/libswscale/
H
A
D
utils.c
2187
SwsVector *sws_getGaussianVec(double
variance
, double quality)
in sws_getGaussianVec()
argument
/third_party/backends/backend/
H
A
D
epjitsu.c
3351
float avg_value[2][3],
variance
[2][3];
in finecal()
local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineMultisampleShaderBuiltInTests.cpp
355
const float
variance
= (1.0f / (12.0f * (float)numSamples));
in verifyImageData()
local
Completed in 57 milliseconds
1
2