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:sum_x
(Results
1 - 3
of
3
) sorted by relevance
/third_party/node/deps/v8/tools/wasm/
H
A
D
code-size-factors.py
53
sum_x
= sum(x for [x, y] in values)
57
factor = (n * sum_xy -
sum_x
* sum_y) / (n * sum_xx -
sum_x
*
sum_x
)
58
base = (sum_y - factor *
sum_x
) / n
64
simple_factor = (sum_y - n * min_y) /
sum_x
/third_party/backends/sanei/
H
A
D
sanei_ir.c
1037
uint64_t
sum_x
, sum_y, n;
in sanei_ir_find_crop()
local
1072
sum_x
= 0; sum_y = 0;
in sanei_ir_find_crop()
1076
sum_x
+= i;
in sanei_ir_find_crop()
1082
b = ((double) n * (double) sum_xy - (double)
sum_x
* (double) sum_y)
in sanei_ir_find_crop()
1083
/ ((double) n * (double) sum_xx - (double)
sum_x
* (double)
sum_x
);
in sanei_ir_find_crop()
1084
a = ((double) sum_y - b * (double)
sum_x
) / (double) n;
in sanei_ir_find_crop()
/third_party/ffmpeg/libavcodec/
H
A
D
error_resilience.c
560
int
sum_x
= 0, sum_y = 0, sum_r = 0;
in guess_mv()
local
564
sum_x
+= mv_predictor[j][0];
in guess_mv()
572
mv_predictor[pred_count][0] =
sum_x
/ j;
in guess_mv()
591
mv_predictor[pred_count + 1][0] =
sum_x
- max_x - min_x;
in guess_mv()
Completed in 4 milliseconds