/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
math_agree.rs | 65 rsDebug("ULP difference", dist); 81 rsDebug("ULP difference .x", dist.x); 82 rsDebug("ULP difference .y", dist.y); 103 rsDebug("ULP difference .x", dist.x); 104 rsDebug("ULP difference .y", dist.y); 105 rsDebug("ULP difference .z", dist.z); 131 rsDebug("ULP difference .x", dist.x); 132 rsDebug("ULP difference .y", dist.y); 133 rsDebug("ULP difference .z", dist.z); 134 rsDebug("ULP difference .w", dist.w) [all...] |
/external/chromium_org/base/ |
stl_util.h | 209 // Returns a new ResultType containing the difference of two sorted containers. 214 ResultType difference; local 217 std::inserter(difference, difference.end())); 218 return difference;
|
/external/llvm/lib/Analysis/ |
ScalarEvolutionAliasAnalysis.cpp | 124 // If something is known about the difference between the two addresses, 132 // Compute the difference between the two pointers. 135 // Test whether the difference is known to be great enough that memory of 146 // Compute the difference between the two pointers. 149 // Test whether the difference is known to be great enough that memory of
|
/external/jdiff/src/jdiff/ |
HTMLStatistics.java | 105 h_.writeText("Percentage difference = 100 * (added + removed + 2*changed)"); 112 h_.writeText("added, the change will be 100%. Values are rounded here, so a value of 0% indicates a percentage difference of less than 0.5%.</p>"); 114 h_.writeText("<p>The overall difference between the two APIs is approximately <span style=\"color:222;font-weight:bold;\">" + (int)(apiDiff.pdiff) + "%</span>."); 118 h_.writeText("<dl><dt><a href=\"#packages\">Changed Packages</a></dt> <dd>Sorted by percentage difference</dd>"); 119 h_.writeText("<dt><a href=\"#classes\">Changed Classes and <i>Interfaces</i></a></dt><dd>Sorted by percentage difference</dd>"); 124 h_.writeText("<h2 class=\"pagecontenth2\">Changed Packages, Sorted by Percentage Difference</h2>"); 129 h_.writeText("<h2 class=\"pagecontenth2\">Changed Classes and <i>Interfaces</i>, Sorted by Percentage Difference</h2>"); 181 * Emit all packages sorted by percentage difference, and a histogram 189 h_.writeText("<TABLE summary=\"Packages sorted by percentage difference\" BORDER=\"1\" WIDTH=\"100%\" cellspacing=\"0\" cellpadding=\"0\">"); 191 h_.writeText(" <TH>Percentage<br>Difference</TH>") [all...] |
ClassDiff.java | 58 /* The percentage difference for this class. */ 82 * If there is no difference, null is returned.
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MapsTest.java | 338 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); 348 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); 358 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); 373 MapDifference<Integer, String> diff1 = Maps.difference(left, right); 385 MapDifference<Integer, String> diff2 = Maps.difference(right, left); 405 MapDifference<Integer, String> original = Maps.difference(left, right); 406 MapDifference<Integer, String> same = Maps.difference(left, right); 407 MapDifference<Integer, String> reverse = Maps.difference(right, left); 408 MapDifference<Integer, String> diff2 = Maps.difference(left, right2); 432 MapDifference<Integer, String> diff1 = Maps.difference(left, right 465 MapDifference<Integer, Integer> difference = Maps.difference(map, EMPTY); local [all...] |
/external/proguard/src/proguard/evaluation/value/ |
LongValue.java | 85 * Returns the difference of this LongValue and the given LongValue. 93 * Returns the difference of the given LongValue and this LongValue. 242 * Returns the difference of this LongValue and the given SpecificLongValue. 250 * Returns the difference of the given SpecificLongValue and this LongValue. 398 * Returns the difference of this LongValue and the given ParticularLongValue. 406 * Returns the difference of the given ParticularLongValue and this LongValue.
|
/cts/tools/signature-tools/templates/ |
ClassOverviewPage.st | 20 <table summary="Signature Difference" border="1" width="100%"> 22 <th colspan=3>Signature Difference</th>
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Regions.java | 116 drawRgn(canvas, Color.GREEN, "Difference", Region.Op.DIFFERENCE);
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/ |
Security_ImplTest.java | 73 // Regression for Harmony-3154 (non-bug difference) 85 // Regression for Harmony-3154 (non-bug difference)
|
/external/ceres-solver/internal/ceres/ |
test_util.cc | 56 // If x or y is exactly zero, then relative difference doesn't have any 57 // meaning. Take the absolute difference instead.
|
/external/chromium_org/ash/test/ |
test_session_state_delegate.h | 58 // the difference between these two flags). 64 // difference between these two flags).
|
/external/chromium_org/chrome/browser/sync/ |
test_profile_sync_service.cc | 79 syncer::Difference(to_download, failed_configuration_types), 80 syncer::Difference(to_download, failed_configuration_types),
|
/external/chromium_org/third_party/skia/include/effects/ |
SkPerlinNoiseShader.h | 31 * About the noise types : the difference between the 2 is just minor tweaks to the algorithm, 36 * Very little differences between the 2 types, although you can tell the difference visually.
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
scroll_unittest.py | 63 difference = scroll_position - scroll_height 64 self.assertTrue(abs(difference) <= 1,
|
/external/chromium_org/v8/test/mjsunit/ |
top-level-assignments.js | 88 Calculator.prototype.difference = function() { return this.x - this.y; }; 94 assertEquals(10, calc.difference());
|
/external/skia/include/effects/ |
SkPerlinNoiseShader.h | 31 * About the noise types : the difference between the 2 is just minor tweaks to the algorithm, 36 * Very little differences between the 2 types, although you can tell the difference visually.
|
/external/v8/test/mjsunit/ |
top-level-assignments.js | 88 Calculator.prototype.difference = function() { return this.x - this.y; }; 94 assertEquals(10, calc.difference());
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVC_MixInSoft_D16C31_SAT.c | 58 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */ 100 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
|
LVC_MixSoft_1St_D16C31_SAT.c | 58 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */ 100 pInstance->Current = pInstance->Target; /* Difference is not significant anymore. Make them equal. */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_SATD_4x4.c | 26 * for a 4x4 block by applying a Hadamard transform to the difference block 75 /* Calculate the difference */
|
/frameworks/webview/chromium/tools/ |
run_webview_cts.py | 79 unexpected_passes = EXPECTED_FAILURES.difference(failures) 85 unexpected_failures = failures.difference(EXPECTED_FAILURES)
|
/external/chromium_org/third_party/icu/source/common/ |
ucnvbocu.c | 36 * Optimize the difference-taking for runs of Unicode text within 81 /* The difference value range for single-byters. */ 85 /* The difference value range for double-byters. */ 89 /* The difference value range for 3-byters. */ 141 * but are also used as trail bytes in difference encoding 149 * to trail byte values 0..19 (0..0x13) as used in the difference calculation. 172 * from trail byte values 0..19 (0..0x13) as used in the difference calculation 254 * Encode a difference -0x10ffff..0x10ffff in 1..4 bytes 263 * @param diff difference value -0x10ffff..0x10ffff 498 * are encoded with the difference c-pre [all...] |
/external/icu4c/common/ |
ucnvbocu.cpp | 39 * Optimize the difference-taking for runs of Unicode text within 84 /* The difference value range for single-byters. */ 88 /* The difference value range for double-byters. */ 92 /* The difference value range for 3-byters. */ 144 * but are also used as trail bytes in difference encoding 152 * to trail byte values 0..19 (0..0x13) as used in the difference calculation. 175 * from trail byte values 0..19 (0..0x13) as used in the difference calculation 268 * Encode a difference -0x10ffff..0x10ffff in 1..4 bytes 277 * @param diff difference value -0x10ffff..0x10ffff 503 * are encoded with the difference c-pre [all...] |
/external/bison/lib/ |
c-strcasecmp.c | 53 difference of two 'unsigned char' values - including the sign bit -
|