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
defs:isZero
(Results
1 - 25
of
40
) sorted by relevance
1
2
/third_party/skia/include/core/
H
A
D
SkSize.h
25
bool
isZero
() const { return 0 == fWidth && 0 == fHeight; }
in isZero()
function
65
bool
isZero
() const { return 0 == fWidth && 0 == fHeight; }
in isZero()
function
H
A
D
SkPoint.h
57
bool
isZero
() const { return (fX | fY) == 0; }
in isZero()
function
199
bool
isZero
() const { return (0 == fX) & (0 == fY); }
in isZero()
function
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H
A
D
SpirvShaderSpec.cpp
190
auto
isZero
= abs < 0.000061035f ? ~0u : 0u;
in EvalSpecConstantUnaryOp()
local
H
A
D
SpirvShaderArithmetic.cpp
290
auto
isZero
= CmpLT(abs, SIMD::Float(0.000061035f));
in EmitUnaryOp()
local
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H
A
D
ShaderCompileTreeTest.cpp
77
bool
isZero
= false;
variable
/third_party/icu/icu4c/source/i18n/
H
A
D
number_utils.cpp
245
bool DecNum::
isZero
() const {
in isZero()
function in DecNum
H
A
D
number_decimalquantity.cpp
352
bool
isZero
= (isZeroish() && !isInfinite());
in signum()
local
/third_party/node/deps/icu-small/source/i18n/
H
A
D
number_utils.cpp
245
bool DecNum::
isZero
() const {
in isZero()
function in DecNum
H
A
D
number_decimalquantity.cpp
352
bool
isZero
= (isZeroish() && !isInfinite());
in signum()
local
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
number_utils.cpp
251
bool DecNum::
isZero
() const {
in isZero()
function in DecNum
H
A
D
number_decimalquantity.cpp
339
bool
isZero
= (isZeroish() && !isInfinite());
in signum()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
BranchProbability.h
46
bool
isZero
() const { return N == 0; }
in isZero()
function in llvm::BranchProbability
H
A
D
KnownBits.h
71
bool
isZero
() const {
in isZero()
function
H
A
D
ScaledNumber.h
542
bool
isZero
() const { return !Digits; }
in isZero()
function in llvm::ScaledNumber
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
ConstantUnion.cpp
112
bool TConstantUnion::
isZero
() const
in isZero()
function in sh::TConstantUnion
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H
A
D
HexagonBitSimplify.cpp
330
bool HexagonBitSimplify::
isZero
(const BitTracker::RegisterCell &RC,
in isZero()
function in HexagonBitSimplify
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
MemoryLocation.h
138
bool
isZero
() const { return hasValue() && getValue() == 0; }
in isZero()
function in llvm::LocationSize
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuFloat.hpp
127
inline bool
isZero
(void) const { return exponentBits() == 0 && mantissaBits() == 0; }
in isZero()
function in tcu::Float
/third_party/decimal.js/
H
A
D
decimal.js
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
Constants.h
192
bool
isZero
() const {
in isZero()
function in llvm::final
305
bool
isZero
() const { return Val.
isZero
(); }
in isZero()
function in llvm::final
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H
A
D
Lint.cpp
550
static bool
isZero
(Value *V, const DataLayout &DL, DominatorTree *DT,
in isZero()
function
/third_party/skia/src/core/
H
A
D
SkImageFilterTypes.h
330
bool
isZero
() const { return fData.
isZero
(); }
in isZero()
function in skif::LayerSpace
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H
A
D
TextureVk.cpp
1132
const bool
isZero
= clearValue == TextureBase::ClearValue::Zero;
in ClearTexture()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H
A
D
APFloat.h
367
bool
isZero
() const { return category == fcZero; }
in isZero()
function in llvm::detail::final
1031
bool
isZero
() const { return getCategory() == fcZero; }
in isZero()
function in llvm::APFloat
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUInstructionSelector.cpp
800
static bool
isZero
(Register Reg, MachineRegisterInfo &MRI) {
in isZero()
function
Completed in 34 milliseconds
1
2