Searched defs:Difference (Results 1 - 12 of 12) 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/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/lexicalpreservation/
H A DDifference.java17 * A Difference should give me a sequence of elements I should find (to indicate the context) followed by a list of elements
22 public class Difference { class
28 private Difference(List<DifferenceElement> elements) { method in class:Difference
292 * Calculate the Difference between two CalculatedSyntaxModel elements, determining which elements were kept,
295 static Difference calculate(LexicalDifferenceCalculator.CalculatedSyntaxModel original, LexicalDifferenceCalculator.CalculatedSyntaxModel after) {
305 // We would calculate the Difference between "qwerty" and "qwer" then we know the A is kep, and then we
335 return new Difference(elements);
338 private static Difference calculateImpl(LexicalDifferenceCalculator.CalculatedSyntaxModel original, LexicalDifferenceCalculator.CalculatedSyntaxModel after) {
378 Difference adding = calculate(original.from(originalIndex), after.from(afterIndex + 1));
379 Difference removin
[all...]
/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/python/cpython3/Tools/unicode/
H A Dmakeunicodedata.py877 class Difference(Exception):pass class in function:merge_old_version
878 raise Difference(hex(i), k, old.table[i], new.table[i])
/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/llvm/include/llvm/IR/
H A DIRBuilder.h1687 Value *Difference = CreateSub(LHS_int, RHS_int); local
1688 return CreateExactSDiv(Difference,
/external/llvm/lib/Analysis/
H A DValueTracking.cpp4090 ConstantRange Difference = DomCR.difference(CR); local
4093 if (Difference.isEmptySet())
/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/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 956 milliseconds