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:summa
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H
A
D
astc_mathlib_softfloat.cpp
73
uint32_t
summa
= 24;
in clz32()
77
summa
-= 16;
in clz32()
82
summa
-= 8;
in clz32()
84
return
summa
+ clz_table[inp];
in clz32()
/third_party/astc-encoder/Source/
H
A
D
astcenc_mathlib_softfloat.cpp
81
uint32_t
summa
= 24;
in clz32()
85
summa
-= 16;
in clz32()
90
summa
-= 8;
in clz32()
92
return
summa
+ clz_table[inp];
in clz32()
H
A
D
astcenc_decompress_symbolic.cpp
351
vfloat4
summa
= vfloat4::zero();
in compute_symbolic_block_difference_2plane()
local
411
summa
+= min(dot(error, blk.channel_weight), ERROR_CALC_DEFAULT);
in compute_symbolic_block_difference_2plane()
414
return
summa
.lane<0>();
in compute_symbolic_block_difference_2plane()
448
vfloat4
summa
= vfloat4::zero();
in compute_symbolic_block_difference_1plane()
local
508
summa
+= min(dot(error, blk.channel_weight), ERROR_CALC_DEFAULT);
in compute_symbolic_block_difference_1plane()
512
return
summa
.lane<0>();
in compute_symbolic_block_difference_1plane()
H
A
D
astcenccli_error_metrics.cpp
98
float
summa
= 0.0f;
in mpsnr_sumdiff()
local
104
summa
+= mdiff * mdiff;
in mpsnr_sumdiff()
106
return
summa
;
in mpsnr_sumdiff()
H
A
D
astcenc_find_best_partitioning.cpp
102
float
summa
= 0.0f;
in kmeans_init()
local
106
summa
+= distances[sample];
in kmeans_init()
107
if (
summa
>= distance_cutoff)
in kmeans_init()
/third_party/ffmpeg/libavcodec/
H
A
D
imc.c
465
float
summa
= 0.0;
in bit_allocation()
local
515
summa
+= chctx->bandWidthT[i] * chctx->flcoeffs4[i];
in bit_allocation()
522
summa
= (
summa
* 0.5 - freebits) / iacc;
in bit_allocation()
534
cwlen = av_clipf(((chctx->flcoeffs4[j] * 0.5) -
summa
+ 0.5), 0, 6);
in bit_allocation()
552
summa
= (float)(summer - freebits) / ((t1 + 1) * iacc) +
summa
;
in bit_allocation()
Completed in 10 milliseconds