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:__HI
(Results
1 - 25
of
27
) sorted by relevance
1
2
/third_party/jerryscript/jerry-libm/
H
A
D
copysign.c
39
ret.as_int.hi = (
__HI
(x) & 0x7fffffff) | (
__HI
(y) & 0x80000000);
in copysign()
H
A
D
trig.c
483
hx =
__HI
(x); /* high word of x */
in __ieee754_rem_pio2()
541
i = j - (((
__HI
(y[0])) >> 20) & 0x7ff);
in __ieee754_rem_pio2()
549
i = j - (((
__HI
(y[0])) >> 20) & 0x7ff);
in __ieee754_rem_pio2()
646
ix =
__HI
(x) & 0x7fffffff; /* high word of x */
in __kernel_sin()
715
ix =
__HI
(x) & 0x7fffffff; /* ix = |x|'s high word */
in __kernel_cos()
803
hx =
__HI
(x); /* high word of x */
in __kernel_tan()
927
ix =
__HI
(x);
in sin()
984
ix =
__HI
(x);
in cos()
1040
ix =
__HI
(x);
in tan()
H
A
D
scalbn.c
45
hx =
__HI
(x);
in scalbn()
55
hx =
__HI
(x);
in scalbn()
H
A
D
log10.c
77
hx =
__HI
(x); /* high word of x */
in log10()
96
hx =
__HI
(x); /* high word of x */
in log10()
H
A
D
atan2.c
71
hx =
__HI
(x);
in atan2()
74
hy =
__HI
(y);
in atan2()
H
A
D
jerry-libm-internal.h
50
#define
__HI
(x) *(1 + (const int *) &x)
macro
62
#define
__HI
(x) *(const int *) &x
macro
H
A
D
nextafter.c
38
hx =
__HI
(x); /* high word of x */
in nextafter()
40
hy =
__HI
(y); /* high word of y */
in nextafter()
H
A
D
fmod.c
44
hx =
__HI
(x); /* high word of x */
in fmod()
46
hy =
__HI
(y); /* high word of y */
in fmod()
H
A
D
log2.c
60
hx =
__HI
(x); /* high word of x */
in log2()
76
hx =
__HI
(x); /* high word of x */
in log2()
H
A
D
log.c
100
hx =
__HI
(x); /* high word of x */
in log()
116
hx =
__HI
(x); /* high word of x */
in log()
H
A
D
finite.c
39
hx =
__HI
(x);
in finite()
H
A
D
isnan.c
39
hx = (
__HI
(x) & 0x7fffffff);
in isnan()
H
A
D
acosh.c
52
hx =
__HI
(x);
in acosh()
H
A
D
cosh.c
64
ix =
__HI
(x);
in cosh()
H
A
D
asinh.c
50
hx =
__HI
(x);
in asinh()
H
A
D
sinh.c
60
jx =
__HI
(x);
in sinh()
H
A
D
tanh.c
68
jx =
__HI
(x);
in tanh()
H
A
D
floor.c
48
i0 =
__HI
(x);
in floor()
H
A
D
ceil.c
48
i0 =
__HI
(x);
in ceil()
H
A
D
expm1.c
147
hx =
__HI
(x);
in expm1()
H
A
D
exp.c
127
hx =
__HI
(x); /* high word of x */
in exp()
H
A
D
atan.c
88
hx =
__HI
(x);
in atan()
H
A
D
asin.c
84
hx =
__HI
(x);
in asin()
H
A
D
acos.c
76
hx =
__HI
(x);
in acos()
H
A
D
sqrt.c
111
ix0 =
__HI
(x); /* high word of x */
in sqrt()
Completed in 8 milliseconds
1
2