Home
last modified time | relevance | path

Searched defs:difference (Results 1 – 25 of 65) sorted by relevance

123

/external/webrtc/webrtc/system_wrappers/source/
Dstl_util_unittest.cc88 std::set<int> difference; in TEST() local
95 std::set<int> difference; in TEST() local
103 std::vector<int> difference; in TEST() local
110 std::vector<int> difference; in TEST() local
/external/libchrome/base/
Dstl_util_unittest.cc81 std::set<int> difference; in TEST() local
88 std::set<int> difference; in TEST() local
96 std::vector<int> difference; in TEST() local
103 std::vector<int> difference; in TEST() local
Dstl_util.h218 ResultType difference; in STLSetDifference() local
/external/ceres-solver/internal/ceres/
Dcanonical_views_clustering.cc120 const double difference = in ComputeClustering() local
165 double difference = in ComputeClusteringQualityDifference() local
/external/v8/src/
Dbignum.cc205 Chunk difference = bigits_[i + offset] - other.bigits_[i] - borrow; in SubtractBignum() local
210 Chunk difference = bigits_[i + offset] - borrow; in SubtractBignum() local
736 Chunk difference = in SubtractTimes() local
744 Chunk difference = bigits_[i] - borrow; in SubtractTimes() local
/external/apache-http/src/org/apache/commons/codec/language/
DSoundexUtils.java88 static int difference(StringEncoder encoder, String s1, String s2) throws EncoderException { in difference() method in SoundexUtils
DRefinedSoundex.java103 public int difference(String s1, String s2) throws EncoderException { in difference() method in RefinedSoundex
DSoundex.java85 public int difference(String s1, String s2) throws EncoderException { in difference() method in Soundex
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
DSimpleRealPointChecker.java78 final double difference = FastMath.abs(p[i] - c[i]); in converged() local
DSimpleScalarValueChecker.java77 final double difference = FastMath.abs(p - c); in converged() local
DSimpleVectorialValueChecker.java80 final double difference = FastMath.abs(pi - ci); in converged() local
DSimpleVectorialPointChecker.java80 final double difference = FastMath.abs(pi - ci); in converged() local
/external/v8/test/mjsunit/
Dtop-level-assignments.js88 Calculator.prototype.difference = function() { return this.x - this.y; }; method in Calculator
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
Dsample10_unittest.cc87 int difference = Water::allocated() - initially_allocated_; in OnTestEnd() local
/external/google-breakpad/src/testing/gtest/samples/
Dsample10_unittest.cc87 int difference = Water::allocated() - initially_allocated_; in OnTestEnd() local
/external/protobuf/gtest/samples/
Dsample10_unittest.cc87 int difference = Water::allocated() - initially_allocated_; in OnTestEnd() local
/external/crcalc/src/com/hp/creals/
DUnaryCRFunction.java333 BigInteger difference = x.subtract(y); in sloppy_compare() local
431 BigInteger difference = h.subtract(l); in approximate() local
603 CR difference = h.subtract(l); in monotoneDerivative_UnaryCRFunction() local
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/
DLongMathTest.java47 BigInteger difference = BigInteger.valueOf(x).subtract(BigInteger.valueOf(y)); in testLessThanBranchFree() local
/external/srtp/crypto/replay/
Drdbx.c143 int difference; in index_guess() local
/external/webrtc/webrtc/system_wrappers/include/
Dstl_util.h221 ResultType difference; in STLSetDifference() local
/external/libbrillo/brillo/http/
Dhttp_connection_curl_unittest.cc134 std::vector<std::string> difference; variable
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/
Dset.py154 def difference(self, other): member in Set
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNFRuleSet.java636 long difference = Long.MAX_VALUE; in findFractionRuleSetRule() local
/external/guava/guava-tests/test/com/google/common/math/
DLongMathTest.java143 BigInteger difference = BigInteger.valueOf(x).subtract(BigInteger.valueOf(y)); in testLessThanBranchFree() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRuleSet.java635 long difference = Long.MAX_VALUE; in findFractionRuleSetRule() local

123