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:LN2
(Results
1 - 8
of
8
) sorted by relevance
/third_party/jerryscript/tests/jerry/
H
A
D
math-log.js
22
assert( Math.log (2) >= Math.
LN2
* 0.999999 );
23
assert( Math.log (2) <= Math.
LN2
* 1.000001 );
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
tarith.c
733
#define
LN2
.000010576586617430806112933839 /* log(2)/65536 */
macro
755
return (png_uint_32)floor(.5 + exp(x * -
LN2
) * 0xffffffffU);
in png_exp()
760
return (png_byte)floor(.5 + exp(log * -
LN2
) * 255);
in png_exp8bit()
765
return (png_uint_16)floor(.5 + exp(log * -
LN2
) * 65535);
in png_exp16bit()
/third_party/node/deps/v8/src/asmjs/
H
A
D
asm-names.h
12
V(
LN2
, 0.6931471805599453) \
/third_party/protobuf/js/binary/
H
A
D
utils.js
202
exp = Math.floor(Math.log(value) / Math.
LN2
);
/third_party/node/deps/npm/node_modules/jsbn/
H
A
D
index.js
595
function bnpChunkSize(r) { return Math.floor(Math.
LN2
*this.DB/Math.log(r)); }
/third_party/icu/icu4c/source/i18n/
H
A
D
decNumber.cpp
5694
#define
LN2
"0.6931471805599453094172321214581765680755"
macro
5695
uprv_decNumberFromString(res,
LN2
, &aset);
/third_party/node/deps/icu-small/source/i18n/
H
A
D
decNumber.cpp
5694
#define
LN2
"0.6931471805599453094172321214581765680755"
macro
5695
uprv_decNumberFromString(res,
LN2
, &aset);
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
decNumber.cpp
5694
#define
LN2
"0.6931471805599453094172321214581765680755"
macro
5695
uprv_decNumberFromString(res,
LN2
, &aset);
Completed in 43 milliseconds