Home
last modified time | relevance | path

Searched defs:isZero (Results 1 – 25 of 888) sorted by relevance

12345678910>>...36

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DConstants.h193 bool isZero() const { return Val.isZero(); } in isZero() function
301 bool isZero() const { return Val.isZero(); } in isZero() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstants.h192 bool isZero() const { in isZero() function
305 bool isZero() const { return Val.isZero(); } in isZero() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstants.h182 bool isZero() const { in isZero() function
286 bool isZero() const { return Val.isZero(); } in isZero() function
/aosp_15_r20/external/skia/include/core/
H A DSkSize.h28 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero() function
68 bool isZero() const { return 0 == fWidth && 0 == fHeight; } in isZero() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DConstants.h204 bool isZero() const { return Val.isZero(); } in isZero() function
314 bool isZero() const { return Val.isZero(); } in isZero() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DConstants.h204 bool isZero() const { return Val.isZero(); } in isZero() function
314 bool isZero() const { return Val.isZero(); } in isZero() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DConstants.h205 bool isZero() const { return Val.isZero(); } in isZero() function
315 bool isZero() const { return Val.isZero(); } in isZero() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DConstants.h197 bool isZero() const { return Val.isZero(); } in isZero() function
300 bool isZero() const { return Val.isZero(); } in isZero() function
/aosp_15_r20/external/skia/include/private/base/
H A DSkPoint_impl.h58 bool isZero() const { return (fX | fY) == 0; } in isZero() function
193 bool isZero() const { return (0 == fX) & (0 == fY); } in isZero() function
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dhypot_amd64.s49 isZero: label
Dlog_amd64.s109 isZero: label
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DOpenACCClause.h518 bool isZero() const { return IsZero; } in isZero() function
545 bool isZero() const { return IsZero; } in isZero() function
/aosp_15_r20/external/cronet/base/android/java/src/org/chromium/base/
H A DToken.java44 public boolean isZero() { in isZero() method in Token
/aosp_15_r20/frameworks/base/libs/hwui/effects/
H A DStretchEffect.h122 inline static bool isZero(float value) { in isZero() function
/aosp_15_r20/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DSize.java84 public boolean isZero() { in isZero() method in Size
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dnetip.go382 func (ip Addr) isZero() bool { func
1299 func (p Prefix) isZero() bool { return p == Prefix{} } func
/aosp_15_r20/external/clang/include/clang/AST/
H A DCharUnits.h116 bool isZero() const { return Quantity == 0; } in isZero() function
/aosp_15_r20/external/pdfium/third_party/bigint/
H A DBigUnsignedInABase.hh118 bool isZero() const { return NumberlikeArray<Digit>::isEmpty(); } in isZero() function in BigUnsignedInABase
/aosp_15_r20/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
H A DExtensionHelper.java103 public static boolean isZero(@NonNull Rect rect) { in isZero() method in ExtensionHelper
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DBranchProbability.h46 bool isZero() const { return N == 0; } in isZero() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DBranchProbability.h46 bool isZero() const { return N == 0; } in isZero() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DBranchProbability.h46 bool isZero() const { return N == 0; } in isZero() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DBranchProbability.h46 bool isZero() const { return N == 0; } in isZero() function
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DBranchProbability.h47 bool isZero() const { return N == 0; } in isZero() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DBranchProbability.h46 bool isZero() const { return N == 0; } in isZero() function

12345678910>>...36