HomeSort by relevance Sort by last modified time
    Searched full:iszero (Results 101 - 125 of 300) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Target/AArch64/
AArch64MCInstLower.cpp 113 assert(MO.getFPImm()->isZero() && "Only fp imm 0.0 is supported");
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstructions.td 86 [{return N->getValueAPF().isZero();}]
  /external/skia/src/pathops/
SkQuarticRoot.cpp 19 * IsZero() as a macro
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so 
  /external/chromium_org/third_party/WebKit/Source/platform/
DecimalTest.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 51 bool isZero() const { return isInt() ? !IntVal : getFpVal().isZero(); }
121 bool isZero() const { return Coeff.isZero(); }
361 if ((C0 = dyn_cast<ConstantFP>(Opnd0)) && C0->isZero())
364 if ((C1 = dyn_cast<ConstantFP>(Opnd1)) && C1->isZero())
652 if (!R.isZero()) {
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 507 static bool isZero(Value *V, DataLayout *TD) {
518 Assert1(!isZero(I.getOperand(1), TD),
523 Assert1(!isZero(I.getOperand(1), TD),
528 Assert1(!isZero(I.getOperand(1), TD),
533 Assert1(!isZero(I.getOperand(1), TD),
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 92 bool isValid() const { return !NonVirtualSize.isZero(); }
525 if (unionAlign.isZero()) {
676 assert(NextFieldOffset.isZero() &&
751 assert(!Alignment.isZero() && "Did not set alignment!");
891 assert(!numBytes.isZero() && "Empty byte arrays aren't allowed.");
901 if (numBytes.isZero())
    [all...]
CGClass.cpp 66 if (Offset.isZero())
115 assert(!nonVirtualOffset.isZero() || virtualOffset != 0);
119 if (!nonVirtualOffset.isZero()) {
179 if (NonVirtualOffset.isZero() && !VBase) {
1555 llvm::Value *iszero = Builder.CreateIsNull(numElements, "isempty"); local
    [all...]
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_sender.cc 227 if (smoothed_rtt_.IsZero()) {
332 if (smoothed_rtt_.IsZero()) {
channel_estimator_test.cc 47 EXPECT_TRUE(estimate.IsZero());
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
BaseMultipleFieldsDateAndTimeInputType.cpp 573 || !stepRange.minimum().remainder(static_cast<int>(msPerMinute)).isZero()
574 || !stepRange.step().remainder(static_cast<int>(msPerMinute)).isZero();
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fixed-dtoa.cc 101 bool IsZero() const {
274 if (fractionals128.IsZero()) break;
  /external/chromium_org/third_party/skia/include/core/
SkPoint.h 35 bool isZero() const { return (fX | fY) == 0; }
149 bool isZero() const { return (0 == fX) & (0 == fY); }
  /external/chromium_org/third_party/skia/src/effects/
SkDashPathEffect.cpp 179 if (fTangent.isZero()) {
390 if (tangent.isZero()) {
  /external/chromium_org/v8/src/
fixed-dtoa.cc 102 bool IsZero() const {
275 if (fractionals128.IsZero()) break;
  /external/llvm/include/llvm/IR/
Operator.h 418 if (C->isZero())
454 if (OpC->isZero())
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 809 bool R600TargetLowering::isZero(SDValue Op) const {
813 return CstFP->isZero();
866 if (isZero(LHS) || isZero(RHS)) {
867 SDValue Cond = (isZero(LHS) ? RHS : LHS);
868 SDValue Zero = (isZero(LHS) ? LHS : RHS);
878 if (isZero(LHS)) {
    [all...]
  /external/skia/include/core/
SkPoint.h 35 bool isZero() const { return (fX | fY) == 0; }
149 bool isZero() const { return (0 == fX) & (0 == fY); }
  /external/skia/src/effects/
SkDashPathEffect.cpp 179 if (fTangent.isZero()) {
390 if (tangent.isZero()) {
  /external/v8/src/
fixed-dtoa.cc 102 bool IsZero() const {
275 if (fractionals128.IsZero()) break;
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 581 mu_.LockWhen(Condition(&IsZero, &count_));
585 static bool IsZero(int *arg) { return *arg == 0; }
  /external/chromium_org/cc/scheduler/
texture_uploader.cc 139 bool is_full_upload = dest_offset.IsZero() && source_rect.size() == size;

Completed in 536 milliseconds

1 2 3 45 6 7 8 91011>>