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:nlz
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H
A
D
integer.hpp
67
GLM_FUNC_DECL uint
nlz
(uint x);
/third_party/python/Modules/_decimal/libmpdec/
H
A
D
typearith.h
112
nlz
(uint64_t x)
in nlz()
function
143
s =
nlz
(v);
in _mpd_div_words()
370
nlz
(uint32_t x)
400
s =
nlz
(v);
/third_party/ffmpeg/libavcodec/
H
A
D
aacdec_fixed.c
203
int
nlz
= 0;
in noise_scale()
local
208
nlz
++;
in noise_scale()
211
s = 21 +
nlz
- (s >> 2);
in noise_scale()
/third_party/node/deps/v8/src/codegen/ia32/
H
A
D
macro-assembler-ia32.cc
1542
unsigned
nlz
= base::bits::CountLeadingZeros32(src);
in CallRecordWriteStub()
local
1544
if (
nlz
+ cnt + ntz == 32) {
in CallRecordWriteStub()
1550
if (
nlz
!= 0) psrld(dst,
nlz
);
in CallRecordWriteStub()
1568
unsigned
nlz
= base::bits::CountLeadingZeros64(src);
in CallRecordWriteStub()
local
1570
if (
nlz
+ cnt + ntz == 64) {
in CallRecordWriteStub()
1576
if (
nlz
!= 0) psrlq(dst,
nlz
);
in CallRecordWriteStub()
/third_party/rust/crates/minimal-lexical/src/
H
A
D
bigint.rs
700
let
nlz
= leading_zeros(x);
in bit_length()
701
LIMB_BITS as u32 * x.len() as u32 -
nlz
in bit_length()
/third_party/node/deps/v8/src/codegen/x64/
H
A
D
macro-assembler-x64.cc
1561
unsigned
nlz
= base::bits::CountLeadingZeros(src);
in CallRecordWriteStub()
local
1565
if (pop + ntz +
nlz
== 32) {
in CallRecordWriteStub()
1567
if (ntz) Pslld(dst, static_cast<byte>(ntz +
nlz
));
in CallRecordWriteStub()
1568
if (
nlz
) Psrld(dst, static_cast<byte>(
nlz
));
in CallRecordWriteStub()
1580
unsigned
nlz
= base::bits::CountLeadingZeros(src);
in CallRecordWriteStub()
local
1584
if (pop + ntz +
nlz
== 64) {
in CallRecordWriteStub()
1586
if (ntz) Psllq(dst, static_cast<byte>(ntz +
nlz
));
in CallRecordWriteStub()
1587
if (
nlz
) Psrlq(dst, static_cast<byte>(
nlz
));
in CallRecordWriteStub()
[all...]
Completed in 9 milliseconds