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:word_dist
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
softfloat.c
274
uint32_t
word_dist
;
in _mesa_shift_left_m()
local
278
word_dist
= dist >> 5;
in _mesa_shift_left_m()
279
if (
word_dist
< size_words) {
in _mesa_shift_left_m()
280
a += index_multiword_lo_but(size_words,
word_dist
);
in _mesa_shift_left_m()
283
_mesa_short_shift_left_m(size_words -
word_dist
, a, inner_dist,
in _mesa_shift_left_m()
284
m_out + index_multiword_hi_but(size_words,
word_dist
));
in _mesa_shift_left_m()
285
if (!
word_dist
)
in _mesa_shift_left_m()
289
a += index_word_hi(size_words -
word_dist
);
in _mesa_shift_left_m()
290
for (i = size_words -
word_dist
; i; --i) {
in _mesa_shift_left_m()
296
m_out += index_multiword_lo(size_words,
word_dist
);
in _mesa_shift_left_m()
391
uint32_t word_jam,
word_dist
, *tmp;
_mesa_shift_right_jam_m()
local
[all...]
Completed in 1 milliseconds