Home
last modified time | relevance | path

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

12

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
DConstraintRotLimit.java119 float difference = 0.0f; in rotLimit() local
128 float difference = 0.0f; in rotLimit() local
137 float difference = 0.0f; in rotLimit() local
/external/ceres-solver/internal/ceres/
Dcanonical_views_clustering.cc120 const double difference = in ComputeClustering() local
165 double difference = in ComputeClusteringQualityDifference() 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/
DSimpleScalarValueChecker.java77 final double difference = FastMath.abs(p - c); in converged() local
DSimpleRealPointChecker.java78 final double difference = FastMath.abs(p[i] - c[i]); 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/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/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/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/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/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
DMapModel3D.java291 private double difference(double a, double b) { in difference() method in MapModel3D
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/
DVideoRecorderAppState.java226 long difference = time - lastTime; in update() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNFRuleSet.java587 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/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dintset.py325 difference = _make_function("difference","set", variable in IntSet
/external/llvm/lib/IR/
DConstantRange.cpp263 ConstantRange ConstantRange::difference(const ConstantRange &CR) const { in difference() function in ConstantRange
/external/icu/icu4c/source/i18n/
Dnfrs.cpp523 int64_t difference = util64_fromDouble(uprv_maxMantissa()); in findFractionRuleSetRule() local
/external/e2fsprogs/lib/ext2fs/
Dkernel-jbd.h844 int difference = (x - y); in tid_gt() local
850 int difference = (x - y); in tid_geq() local
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMapsTest.java414 MapDifference<Integer, Integer> difference = Maps.difference(map, EMPTY); in testMapDifferenceOfSortedMapIsSorted() local

12