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:ivln10
(Results
1 - 2
of
2
) sorted by relevance
/third_party/jerryscript/jerry-libm/
H
A
D
log10.c
36
*
ivln10
= 1/log(10) rounded.
41
* log10(x) := n*log10_2hi + (n*log10_2lo +
ivln10
*log(x))
65
#define
ivln10
4.34294481903251816668e-01 /* 0x3FDBCB7B, 0x1526E50E */
macro
108
z = y * log10_2lo +
ivln10
* log (temp.dbl);
in log10()
114
#undef
ivln10
macro
/third_party/node/deps/v8/src/base/
H
A
D
ieee754.cc
2055
*
ivln10
= 1/log(10) rounded.
2060
* log10(x) := n*log10_2hi + (n*log10_2lo +
ivln10
*log(x))
2078
ivln10
= 4.34294481903251816668e-01,
in log10()
local
2111
double z = y * log10_2lo +
ivln10
* log(x);
in log10()
Completed in 6 milliseconds