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_1
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/
H
A
D
misc.c
643
d0 =
Exp_1
| y >> (Ebits - k);
650
d0 =
Exp_1
| y << k | z >> (32 - k);
655
d0 =
Exp_1
| y;
661
d0 =
Exp_1
| y << k - Ebits | z >> Ebits + 16 - k;
670
d0 =
Exp_1
| y << k + 16 | z << k | w >> 16 - k;
H
A
D
gdtoaimp.h
329
#define
Exp_1
0x3ff00000
macro
367
#define
Exp_1
0x41000000
macro
393
#define
Exp_1
0x40800000
macro
H
A
D
strtod.c
78
word0(&u) =
Exp_1
+ (i << Exp_shift);
1040
word0(&rv0) =
Exp_1
+ (70 << Exp_shift);
1050
word0(&rv0) =
Exp_1
- 2*P*Exp_msk1;
/third_party/python/Python/
H
A
D
dtoa.c
252
#define
Exp_1
0x3ff00000
macro
963
word0(&d) =
Exp_1
| y >> (Ebits - k);
in b2d()
970
word0(&d) =
Exp_1
| y << k | z >> (32 - k);
in b2d()
975
word0(&d) =
Exp_1
| y;
in b2d()
2123
word0(&rv0) =
Exp_1
- 2*P*Exp_msk1;
in _Py_dg_strtod()
Completed in 7 milliseconds