Searched defs:difference (Results 1 - 25 of 38) sorted by relevance

12

/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundexUtils.java88 static int difference(StringEncoder encoder, String s1, String s2) throws EncoderException { method in class:SoundexUtils
H A DRefinedSoundex.java103 public int difference(String s1, String s2) throws EncoderException { method in class:RefinedSoundex
104 return SoundexUtils.difference(this, s1, s2);
H A DSoundex.java85 public int difference(String s1, String s2) throws EncoderException { method in class:Soundex
86 return SoundexUtils.difference(this, s1, s2);
/external/google-breakpad/src/testing/gtest/samples/
H A Dsample10_unittest.cc87 int difference = Water::allocated() - initially_allocated_; local
92 EXPECT_LE(difference, 0) << "Leaked " << difference << " unit(s) of Water!";
/external/protobuf/gtest/samples/
H A Dsample10_unittest.cc87 int difference = Water::allocated() - initially_allocated_; local
92 EXPECT_TRUE(difference <= 0)
93 << "Leaked " << difference << " unit(s) of Water!";
/external/srtp/crypto/replay/
H A Drdbx.c77 * returns the difference of the guess and the local value. The local
79 * index_advance(&guess, delta), where delta is the difference.
117 * and returns the difference between *guess and *local
143 int difference; local
148 // The return value is the relative difference from local_seq to s.
152 // will end up positive difference and rdbx_check would pass. Hence after
157 difference = s - local_seq - seq_num_max;
160 difference = s - local_seq;
165 difference = seq_num_max - local_seq + s;
167 difference
[all...]
/external/v8/test/mjsunit/
H A Dtop-level-assignments.js88 Calculator.prototype.difference = function() { return this.x - this.y; };
94 assertEquals(10, calc.difference());
/external/ceres-solver/internal/ceres/
H A Dcanonical_views_clustering.cc120 const double difference = local
122 if (difference > best_difference) {
123 best_difference = difference;
159 // Computes the difference in the quality score if 'candidate' were
165 double difference = local
179 difference += new_similarity - old_similarity;
184 difference -= options_.size_penalty_weight;
188 difference -= options_.similarity_penalty_weight *
192 return difference;
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
H A DMapModel3D.java168 // Get the difference between position and the centre for calculating
173 // Use the difference from the centre to calculate the pixel x co-ordinate
176 // Use the difference in meridional parts to calculate the pixel y co-ordinate
252 // Get the difference between position and the centre
253 double xDistance = difference(xCentre, posVec.getX());
254 double yDistance = difference(worldCentre.getZ(), posVec.getZ());
284 * Calculates difference between two points on the map in WU.
288 * @return difference The difference between a and b in WU.
291 private double difference(doubl method in class:MapModel3D
[all...]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
H A Dintset.py325 difference = _make_function("difference","set", variable in class:IntSet
329 # Symmetric difference.
331 "Symmetric difference of two sets as a new set.",
334 "Symmetric difference of two sets as a new set.",
337 "Symmetric difference of two sets as a new set.",
/external/llvm/lib/IR/
H A DConstantRange.cpp263 ConstantRange ConstantRange::difference(const ConstantRange &CR) const { function in class:ConstantRange
/external/v8/src/
H A Dbignum.cc205 Chunk difference = bigits_[i + offset] - other.bigits_[i] - borrow; local
206 bigits_[i + offset] = difference & kBigitMask;
207 borrow = difference >> (kChunkSize - 1);
210 Chunk difference = bigits_[i + offset] - borrow; local
211 bigits_[i + offset] = difference & kBigitMask;
212 borrow = difference >> (kChunkSize - 1);
736 Chunk difference =
738 bigits_[i + exponent_diff] = difference & kBigitMask;
739 borrow = static_cast<Chunk>((difference >> (kChunkSize - 1)) +
744 Chunk difference
[all...]
/external/deqp/framework/common/
H A DtcuImageCompare.cpp220 float difference = fuzzyCompare(params, reference, result, errorMask.getAccess()); local
221 bool isOk = difference <= threshold;
235 log << TestLog::Message << "Image comparison failed: difference = " << difference << ", threshold = " << threshold << TestLog::EndMessage;
318 * \brief Per-pixel difference accuracy metric
367 log << TestLog::Integer("DiffSum", "Squared difference sum", "", QP_KEY_TAG_NONE, squaredSum)
374 * \brief Per-pixel difference accuracy metric
470 * difference between floating-point values and thus this function can
482 * \param threshold Maximum allowed difference
530 log << TestLog::Message << "Image comparison failed: max difference
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java548 final Set<? extends E> set2minus1 = difference(set2, set1);
629 * Returns an unmodifiable <b>view</b> of the difference of two sets. The
639 public static <E> SetView<E> difference( method in class:Sets
662 * Returns an unmodifiable <b>view</b> of the symmetric difference of two
679 return difference(union(set1, set2), intersection(set1, set2));
H A DMaps.java359 * Computes the difference between two maps. This difference is an immutable
372 * @return the difference between the two maps
375 public static <K, V> MapDifference<K, V> difference( method in class:Maps
379 SortedMapDifference<K, V> result = difference(sortedLeft, right);
382 return difference(left, right, Equivalence.equals());
386 * Computes the difference between two maps. This difference is an immutable
391 * equality, the value on the 'left' is returned in the difference.
401 * @return the difference betwee
405 public static <K, V> MapDifference<K, V> difference( method in class:Maps
588 public static <K, V> SortedMapDifference<K, V> difference( method in class:Maps
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateIntervalFormat.java263 // 2 means the only difference between fields are v/z,
264 // -1 means there are other fields difference
266 BestMatchInfo(String bestSkeleton, int difference) { argument
268 bestMatchDistanceInfo = difference;
698 /* ignore the second/millisecond etc. small fields' difference.
1014 /* the difference between time skeleton and normalizedTimeSkeleton are:
1020 * The difference between date skeleton and normalizedDateSkeleton are:
1199 * The difference between date skeleton and normalizedDateSkeleton are:
1204 ** the difference between time skeleton and normalizedTimeSkeleton are:
1408 // best skeleton, and the difference informatio
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMultisets.java583 * Returns an unmodifiable view of the difference of two multisets.
598 public static <E> Multiset<E> difference( method in class:Multisets
H A DSets.java681 final Set<? extends E> set2minus1 = difference(set2, set1);
762 * Returns an unmodifiable <b>view</b> of the difference of two sets. The
772 public static <E> SetView<E> difference( method in class:Sets
795 * Returns an unmodifiable <b>view</b> of the symmetric difference of two
812 return difference(union(set1, set2), intersection(set1, set2));
H A DMaps.java362 * Computes the difference between two maps. This difference is an immutable
375 * @return the difference between the two maps
378 public static <K, V> MapDifference<K, V> difference( method in class:Maps
382 SortedMapDifference<K, V> result = difference(sortedLeft, right);
385 return difference(left, right, Equivalence.equals());
389 * Computes the difference between two maps. This difference is an immutable
394 * equality, the value on the 'left' is returned in the difference.
404 * @return the difference betwee
408 public static <K, V> MapDifference<K, V> difference( method in class:Maps
591 public static <K, V> SortedMapDifference<K, V> difference( method in class:Maps
[all...]
/external/icu/icu4c/source/i18n/
H A Dnfrs.cpp523 int64_t difference = util64_fromDouble(uprv_maxMantissa()); local
546 if (tempDifference < difference) {
547 difference = tempDifference;
549 if (difference == 0) {
/external/aac/libAACenc/src/
H A Dqc_main.cpp215 INT difference; local
219 difference = FDKaacEnc_calcFrameLen( bitRate,
223 *paddingRest-=difference;
540 * In hyperframing mode the difference between grantedDynBits and usedDynBits of all sub frames
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp452 inline float difference (float src, float dst) { return de::abs(dst-src); } function in namespace:rr::advblend
627 case BLENDEQUATION_ADVANCED_DIFFERENCE: SAMPLE_REGISTER_ADV_BLEND(difference); break;
/external/e2fsprogs/lib/ext2fs/
H A Dkernel-jbd.h844 int difference = (x - y); local
845 return (difference > 0);
850 int difference = (x - y); local
851 return (difference >= 0);
/external/valgrind/VEX/priv/
H A Dhost_s390_isel.c777 S390_DFP_ROUND_ZERO_5 or S390_DFP_ROUND_ZERO_9. The difference between
3550 ULong new_value, old_value, difference; local
3595 difference = new_value - old_value;
3597 if (s390_host_has_gie && ulong_fits_signed_8bit(difference)) {
3600 (difference & 0xFF), new_value));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 720 milliseconds

12