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_msk1
(Results
1 - 7
of
7
) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/
H
A
D
strtod.c
404
word0(&rv) -= P*
Exp_msk1
;
407
>
Exp_msk1
*(DBL_MAX_EXP+Bias-1-P))
409
word0(&rv) += P*
Exp_msk1
;
505
word0(&rv) -= P*
Exp_msk1
;
508
>
Exp_msk1
*(DBL_MAX_EXP+Bias-P))
510
if (z >
Exp_msk1
*(DBL_MAX_EXP+Bias-1-P)) {
517
word0(&rv) += P*
Exp_msk1
;
539
word0(&rv) = (P+2)*
Exp_msk1
;
686
if (!scale || y > 2*P*
Exp_msk1
)
699
<= 2*P*
Exp_msk1
)
[all...]
H
A
D
smisc.c
88
word0(&da) += (k >> 2)*
Exp_msk1
;
94
word0(&db) += (k >> 2)*
Exp_msk1
;
100
word0(&da) += k*
Exp_msk1
;
103
word0(&db) += k*
Exp_msk1
;
H
A
D
ulp.c
45
L = (word0(x) & Exp_mask) - (P-1)*
Exp_msk1
;
50
L |=
Exp_msk1
>> 4;
H
A
D
gdtoaimp.h
323
#define
Exp_msk1
0x100000
macro
362
#define
Exp_msk1
0x1000000
macro
388
#define
Exp_msk1
0x80
macro
434
#define Big0 (Frac_mask1 |
Exp_msk1
*(DBL_MAX_EXP+Bias-1))
H
A
D
strtodg.c
310
L = word0(d) |
Exp_msk1
;
587
word0(&adj) -= P*
Exp_msk1
;
590
>
Exp_msk1
*(DBL_MAX_EXP+Bias-1-P))
592
word0(&adj) += P*
Exp_msk1
;
H
A
D
misc.c
727
z |=
Exp_msk1
;
/third_party/python/Python/
H
A
D
dtoa.c
243
#define
Exp_msk1
0x100000
macro
278
#define Big0 (Frac_mask1 |
Exp_msk1
*(DBL_MAX_EXP+Bias-1))
939
L = (word0(x) & Exp_mask) - (P-1)*
Exp_msk1
;
in ulp()
1020
b->x[1] |=
Exp_msk1
;
in sd2b()
1077
z |=
Exp_msk1
;
in d2b()
1119
word0(&da) += k*
Exp_msk1
;
in ratio()
1122
word0(&db) += k*
Exp_msk1
;
in ratio()
1242
word0(&u) = (P+2)*
Exp_msk1
;
in sulp()
1686
word0(&rv) -= P*
Exp_msk1
;
in _Py_dg_strtod()
1689
>
Exp_msk1
*(DBL_MAX_EX
in _Py_dg_strtod()
[all...]
Completed in 9 milliseconds