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:Exp_shift
(Results
1 - 5
of
5
) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/
H
A
D
ulp.c
57
L = -L >>
Exp_shift
;
58
if (L <
Exp_shift
) {
64
L -=
Exp_shift
;
H
A
D
strtod.c
76
if (!scale || (i = 2*P + 1 - ((word0(x) & Exp_mask) >>
Exp_shift
)) <= 0)
78
word0(&u) = Exp_1 + (i <<
Exp_shift
);
534
>>
Exp_shift
)) > 0) {
795
? (0xffffffff & (0xffffffff << (2*P+1-(y>>
Exp_shift
)))) :
1040
word0(&rv0) = Exp_1 + (70 <<
Exp_shift
);
H
A
D
gdtoaimp.h
321
#define
Exp_shift
20
macro
360
#define
Exp_shift
24
macro
386
#define
Exp_shift
23
macro
H
A
D
misc.c
721
de = (int)(d0 >>
Exp_shift
);
726
if ( (de = (int)(d0 >>
Exp_shift
)) !=0)
/third_party/python/Python/
H
A
D
dtoa.c
241
#define
Exp_shift
20
macro
1016
*e = Etiny - 1 + (int)((word0(d) & Exp_mask) >>
Exp_shift
);
in sd2b()
1076
if ((de = (int)(word0(d) >>
Exp_shift
)))
in d2b()
1240
if (bc->scale && 2*P + 1 > (int)((word0(x) & Exp_mask) >>
Exp_shift
)) {
in sulp()
1724
>>
Exp_shift
)) > 0) {
in _Py_dg_strtod()
1939
j = (int)(word0(&rv) & Exp_mask) >>
Exp_shift
;
in _Py_dg_strtod()
1982
(0xffffffff & (0xffffffff << (2*P+1-(y>>
Exp_shift
)))) :
in _Py_dg_strtod()
Completed in 7 milliseconds