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:wsum
(Results
1 - 3
of
3
) sorted by relevance
/third_party/FreeBSD/sys/arm/arm/
H
A
D
in_cksum.c
129
unsigned int csum_partial(const void *buf, int len, unsigned int
wsum
)
in csum_partial()
argument
139
if(
wsum
> 0) {
in csum_partial()
140
sum += (unsigned int)
wsum
;
in csum_partial()
148
unsigned int csum_partial_copy_nocheck(const void *src, void *dst, int len, unsigned int
wsum
)
in csum_partial_copy_nocheck()
argument
167
if(
wsum
> 0) {
in csum_partial_copy_nocheck()
168
sum += (unsigned int)
wsum
;
in csum_partial_copy_nocheck()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_atadenoise.c
156
float
wsum
= 1.f; \
168
wsum
+= weights[j]; \
178
wsum
+= weights[i]; \
181
dst[x] = lrintf(sum /
wsum
); \
204
float
wsum
= 1.f; \
216
wsum
+= weights[j]; \
228
wsum
+= weights[i]; \
231
dst[x] = lrintf(sum /
wsum
); \
H
A
D
vf_nnedi.c
376
float vsum = 0.0f,
wsum
= 0.0f;
in wae5()
local
380
wsum
+= softmax[i];
in wae5()
383
if (
wsum
> 1e-10f)
in wae5()
384
mstd[3] += (5.0f * vsum) /
wsum
* mstd[1] + mstd[0];
in wae5()
Completed in 4 milliseconds