/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
ConstraintRotLimit.java | 119 float difference = 0.0f;
local 121 difference = (angles[0] - limits[0][0]) * influence;
123 difference = (angles[0] - limits[0][1]) * influence;
125 angles[0] -= difference;
128 float difference = 0.0f;
local 130 difference = (angles[1] - limits[1][0]) * influence;
132 difference = (angles[1] - limits[1][1]) * influence;
134 angles[1] -= difference;
137 float difference = 0.0f;
local 139 difference = (angles[2] - limits[2][0]) * influence; [all...] |
/external/stlport/test/unit/ |
adj_test.cpp | 88 int difference[5]; local 89 adjacent_difference(numbers, numbers + 5, (int*)difference); 90 CPPUNIT_ASSERT(difference[0]==1); 91 CPPUNIT_ASSERT(difference[1]==1); 92 CPPUNIT_ASSERT(difference[2]==2); 93 CPPUNIT_ASSERT(difference[3]==4); 94 CPPUNIT_ASSERT(difference[4]==8);
|
/ndk/tests/device/test-gnustl-full/unit/ |
adj_test.cpp | 88 int difference[5]; local 89 adjacent_difference(numbers, numbers + 5, (int*)difference); 90 CPPUNIT_ASSERT(difference[0]==1); 91 CPPUNIT_ASSERT(difference[1]==1); 92 CPPUNIT_ASSERT(difference[2]==2); 93 CPPUNIT_ASSERT(difference[3]==4); 94 CPPUNIT_ASSERT(difference[4]==8);
|
/ndk/tests/device/test-stlport/unit/ |
adj_test.cpp | 88 int difference[5]; local 89 adjacent_difference(numbers, numbers + 5, (int*)difference); 90 CPPUNIT_ASSERT(difference[0]==1); 91 CPPUNIT_ASSERT(difference[1]==1); 92 CPPUNIT_ASSERT(difference[2]==2); 93 CPPUNIT_ASSERT(difference[3]==4); 94 CPPUNIT_ASSERT(difference[4]==8);
|
/external/chromium_org/chrome/browser/sync/ |
backend_migrator_unittest.cc | 128 syncer::ModelTypeSet to_migrate, difference; local 130 difference.Put(syncer::AUTOFILL); 131 difference.Put(syncer::BOOKMARKS); 146 SendConfigureDone(DataTypeManager::OK, difference); 159 syncer::ModelTypeSet to_migrate, difference; local 161 difference.Put(syncer::AUTOFILL); 162 difference.Put(syncer::BOOKMARKS); 174 SendConfigureDone(DataTypeManager::OK, difference); 227 Difference(preferred_types(), to_migrate1); 248 syncer::ModelTypeSet difference; local 273 syncer::ModelTypeSet to_migrate, difference; local [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
difference.h | 0 // difference.h 17 // Class to compute the difference between two FSAs 32 // Computes the difference between two FSAs. This version is a delayed 116 // Computes the difference between two FSAs. This version is writes 117 // the difference to an output MutableFst. Only strings that are in 128 void Difference(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
|
/cts/apps/CtsVerifier/include/colorchecker/ |
vec2.h | 51 int difference = 0.f; local 52 difference = (static_cast<float>(mX) - static_cast<float>(param.x())) * 56 return difference;
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
Region_OpTest.java | 26 assertEquals(Op.DIFFERENCE, Op.valueOf("DIFFERENCE")); 40 Op.DIFFERENCE,
|
/external/chromium/chrome/browser/sync/ |
backend_migrator_unittest.cc | 92 syncable::ModelTypeSet to_migrate, difference; local 94 difference.insert(syncable::AUTOFILL); 95 difference.insert(syncable::BOOKMARKS); 104 SendConfigureDone(DataTypeManager::OK, difference); 176 syncable::ModelTypeSet difference; local 178 difference.insert(syncable::AUTOFILL); 179 difference.insert(syncable::BOOKMARKS); 183 EXPECT_CALL(*manager(), Configure(difference)); 190 EXPECT_CALL(*manager(), Configure(difference)); 200 syncable::ModelTypeSet to_migrate, difference; local [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/ |
manifest.json | 2 // NOTE: Keep two json files in this directory in sync. The only difference
|
/external/jdiff/src/jdiff/ |
CompareClassPdiffs.java | 13 * Compare two class diffs by their percentage difference,
|
ComparePkgPdiffs.java | 13 * Compare two package diffs by their percentage difference,
|
/bionic/libc/tzcode/ |
difftime.c | 28 ** The difference of two unsigned values can't overflow 38 ** (meaning that their difference cannot overflow).
|
/cts/tools/signature-tools/src/signature/compare/ |
IApiComparator.java | 28 * Returns a difference model which describes the differences from {@code 35 * @return a difference model which describes the differences from {@code
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
api_schema_graph.py | 97 ''' A Set Difference adaptation for graphs. Returns a |difference|, 101 difference = _GraphNode() 104 # Record all of this key's children as being part of the difference. 105 difference[key] = _Subtract(minuend[key], {}) 111 # Record a difference if children of this key differed at some point. 112 difference[key] = rest 113 return difference
|
/external/skia/tools/skpdiff/ |
SkImageDiffer.h | 14 * Encapsulates an image difference metric algorithm that can be potentially run asynchronously. 45 * @param test The bitmap whose difference is being tested
|
/external/llvm/tools/llvm-diff/ |
DiffConsumer.h | 1 //===-- DiffConsumer.h - Difference Consumer --------------------*- C++ -*-===// 10 // This header defines the interface to the LLVM difference Consumer 29 /// The interface for consumers of difference data. 42 /// Record a difference within the current context. 45 /// Record a formatted difference within the current context.
|
/external/chromium_org/third_party/icu/source/i18n/ |
bocsu.h | 39 * For each cp in the string, encode the difference to the previous one. 56 * For very small absolute values, the difference is added to a middle byte value 58 * For somewhat larger absolute values, the difference is divided by the number 61 * For large absolute values, the difference is similarly encoded in three bytes. 115 /* The difference value range for single-byters. */ 119 /* The difference value range for double-byters. */ 123 /* The difference value range for 3-byters. */
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsTypes.cpp | 26 // Find the difference in ULPs. 36 // Find the difference in ULPs. 49 // Find the difference in ULPs. 59 // Find the difference in ULPs. 72 // Find the difference in ULPs. 85 // Find the difference in ULPs. 154 // Find the difference in ULPs.
|
/external/icu4c/i18n/ |
bocsu.h | 45 * For each cp in the string, encode the difference to the previous one. 62 * For very small absolute values, the difference is added to a middle byte value 64 * For somewhat larger absolute values, the difference is divided by the number 67 * For large absolute values, the difference is similarly encoded in three bytes. 121 /* The difference value range for single-byters. */ 125 /* The difference value range for double-byters. */ 129 /* The difference value range for 3-byters. */
|
/external/skia/src/pathops/ |
SkPathOpsTypes.cpp | 26 // Find the difference in ULPs. 36 // Find the difference in ULPs. 49 // Find the difference in ULPs. 59 // Find the difference in ULPs. 72 // Find the difference in ULPs. 85 // Find the difference in ULPs. 154 // Find the difference in ULPs.
|
/external/ceres-solver/internal/ceres/ |
canonical_views_clustering.cc | 117 const double difference = local 119 if (difference > best_difference) { 120 best_difference = difference; 156 // Computes the difference in the quality score if 'candidate' were 162 double difference = local 176 difference += new_similarity - old_similarity; 181 difference -= options_.size_penalty_weight; 185 difference -= options_.similarity_penalty_weight * 189 return difference;
|
test_util.h | 40 // Expects that x and y have a relative difference of no more than 42 // difference is interpreted as an absolute difference.
|
/external/netperf/ |
hist.h | 14 Given a time difference in microseconds, increment one of 61 74 HIST_add - add a time difference to a histogram. Time should be in 102 delta_micro - calculate the difference in microseconds between two
|
/external/srtp/crypto/replay/ |
rdbx.c | 77 * 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 = s - local_seq [all...] |