/external/chromium_org/net/quic/crypto/ |
quic_crypto_server_config.cc | 247 if (options.expiry_time.IsZero()) { 439 if (!next_config_promotion_time_.IsZero() && 507 if (!next_config_promotion_time_.IsZero() && 727 if (config->primary_time.IsZero()) { [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
AutoscrollController.cpp | 153 if (offset.isZero()) {
|
/external/chromium_org/third_party/skia/include/core/ |
Sk64.h | 67 SkBool isZero() const { return (fHi | fLo) == 0; }
|
/external/chromium_org/third_party/skia/src/core/ |
Sk64.cpp | 330 if (D.isZero())
|
/external/clang/lib/CodeGen/ |
CGVTT.cpp | 27 assert(VTable.getBaseOffset().isZero() &&
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
p1.cpp | 37 template <typename T> friend bool iszero(const A &a) throw();
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-member-pointers.cpp | 377 // CHECK: %[[iszero:.*]] = icmp eq i8* %[[lhs0]], null 378 // CHECK: %[[bits_or_null:.*]] = or i1 %[[res123]], %[[iszero]] 401 // CHECK: %[[iszero:.*]] = icmp ne i8* %[[lhs0]], null 402 // CHECK: %[[bits_or_null:.*]] = and i1 %[[res123]], %[[iszero]]
|
/external/eigen/test/ |
cwiseop.cpp | 67 VERIFY(mzero.isZero());
|
/external/eigen/test/eigen2/ |
eigen2_cwiseop.cpp | 60 VERIFY(mzero.isZero());
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
delphi.php | 188 'InternalRateOfReturn', 'IsInfinite', 'IsNan', 'IsZero', 'Ldexp', 'LnXP1',
|
/external/skia/include/core/ |
Sk64.h | 67 SkBool isZero() const { return (fHi | fLo) == 0; }
|
/external/skia/src/core/ |
Sk64.cpp | 330 if (D.isZero())
|
/art/runtime/verifier/ |
reg_type.h | 138 virtual bool IsZero() const { 142 return IsNonZeroReferenceTypes() || IsZero(); 581 bool IsZero() const {
|
reg_type.cc | 734 if (rhs.IsZero()) { 881 if (IsZero() || incoming_type.IsZero()) {
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSCalculationValue.cpp | 206 virtual bool isZero() const 330 if (rightCategory != CalcNumber || rightSide.isZero()) 418 virtual bool isZero() const
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
R600ISelLowering.cpp | 444 if (isZero(LHS) || isZero(RHS)) { 445 SDValue Cond = (isZero(LHS) ? RHS : LHS);
|
/external/mesa3d/src/gallium/drivers/radeon/ |
R600ISelLowering.cpp | 444 if (isZero(LHS) || isZero(RHS)) { 445 SDValue Cond = (isZero(LHS) ? RHS : LHS);
|
/external/llvm/lib/Transforms/Scalar/ |
LoopStrengthReduce.cpp | 294 if (!AR->getStart()->isZero()) { 338 if (!Sum->isZero()) 344 if (!Sum->isZero()) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderBoxModelObject.cpp | [all...] |
/external/llvm/lib/IR/ |
Constants.cpp | 48 return CFP->isZero() && CFP->isNegative(); 53 if (SplatCFP && SplatCFP->isZero() && SplatCFP->isNegative()) 69 return CFP->isZero(); 78 return CI->isZero(); 82 return CFP->isZero() && !CFP->isNegative(); 879 bool isZero = true; 884 isZero = V[0]->isNullValue(); 885 if (isUndef || isZero) { 888 isZero = false; 894 if (isZero) [all...] |
/external/llvm/lib/Analysis/ |
DependenceAnalysis.cpp | 902 return Delta->isZero(); [all...] |
ScalarEvolutionExpander.cpp | 229 if (C->isZero()) 240 if (!CI->isZero()) { 276 Remainder->isZero()) { 292 if (!StepRem->isZero()) 327 else if (!Sum->isZero()) 346 if (Start->isZero()) break; 420 if (!ElSize->isZero()) { 428 if (!Remainder->isZero()) [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineAndOrXor.cpp | 159 if (TogetherCI && !TogetherCI->isZero()){ 431 bool icmp_abit = (ACst != 0 && !ACst->isZero() && 433 bool icmp_bbit = (BCst != 0 && !BCst->isZero() && 436 if (CCst != 0 && CCst->isZero()) { 499 if (C->isZero()) { 689 if (!MCst->isZero()) 737 if (LHSCC == ICmpInst::ICMP_EQ && LHSCst->isZero()) { [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
decNumber.c | 428 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */ [all...] |
/external/icu4c/i18n/ |
decNumber.c | 441 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */ [all...] |