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:Lg6
(Results
1 - 7
of
7
) sorted by relevance
/third_party/jerryscript/jerry-libm/
H
A
D
log2.c
49
#define
Lg6
1.531383769920937332e-01 /* 0x3FC39A09, 0xD078C69F */
macro
100
t1 = w * (Lg2 + w * (Lg4 + w *
Lg6
));
in log2()
159
#undef
Lg6
macro
H
A
D
log.c
47
* R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +
Lg6
*s +Lg7*s
90
#define
Lg6
1.531383769920937332e-01 /* 3FC39A09 D078C69F */
macro
163
t1 = w * (Lg2 + w * (Lg4 + w *
Lg6
));
in log()
201
#undef
Lg6
macro
/third_party/musl/src/math/
H
A
D
log1p.c
66
Lg6
= 1.531383769920937332e-01, /* 3FC39A09 D078C69F */
variable
117
t1 = w*(Lg2+w*(Lg4+w*
Lg6
));
in log1p()
H
A
D
log10.c
33
Lg6
= 1.531383769920937332e-01, /* 3FC39A09 D078C69F */
variable
72
t1 = w*(Lg2+w*(Lg4+w*
Lg6
));
in log10()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
log1p.c
66
Lg6
= 1.531383769920937332e-01, /* 3FC39A09 D078C69F */
variable
117
t1 = w*(Lg2+w*(Lg4+w*
Lg6
));
in log1p()
H
A
D
log10.c
33
Lg6
= 1.531383769920937332e-01, /* 3FC39A09 D078C69F */
variable
72
t1 = w*(Lg2+w*(Lg4+w*
Lg6
));
in log10()
/third_party/node/deps/v8/src/base/
H
A
D
ieee754.cc
1601
* R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +
Lg6
*s +Lg7*s
1644
Lg6
= 1.531383769920937332e-01, /* 3FC39A09 D078C69F */
in log()
local
1697
t1 = w * (Lg2 + w * (Lg4 + w *
Lg6
));
in log()
1901
* R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +
Lg6
*s +Lg7*s
1940
Lg6
= 1.531383769920937332e-01, /* 3FC39A09 D078C69F */
member
1953
t1 = w * (Lg2 + w * (Lg4 + w *
Lg6
));
in k_log1p()
Completed in 7 milliseconds