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:__LO
(Results
1 - 20
of
20
) sorted by relevance
/third_party/jerryscript/jerry-libm/
H
A
D
atan2.c
73
lx =
__LO
(x);
in atan2()
76
ly =
__LO
(y);
in atan2()
H
A
D
jerry-libm-internal.h
51
#define
__LO
(x) *(const int *) &x
macro
63
#define
__LO
(x) *(1 + (const int *) &x)
macro
H
A
D
nextafter.c
39
lx =
__LO
(x); /* low word of x */
in nextafter()
41
ly =
__LO
(y); /* low word of y */
in nextafter()
H
A
D
fmod.c
45
lx =
__LO
(x); /* low word of x */
in fmod()
47
ly =
__LO
(y); /* low word of y */
in fmod()
H
A
D
isnan.c
40
lx =
__LO
(x);
in isnan()
H
A
D
acosh.c
72
else if (((hx - 0x3ff00000) |
__LO
(x)) == 0)
in acosh()
H
A
D
floor.c
49
i1 =
__LO
(x);
in floor()
H
A
D
ceil.c
49
i1 =
__LO
(x);
in ceil()
H
A
D
scalbn.c
46
lx =
__LO
(x);
in scalbn()
H
A
D
log10.c
78
lx =
__LO
(x); /* low word of x */
in log10()
H
A
D
expm1.c
161
low =
__LO
(x);
in expm1()
H
A
D
exp.c
136
if (((hx & 0xfffff) |
__LO
(x)) != 0) /* NaN */
in exp()
H
A
D
atan.c
92
if (ix > 0x7ff00000 || (ix == 0x7ff00000 && (
__LO
(x) != 0)))
in atan()
H
A
D
asin.c
88
if (((ix - 0x3ff00000) |
__LO
(x)) == 0) /* asin(1) = +-pi/2 with inexact */
in asin()
H
A
D
acos.c
80
if (((ix - 0x3ff00000) |
__LO
(x)) == 0) /* |x| == 1 */
in acos()
H
A
D
sqrt.c
112
ix1 =
__LO
(x); /* low word of x */
in sqrt()
H
A
D
log2.c
61
lx =
__LO
(x); /* low word of x */
in log2()
H
A
D
log.c
101
lx =
__LO
(x); /* low word of x */
in log()
H
A
D
pow.c
131
lx =
__LO
(x);
in pow()
133
ly =
__LO
(y);
in pow()
H
A
D
trig.c
581
z.as_int.lo =
__LO
(x);
in __ieee754_rem_pio2()
809
if (((ix |
__LO
(x)) | (iy + 1)) == 0)
in __kernel_tan()
Completed in 8 milliseconds