/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
D | ConstraintRotLimit.java | 119 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/ |
D | canonical_views_clustering.cc | 120 const double difference = in ComputeClustering() local 165 double difference = in ComputeClusteringQualityDifference() local
|
/external/apache-http/src/org/apache/commons/codec/language/ |
D | SoundexUtils.java | 88 static int difference(StringEncoder encoder, String s1, String s2) throws EncoderException { in difference() method in SoundexUtils
|
D | RefinedSoundex.java | 103 public int difference(String s1, String s2) throws EncoderException { in difference() method in RefinedSoundex
|
D | Soundex.java | 85 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/ |
D | SimpleScalarValueChecker.java | 77 final double difference = FastMath.abs(p - c); in converged() local
|
D | SimpleRealPointChecker.java | 78 final double difference = FastMath.abs(p[i] - c[i]); in converged() local
|
D | SimpleVectorialValueChecker.java | 80 final double difference = FastMath.abs(pi - ci); in converged() local
|
D | SimpleVectorialPointChecker.java | 80 final double difference = FastMath.abs(pi - ci); in converged() local
|
/external/v8/test/mjsunit/ |
D | top-level-assignments.js | 88 Calculator.prototype.difference = function() { return this.x - this.y; }; method in Calculator
|
/external/v8/src/ |
D | bignum.cc | 205 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/ |
D | sample10_unittest.cc | 87 int difference = Water::allocated() - initially_allocated_; in OnTestEnd() local
|
/external/protobuf/gtest/samples/ |
D | sample10_unittest.cc | 87 int difference = Water::allocated() - initially_allocated_; in OnTestEnd() local
|
/external/guava/guava-gwt/test-super/com/google/common/math/super/com/google/common/math/ |
D | LongMathTest.java | 47 BigInteger difference = BigInteger.valueOf(x).subtract(BigInteger.valueOf(y)); in testLessThanBranchFree() local
|
/external/srtp/crypto/replay/ |
D | rdbx.c | 143 int difference; in index_guess() local
|
/external/crcalc/src/com/hp/creals/ |
D | UnaryCRFunction.java | 333 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/ |
D | MapModel3D.java | 291 private double difference(double a, double b) { in difference() method in MapModel3D
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/state/ |
D | VideoRecorderAppState.java | 226 long difference = time - lastTime; in update() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRuleSet.java | 587 long difference = Long.MAX_VALUE; in findFractionRuleSetRule() local
|
/external/guava/guava-tests/test/com/google/common/math/ |
D | LongMathTest.java | 143 BigInteger difference = BigInteger.valueOf(x).subtract(BigInteger.valueOf(y)); in testLessThanBranchFree() local
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/ |
D | intset.py | 325 difference = _make_function("difference","set", variable in IntSet
|
/external/llvm/lib/IR/ |
D | ConstantRange.cpp | 263 ConstantRange ConstantRange::difference(const ConstantRange &CR) const { in difference() function in ConstantRange
|
/external/icu/icu4c/source/i18n/ |
D | nfrs.cpp | 523 int64_t difference = util64_fromDouble(uprv_maxMantissa()); in findFractionRuleSetRule() local
|
/external/e2fsprogs/lib/ext2fs/ |
D | kernel-jbd.h | 844 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/ |
D | MapsTest.java | 414 MapDifference<Integer, Integer> difference = Maps.difference(map, EMPTY); in testMapDifferenceOfSortedMapIsSorted() local
|