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
defs:ln2
(Results
1 - 13
of
13
) sorted by relevance
/third_party/jerryscript/jerry-libm/
H
A
D
acosh.c
45
#define
ln2
6.93147180559945286227e-01 /* 0x3FE62E42, 0xFEFA39EF */
macro
92
#undef
ln2
macro
H
A
D
asinh.c
42
#define
ln2
6.93147180559945286227e-01 /* 0x3FE62E42, 0xFEFA39EF */
macro
94
#undef
ln2
macro
/third_party/FreeBSD/lib/msun/src/
H
A
D
e_acoshl.c
55
#define
ln2
u_ln2.e
macro
58
ln2
= 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */
variable
H
A
D
s_asinhl.c
58
#define
ln2
u_ln2.e
macro
61
ln2
= 6.93147180559945309417232121458176568e-1L; /* 0x162e42fefa39ef35793c7673007e6.0p-113 */
variable
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
logf_data.h
16
double
ln2
;
member
/third_party/musl/src/math/
H
A
D
logf_data.h
16
double
ln2
;
member
/third_party/skia/third_party/skcms/
H
A
D
skcms.cc
79
const float
ln2
= 0.69314718f;
in logf_()
local
/third_party/skia/src/opts/
H
A
D
SkRasterPipeline_opts.h
977
const float
ln2
= 0.69314718f;
in approx_log()
local
/third_party/optimized-routines/math/
H
A
D
math_config.h
341
double
ln2
;
member
/third_party/skia/third_party/skcms/src/
H
A
D
Transform_inl.h
283
const float
ln2
= 0.69314718f;
in approx_log()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
MathExtras.h
59
ln2
= .69314718055994530942, // (0x1.62e42fefa39efP-1) https://oeis.org/A002162
member
/third_party/node/deps/v8/src/base/
H
A
D
ieee754.cc
939
ln2
= 6.93147180559945286227e-01; /* 0x3FE62E42, 0xFEFA39EF */
in acosh()
local
1070
ln2
= 6.93147180559945286227e-01, /* 0x3FE62E42, 0xFEFA39EF */
in asinh()
local
[all...]
/third_party/libabigail/src/
H
A
D
abg-ir.cc
20491
interned_string ln1 = l.get_linkage_name(),
ln2
= r.get_linkage_name();
in equals()
local
Completed in 49 milliseconds