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:Lg7
(Results
1 - 7
of
7
) sorted by relevance
/third_party/jerryscript/jerry-libm/
H
A
D
log2.c
50
#define
Lg7
1.479819860511658591e-01 /* 0x3FC2F112, 0xDF3E5244 */
macro
101
t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w *
Lg7
)));
in log2()
160
#undef
Lg7
macro
H
A
D
log.c
47
* R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +
Lg7
*s
48
* (the values of Lg1 to
Lg7
are listed in the program)
51
* | Lg1*s +...+
Lg7
*s - R(z) | <= 2
91
#define
Lg7
1.479819860511658591e-01 /* 3FC2F112 DF3E5244 */
macro
164
t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w *
Lg7
)));
in log()
202
#undef
Lg7
macro
/third_party/musl/src/math/
H
A
D
log1p.c
67
Lg7
= 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
variable
118
t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*
Lg7
)));
in log1p()
H
A
D
log10.c
34
Lg7
= 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
variable
73
t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*
Lg7
)));
in log10()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
log1p.c
67
Lg7
= 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
variable
118
t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*
Lg7
)));
in log1p()
H
A
D
log10.c
34
Lg7
= 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
variable
73
t2 = z*(Lg1+w*(Lg3+w*(Lg5+w*
Lg7
)));
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
1602
* (the values of Lg1 to
Lg7
are listed in the program)
1605
* | Lg1*s +...+
Lg7
*s - R(z) | <= 2
1645
Lg7
= 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
in log()
local
1698
t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w *
Lg7
)));
in log()
1901
* R(z) ~ Lg1*s +Lg2*s +Lg3*s +Lg4*s +Lg5*s +Lg6*s +
Lg7
*s
1902
* (the values of Lg1 to
Lg7
are listed in the program)
1905
* | Lg1*s +...+
Lg7
*s - R(z) | <= 2
1941
Lg7
= 1.479819860511658591e-01; /* 3FC2F112 DF3E5244 */
member
1954
t2 = z * (Lg1 + w * (Lg3 + w * (Lg5 + w *
Lg7
)));
in k_log1p()
[all...]
Completed in 6 milliseconds