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:kshift
(Results
1 - 8
of
8
) sorted by relevance
/third_party/FreeBSD/contrib/gdtoa/
H
A
D
gethex.c
188
n0 = n = nbits >>
kshift
;
202
for(k = 0; n > (1 << (
kshift
-2)) - 1; n >>= 1)
240
if (x[k>>
kshift
] & 1 << (k & kmask)) {
304
if (x[k>>
kshift
] & 1 << (k & kmask))
332
&& x[nbits >>
kshift
] & 1 << (nbits & kmask))
H
A
D
smisc.c
145
ce = c + ((n-1) >>
kshift
) + 1;
175
n = k >>
kshift
;
H
A
D
strtodg.c
134
xe = x + (n >>
kshift
);
153
k = (n + ((1 <<
kshift
) - 1)) >>
kshift
;
158
k = n >>
kshift
;
223
if (b->x[k>>
kshift
] & ((ULong)1 << (k & kmask)))
264
carry = b->x[k1>>
kshift
] & (1 << (k1 & kmask));
H
A
D
gmisc.c
45
n = k >>
kshift
;
H
A
D
hexnan.c
67
x = x0 + (nbits >>
kshift
);
H
A
D
gdtoaimp.h
464
#define
kshift
5
macro
469
#define
kshift
4
macro
H
A
D
misc.c
445
n = k >>
kshift
;
/third_party/python/Python/
H
A
D
dtoa.c
1146
#define
kshift
5
macro
Completed in 8 milliseconds