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:IsZero
(Results
1 - 25
of
91
) sorted by relevance
1
2
3
4
/third_party/node/deps/v8/src/codegen/arm64/
H
A
D
macro-assembler-arm64-inl.h
27
DCHECK(!rd.
IsZero
());
in And()
34
DCHECK(!rd.
IsZero
());
in Ands()
46
DCHECK(!rd.
IsZero
());
in Bic()
53
DCHECK(!rd.
IsZero
());
in Bics()
60
DCHECK(!rd.
IsZero
());
in Orr()
67
DCHECK(!rd.
IsZero
());
in Orn()
74
DCHECK(!rd.
IsZero
());
in Eor()
81
DCHECK(!rd.
IsZero
());
in Eon()
178
DCHECK(!rd.
IsZero
());
in Neg()
194
DCHECK(!rd.
IsZero
());
in Adc()
[all...]
H
A
D
assembler-arm64-inl.h
44
inline bool CPURegister::
IsZero
() const {
in IsZero()
function in v8::internal::CPURegister
295
bool Operand::
IsZero
() const {
in IsZero()
function in v8::internal::Operand
299
return reg().
IsZero
();
in IsZero()
381
DCHECK(base.Is64Bits() && !base.
IsZero
());
in MemOperand()
393
DCHECK(base.Is64Bits() && !base.
IsZero
());
in MemOperand()
410
DCHECK(base.Is64Bits() && !base.
IsZero
());
in MemOperand()
417
DCHECK(base.Is64Bits() && !base.
IsZero
());
in MemOperand()
/third_party/vixl/src/aarch64/
H
A
D
macro-assembler-aarch64.h
1131
VIXL_ASSERT(!rd.
IsZero
());
in Adr()
1137
VIXL_ASSERT(!rd.
IsZero
());
in Adrp()
1143
VIXL_ASSERT(!rd.
IsZero
());
in Asr()
1144
VIXL_ASSERT(!rn.
IsZero
());
in Asr()
1150
VIXL_ASSERT(!rd.
IsZero
());
in Asr()
1151
VIXL_ASSERT(!rn.
IsZero
());
in Asr()
1152
VIXL_ASSERT(!rm.
IsZero
());
in Asr()
1181
VIXL_ASSERT(!rd.
IsZero
());
in Bfm()
1182
VIXL_ASSERT(!rn.
IsZero
());
in Bfm()
1191
VIXL_ASSERT(!rd.
IsZero
());
in Bfi()
[all...]
H
A
D
operands-aarch64.cc
209
bool Operand::
IsZero
() const {
in IsZero()
function in vixl::aarch64::Operand
213
return GetRegister().
IsZero
();
in IsZero()
244
VIXL_ASSERT(base.Is64Bits() && !base.
IsZero
());
in MemOperand()
259
VIXL_ASSERT(base.Is64Bits() && !base.
IsZero
());
in MemOperand()
279
VIXL_ASSERT(base.Is64Bits() && !base.
IsZero
());
in MemOperand()
292
VIXL_ASSERT(base.Is64Bits() && !base.
IsZero
());
in MemOperand()
337
} else if (GetRegisterOffset().
IsZero
()) {
in IsEquivalentToPlainRegister()
416
return GetScalarOffset().
IsZero
();
in IsEquivalentToScalar()
H
A
D
assembler-aarch64.cc
2078
VIXL_ASSERT(!rd.
IsZero
() && !rn.
IsZero
() && !rs.
IsZero
());
in cpye()
2088
VIXL_ASSERT(!rd.
IsZero
() && !rn.
IsZero
() && !rs.
IsZero
());
in cpyen()
2098
VIXL_ASSERT(!rd.
IsZero
() && !rn.
IsZero
() && !rs.
IsZero
());
in cpyern()
2108
VIXL_ASSERT(!rd.
IsZero
()
in cpyewn()
[all...]
H
A
D
macro-assembler-sve-aarch64.cc
188
if (xd.
IsZero
()) return;
in Addpl()
189
if (xn.
IsZero
() && xd.IsSP()) {
in Addpl()
197
if (IsInt6(multiplier) && !xn.
IsZero
()) {
in Addpl()
210
VIXL_ASSERT(xn.
IsZero
()); // Other cases were handled with `addpl`.
in Addpl()
237
if (xn.
IsZero
()) {
in Addpl()
259
if (xd.
IsZero
()) return;
in Addvl()
260
if (xn.
IsZero
() && xd.IsSP()) {
in Addvl()
268
if (xn.
IsZero
()) {
in Addvl()
294
if (xn.
IsZero
()) {
in Addvl()
348
VIXL_ASSERT(!offset.
IsZero
()); // Handle
in CalculateSVEAddress()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H
A
D
barrier.cc
24
static bool
IsZero
(void *arg) {
in IsZero()
function
39
this->lock_.Await(Condition(
IsZero
, &this->num_to_block_));
in Block()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H
A
D
transformation_record_synonymous_constants.cpp
97
return constant2->
IsZero
();
in AreEquivalentConstants()
101
return constant1->
IsZero
();
in AreEquivalentConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H
A
D
transformation_record_synonymous_constants.cpp
97
return constant2->
IsZero
();
in AreEquivalentConstants()
101
return constant1->
IsZero
();
in AreEquivalentConstants()
/third_party/spirv-tools/source/fuzz/
H
A
D
transformation_record_synonymous_constants.cpp
97
return constant2->
IsZero
();
in AreEquivalentConstants()
101
return constant1->
IsZero
();
in AreEquivalentConstants()
/third_party/skia/third_party/externals/dng_sdk/source/
H
A
D
dng_rect.h
99
bool
IsZero
() const;
103
return !
IsZero
();
in NotZero()
271
bool
IsZero
() const;
275
return !
IsZero
();
in NotZero()
H
A
D
dng_rect.cpp
34
bool dng_rect::
IsZero
() const
in IsZero()
function in dng_rect
55
bool dng_rect_real64::
IsZero
() const
in IsZero()
function in dng_rect_real64
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
fold.cpp
305
if (constants[i] != nullptr && constants[i]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
318
if (constants[i] != nullptr && constants[i]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
359
if (constants[i]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
392
if (constants[0] != nullptr && constants[0]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
415
if (constants[0] != nullptr && constants[0]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
H
A
D
constants.h
128
virtual bool
IsZero
() const { return false; }
in IsZero()
function in spvtools::opt::analysis::Constant
155
bool
IsZero
() const override {
301
bool
IsZero
() const override {
303
if (!c->
IsZero
()) {
443
bool
IsZero
() const override { return true; }
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
fold.cpp
305
if (constants[i] != nullptr && constants[i]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
318
if (constants[i] != nullptr && constants[i]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
359
if (constants[i]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
392
if (constants[0] != nullptr && constants[0]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
415
if (constants[0] != nullptr && constants[0]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
H
A
D
constants.h
128
virtual bool
IsZero
() const { return false; }
in IsZero()
function in spvtools::opt::analysis::Constant
155
bool
IsZero
() const override {
301
bool
IsZero
() const override {
303
if (!c->
IsZero
()) {
443
bool
IsZero
() const override { return true; }
/third_party/benchmark/src/
H
A
D
benchmark_api_internal.cc
50
if (!
IsZero
(benchmark->min_time_)) {
in BenchmarkInstance()
54
if (!
IsZero
(benchmark->min_warmup_time_)) {
in BenchmarkInstance()
/third_party/spirv-tools/source/opt/
H
A
D
constants.h
128
virtual bool
IsZero
() const { return false; }
in IsZero()
function in spvtools::opt::analysis::Constant
155
bool
IsZero
() const override {
301
bool
IsZero
() const override {
303
if (!c->
IsZero
()) {
443
bool
IsZero
() const override { return true; }
H
A
D
fold.cpp
305
if (constants[i] != nullptr && constants[i]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
318
if (constants[i] != nullptr && constants[i]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
359
if (constants[i]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
392
if (constants[0] != nullptr && constants[0]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
415
if (constants[0] != nullptr && constants[0]->
IsZero
()) {
in FoldBinaryIntegerOpToConstant()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
H
A
D
Instruction.h
252
bool
IsZero
;
member in llvm::mca::ReadState
260
IsZero
(false), IndependentFromDef(false) {}
in ReadState()
282
bool isReadZero() const { return
IsZero
; }
in isReadZero()
283
void setReadZero() {
IsZero
= true; }
in setReadZero()
/third_party/gn/src/base/
H
A
D
atomic_ref_count.h
51
bool
IsZero
() const {
in IsZero()
function in base::AtomicRefCount
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H
A
D
char_map_test.cc
64
ASSERT_TRUE(nothing_map.
IsZero
());
in TEST()
65
ASSERT_TRUE(!lets.
IsZero
());
in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H
A
D
ShaderCompileTreeTest.h
61
bool
IsZero
(TIntermNode *node);
/third_party/node/deps/v8/src/compiler/
H
A
D
common-operator-reducer.cc
269
if (mvfalse.left().
IsZero
() && mvfalse.right().Equals(vtrue)) {
in ReducePhi()
280
if (mvfalse.left().
IsZero
() && mvfalse.right().Equals(vtrue)) {
in ReducePhi()
409
if (mvfalse.left().
IsZero
() && mvfalse.right().Equals(vtrue)) {
in ReduceSelect()
420
if (mvfalse.left().
IsZero
() && mvfalse.right().Equals(vtrue)) {
in ReduceSelect()
/third_party/vixl/src/
H
A
D
utils-vixl.cc
52
bool
IsZero
(Float16 value) {
in IsZero()
function
247
} else if (
IsZero
(rhs) &&
IsZero
(*this)) {
in operator ==()
Completed in 36 milliseconds
1
2
3
4