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:log_2
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/
H
A
D
lossless_enc_mips32.c
67
double
log_2
;
in FastLog2Slow_MIPS32()
local
81
log_2
= kLog2Table[temp] + log_cnt;
in FastLog2Slow_MIPS32()
87
log_2
+= (double)correction / v;
in FastLog2Slow_MIPS32()
89
return (float)
log_2
;
in FastLog2Slow_MIPS32()
H
A
D
lossless_enc.c
373
double
log_2
;
in FastLog2Slow_C()
local
379
double
log_2
;
in FastLog2Slow_C()
386
log_2
= kLog2Table[v] + log_cnt;
in FastLog2Slow_C()
391
log_2
+= (double)correction / orig_v;
in FastLog2Slow_C()
393
return (float)
log_2
;
in FastLog2Slow_C()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H
A
D
rsa_lib.c
226
static const unsigned int
log_2
= 0x02c5c8; /* scale * log(2) */
variable
364
x = n * (uint64_t)
log_2
;
in ossl_ifc_ffc_compute_security_bits()
367
/
log_2
);
in ossl_ifc_ffc_compute_security_bits()
/third_party/openssl/crypto/rsa/
H
A
D
rsa_lib.c
226
static const unsigned int
log_2
= 0x02c5c8; /* scale * log(2) */
variable
364
x = n * (uint64_t)
log_2
;
in ossl_ifc_ffc_compute_security_bits()
367
/
log_2
);
in ossl_ifc_ffc_compute_security_bits()
Completed in 7 milliseconds