Home
last modified time | relevance | path

Searched refs:In1 (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
DSVGFEMergeNodeElement.h44 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFEComponentTransferElement.h44 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFETileElement.h45 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFEOffsetElement.h46 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFEColorMatrixElement.h48 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFEBlendElement.h47 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFEGaussianBlurElement.h51 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFECompositeElement.h48 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFEDisplacementMapElement.h49 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFEMorphologyElement.h52 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFESpecularLightingElement.h53 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFEDiffuseLightingElement.h54 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFEConvolveMatrixElement.h57 DECLARE_ANIMATED_STRING(In1, in1)
DSVGFEMergeNodeElement.cpp35 DEFINE_ANIMATED_STRING(SVGFEMergeNodeElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
DSVGFETileElement.cpp35 DEFINE_ANIMATED_STRING(SVGFETileElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
DSVGFEComponentTransferElement.cpp38 DEFINE_ANIMATED_STRING(SVGFEComponentTransferElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
DSVGFEOffsetElement.cpp34 DEFINE_ANIMATED_STRING(SVGFEOffsetElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
DSVGFEGaussianBlurElement.cpp35 DEFINE_ANIMATED_STRING(SVGFEGaussianBlurElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
DSVGFEBlendElement.cpp34 DEFINE_ANIMATED_STRING(SVGFEBlendElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
DSVGFEMorphologyElement.cpp34 DEFINE_ANIMATED_STRING(SVGFEMorphologyElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
DSVGFEColorMatrixElement.cpp34 DEFINE_ANIMATED_STRING(SVGFEColorMatrixElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
DSVGFEDisplacementMapElement.cpp33 DEFINE_ANIMATED_STRING(SVGFEDisplacementMapElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
DSVGFECompositeElement.cpp34 DEFINE_ANIMATED_STRING(SVGFECompositeElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
DSVGFEDiffuseLightingElement.cpp38 DEFINE_ANIMATED_STRING(SVGFEDiffuseLightingElement, SVGNames::inAttr, In1, in1) in DEFINE_ANIMATED_STRING() argument
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp45 ConstantInt *In1, ConstantInt *In2, in HasAddOverflow() argument
48 return Result->getValue().ult(In1->getValue()); in HasAddOverflow()
51 return Result->getValue().sgt(In1->getValue()); in HasAddOverflow()
52 return Result->getValue().slt(In1->getValue()); in HasAddOverflow()
57 static bool AddWithOverflow(Constant *&Result, Constant *In1, in AddWithOverflow() argument
59 Result = ConstantExpr::getAdd(In1, In2); in AddWithOverflow()
61 if (VectorType *VTy = dyn_cast<VectorType>(In1->getType())) { in AddWithOverflow()
63 Constant *Idx = ConstantInt::get(Type::getInt32Ty(In1->getContext()), i); in AddWithOverflow()
65 ExtractElement(In1, Idx), in AddWithOverflow()
74 cast<ConstantInt>(In1), cast<ConstantInt>(In2), in AddWithOverflow()
[all …]

12