Searched refs:Difference (Results 1 - 15 of 15) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorDevice.h53 typedef TensorCwiseBinaryOp<internal::scalar_difference_op<Scalar>, const ExpressionType, const OtherDerived> Difference; typedef
54 Difference difference(m_expression, other);
55 typedef TensorAssignOp<ExpressionType, const Difference> Assign;
/external/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp315 bool Difference = false; local
330 } else if (Complain || !Difference) {
333 Difference = true;
336 if (!Difference)
341 Difference = true;
343 return Difference;
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
H A DDifferenceEngine.cpp319 bool Difference = false; local
330 } else if (!Difference) {
333 Difference = true;
336 if (!Difference)
341 Difference = true;
343 return Difference;
/external/ImageMagick/PerlMagick/t/
H A Dsubroutines.pl113 $status=$background->Difference($refimage);
116 $errorinfo = "Difference($refimage_name): $status";
356 $status=$srcimage->[$index]->Difference($refimage->[$index]);
359 $errorinfo = "Difference($refimage_name)->[$index]: $status";
655 $status=$image->Difference($refimage);
658 $errorinfo = "Difference($refimage_name): $status";
1215 $status=$srcimage->Difference($refimage);
1218 $errorinfo = "Difference($refimage_name): $status";
/external/skia/src/opts/
H A DSkXfermode_opts.h50 XFERMODE(Difference) {
290 CASE(Difference);
/external/mesa3d/docs/specs/
H A DMESA_texture_signed_rgba.spec103 (Difference to ARB_texture_compression_rgtc):
/external/python/cpython2/Tools/unicode/
H A Dmakeunicodedata.py800 class Difference(Exception):pass class in function:merge_old_version
801 raise Difference, (hex(i), k, old.table[i], new.table[i])
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1687 Value *Difference = CreateSub(LHS_int, RHS_int); local
1688 return CreateExactSDiv(Difference,
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h1239 Value *Difference = CreateSub(LHS_int, RHS_int); local
1240 return CreateExactSDiv(Difference,
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3349 ConstantRange Difference = DominatingCR.difference(CR); local
3352 if (Difference.isEmptySet())
3362 if (auto *AD = Difference.getSingleElement())
/external/llvm/lib/Analysis/
H A DValueTracking.cpp4090 ConstantRange Difference = DomCR.difference(CR); local
4093 if (Difference.isEmptySet())
/external/ImageMagick/PerlMagick/
H A DMagick.xs416 { "Difference", { {"image", ImageReference}, {"fuzz", StringReference} } },
7470 Difference = 151
9973 case 76: /* Difference */
/external/ImageMagick/PerlMagick/quantum/
H A Dquantum.xs.in416 { "Difference", { {"image", ImageReference}, {"fuzz", StringReference} } },
7470 Difference = 151
9973 case 76: /* Difference */
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1036 milliseconds