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:stddev
(Results
26 - 31
of
31
) sorted by relevance
1
2
/third_party/skia/tools/skpbench/
H
A
D
skpbench.cpp
476
const double
stddev
= 100/*%*/ * sqrt(variance) / accumValue;
in print_result()
local
/third_party/ffmpeg/libavfilter/
H
A
D
af_afwtdn.c
434
AVFrame *
stddev
, *absmean, *filter;
member
909
static void noise_filter(const double
stddev
, const double *in,
in noise_filter()
argument
938
double *
stddev
= (double *)s->
stddev
->extended_data[ch];
in filter_channel()
local
[all...]
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-sched.c
2679
float
stddev
;
in print_thread_runtime()
local
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-sched.c
2736
float
stddev
;
in print_thread_runtime()
local
/kernel/linux/linux-5.10/kernel/trace/
H
A
D
ftrace.c
512
unsigned long long
stddev
;
in function_stat_show()
local
/kernel/linux/linux-6.6/kernel/trace/
H
A
D
ftrace.c
540
unsigned long long
stddev
;
in function_stat_show()
local
Completed in 30 milliseconds
1
2