HomeSort by relevance Sort by last modified time
    Searched full:comparison (Results 351 - 375 of 3417) sorted by null

<<11121314151617181920>>

  /external/skia/tools/tests/skdiff/test1/output-expected/
index.html 27 <td><input type="checkbox" name="different-bits/different-bits-unknown-format.xyz" checked="yes"></td><td><b>different-bits/different-bits-unknown-format.xyz</b><br>Could not compare.<br>base: could not be decoded<br>comparison: could not be decoded</td><td>N/A</td><td>N/A</td><td><a href="../../../../../tools/tests/skdiff/baseDir/different-bits/different-bits-unknown-format.xyz">N/A</a></td><td><a href="../../../../../tools/tests/skdiff/comparisonDir/different-bits/different-bits-unknown-format.xyz">N/A</a></td></tr>
29 <td><input type="checkbox" name="missing-files/missing-from-baseDir.png" checked="yes"></td><td><b>missing-files/missing-from-baseDir.png</b><br>Could not compare.<br>base: not found<br>comparison: decoded</td><td>N/A</td><td>N/A</td><td>N/A</td><td><a href="../../../../../tools/tests/skdiff/comparisonDir/missing-files/missing-from-baseDir.png"><img src="../../../../../tools/tests/skdiff/comparisonDir/missing-files/missing-from-baseDir.png" height="240px"></a></td></tr>
31 <td><input type="checkbox" name="missing-files/missing-from-baseDir.xyz" checked="yes"></td><td><b>missing-files/missing-from-baseDir.xyz</b><br>Could not compare.<br>base: not found<br>comparison: could not be decoded</td><td>N/A</td><td>N/A</td><td>N/A</td><td><a href="../../../../../tools/tests/skdiff/comparisonDir/missing-files/missing-from-baseDir.xyz">N/A</a></td></tr>
33 <td><input type="checkbox" name="missing-files/missing-from-comparisonDir.png" checked="yes"></td><td><b>missing-files/missing-from-comparisonDir.png</b><br>Could not compare.<br>base: decoded<br>comparison: not found</td><td>N/A</td><td>N/A</td><td><a href="../../../../../tools/tests/skdiff/baseDir/missing-files/missing-from-comparisonDir.png"><img src="../../../../../tools/tests/skdiff/baseDir/missing-files/missing-from-comparisonDir.png" height="240px"></a></td><td>N/A</td></tr>
35 <td><input type="checkbox" name="missing-files/missing-from-comparisonDir.xyz" checked="yes"></td><td><b>missing-files/missing-from-comparisonDir.xyz</b><br>Could not compare.<br>base: could not be decoded<br>comparison: not found</td><td>N/A</td><td>N/A</td><td><a href="../../../../../tools/tests/skdiff/baseDir/missing-files/missing-from-comparisonDir.xyz">N/A</a></td><td>N/A</td></tr>
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 99 * There are no unsigned integer comparison instructions in SSE.
110 debug_printf("%s: inefficient <%u x i%u> unsigned comparison\n",
119 /* float[4] comparison */
170 /* int[4] comparison */
210 /* There are no unsigned comparison instructions. So flip the sign bit
292 " vector comparison\n", __FUNCTION__);
349 " vector comparison\n", __FUNCTION__);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
coretype.h 242 YASM_EXPR_LT, /**< Less than comparison. */
243 YASM_EXPR_GT, /**< Greater than comparison. */
244 YASM_EXPR_EQ, /**< Equality comparison. */
245 YASM_EXPR_LE, /**< Less than or equal to comparison. */
246 YASM_EXPR_GE, /**< Greater than or equal to comparison. */
247 YASM_EXPR_NE, /**< Not equal comparison. */
303 * \param compar element comparison function
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
mysql.php 215 // Comparison Functions
219 // Comparison functions distinguished from other keywords by the same name
291 '=', '<=>', '>=', '>', '<=', '<', '<>', '!=', // comparison operators
354 19 => 'color: #000099;', // comparison functions
355 20 => 'color: #000099;', // comparison functions
414 19 => 'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html',
415 20 => 'http://dev.mysql.com/doc/refman/5.1/en/comparison-operators.html',
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 99 * There are no unsigned integer comparison instructions in SSE.
110 debug_printf("%s: inefficient <%u x i%u> unsigned comparison\n",
119 /* float[4] comparison */
170 /* int[4] comparison */
210 /* There are no unsigned comparison instructions. So flip the sign bit
292 " vector comparison\n", __FUNCTION__);
349 " vector comparison\n", __FUNCTION__);
  /libcore/libart/src/main/java/java/lang/reflect/
Method.java 58 int comparison = a.getName().compareTo(b.getName());
59 if (comparison == 0) {
60 comparison = a.artMethod.findOverriddenMethodIfProxy().compareParameters(
62 if (comparison == 0) {
67 comparison = 0;
69 comparison = aReturnType.getName().compareTo(bReturnType.getName());
73 return comparison;
  /external/chromium_org/third_party/WebKit/PerformanceTests/resources/
results-template.html 85 td.comparison, td.result {
394 return '<th colspan="' + (index == referenceIndex ? 2 : 3) + '" class="{sorter: \'comparison\'}">' + run.label() + '</th>';
458 var comparison = '';
459 var className = 'comparison';
461 comparison = formatPercentage(Math.abs(percentDifference)) + (better ? ' Better' : ' Worse&nbsp;');
464 hiddenValue = '<span style="display: none">|' + comparison + '</span>';
465 comparisonCell = '<td class="' + className + '">' + comparison + '</td>';
467 comparisonCell = '<td class="comparison"></td>';
484 // Tablesorter doesn't know about the second cell so put the comparison in the invisible element.
541 id: 'comparison',
    [all...]
  /external/chromium_org/tools/telemetry/support/html_output/
results-template.html 86 td.comparison, td.result {
369 return '<th colspan="' + (index == referenceIndex ? 2 : 3) + '" class="{sorter: \'comparison\'}">' + run.label() + '</th>';
433 var comparison = '';
434 var className = 'comparison';
436 comparison = formatPercentage(Math.abs(percentDifference)) + (better ? ' Better' : ' Worse&nbsp;');
439 hiddenValue = '<span style="display: none">|' + comparison + '</span>';
440 comparisonCell = '<td class="' + className + '">' + comparison + '</td>';
442 comparisonCell = '<td class="comparison"></td>';
459 // Tablesorter doesn't know about the second cell so put the comparison in the invisible element.
524 id: 'comparison',
    [all...]
  /external/llvm/test/CodeGen/NVPTX/
compare-int.ll 290 ; Comparison happens in 16-bit
300 ; Comparison happens in 16-bit
310 ; Comparison happens in 16-bit
320 ; Comparison happens in 16-bit
330 ; Comparison happens in 16-bit
340 ; Comparison happens in 16-bit
350 ; Comparison happens in 16-bit
360 ; Comparison happens in 16-bit
370 ; Comparison happens in 16-bit
380 ; Comparison happens in 16-bi
    [all...]
  /external/stlport/stlport/stl/
_tree.c 345 // __on_right != 0 to bypass comparison as false or __on_left != 0 to bypass
346 // comparison as true)
459 // Check guarantees exactly one member, so comparison was already
466 // Optimization to catch insert-equivalent -- save comparison results,
509 // If the earlier comparison was true, this comparison doesn't need to be
510 // performed because it must be false. However, if the earlier comparison
552 // Unlike insert_unique, can't avoid doing a comparison here.
587 // store the result of the comparison between pos and v so
590 // be negligible, and to do what I want to do (save the result of a comparison s
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_tree.c 345 // __on_right != 0 to bypass comparison as false or __on_left != 0 to bypass
346 // comparison as true)
459 // Check guarantees exactly one member, so comparison was already
466 // Optimization to catch insert-equivalent -- save comparison results,
509 // If the earlier comparison was true, this comparison doesn't need to be
510 // performed because it must be false. However, if the earlier comparison
552 // Unlike insert_unique, can't avoid doing a comparison here.
587 // store the result of the comparison between pos and v so
590 // be negligible, and to do what I want to do (save the result of a comparison s
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_tree.c 345 // __on_right != 0 to bypass comparison as false or __on_left != 0 to bypass
346 // comparison as true)
459 // Check guarantees exactly one member, so comparison was already
466 // Optimization to catch insert-equivalent -- save comparison results,
509 // If the earlier comparison was true, this comparison doesn't need to be
510 // performed because it must be false. However, if the earlier comparison
552 // Unlike insert_unique, can't avoid doing a comparison here.
587 // store the result of the comparison between pos and v so
590 // be negligible, and to do what I want to do (save the result of a comparison s
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_tree.c 345 // __on_right != 0 to bypass comparison as false or __on_left != 0 to bypass
346 // comparison as true)
459 // Check guarantees exactly one member, so comparison was already
466 // Optimization to catch insert-equivalent -- save comparison results,
509 // If the earlier comparison was true, this comparison doesn't need to be
510 // performed because it must be false. However, if the earlier comparison
552 // Unlike insert_unique, can't avoid doing a comparison here.
587 // store the result of the comparison between pos and v so
590 // be negligible, and to do what I want to do (save the result of a comparison s
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_tree.c 345 // __on_right != 0 to bypass comparison as false or __on_left != 0 to bypass
346 // comparison as true)
459 // Check guarantees exactly one member, so comparison was already
466 // Optimization to catch insert-equivalent -- save comparison results,
509 // If the earlier comparison was true, this comparison doesn't need to be
510 // performed because it must be false. However, if the earlier comparison
552 // Unlike insert_unique, can't avoid doing a comparison here.
587 // store the result of the comparison between pos and v so
590 // be negligible, and to do what I want to do (save the result of a comparison s
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_tree.c 345 // __on_right != 0 to bypass comparison as false or __on_left != 0 to bypass
346 // comparison as true)
459 // Check guarantees exactly one member, so comparison was already
466 // Optimization to catch insert-equivalent -- save comparison results,
509 // If the earlier comparison was true, this comparison doesn't need to be
510 // performed because it must be false. However, if the earlier comparison
552 // Unlike insert_unique, can't avoid doing a comparison here.
587 // store the result of the comparison between pos and v so
590 // be negligible, and to do what I want to do (save the result of a comparison s
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_tree.c 345 // __on_right != 0 to bypass comparison as false or __on_left != 0 to bypass
346 // comparison as true)
459 // Check guarantees exactly one member, so comparison was already
466 // Optimization to catch insert-equivalent -- save comparison results,
509 // If the earlier comparison was true, this comparison doesn't need to be
510 // performed because it must be false. However, if the earlier comparison
552 // Unlike insert_unique, can't avoid doing a comparison here.
587 // store the result of the comparison between pos and v so
590 // be negligible, and to do what I want to do (save the result of a comparison s
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 114 /// comparison only checks the sign bit. If it only checks the sign bit, set
115 /// TrueIfSigned if the result of the comparison is true when the input value is
142 /// Returns true if the exploded icmp can be expressed as a signed comparison
144 /// The signedness of the comparison is preserved.
225 /// before doing the comparison. This handles cases like "A[i]&4 == 0".
278 // FirstTrueElement/SecondTrueElement - Used to emit a comparison of the form
285 // FirstFalseElement/SecondFalseElement - Used to emit a comparison of the
298 // comparison is true for element 'i'. If there are 64 elements or less in
299 // the array, this will fully represent all the comparison results.
316 // Find out if the comparison would be true or false for the i'th element
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
tblcoll.h 133 * @param collationStrength default strength for comparison
161 * @param collationStrength default strength for comparison
274 * @return the comparison result. GREATER if the source string is greater
284 * The comparison function compares the character data stored in two
307 * @return the comparison result. GREATER if the source string is greater
317 * Does the same thing as compare but limits the comparison to a specified
321 * @param length the length the comparison is limited to
335 * The comparison function compares the character data stored in two
372 * The comparison function compares the character data stored in two
410 * comparison the compare method will be faster
    [all...]
coleitr.h 92 * character based on the comparison level of the collator.
94 * previous character based on the comparison level of the collator.
111 * Character based on the comparison level of the collator. A collation order
219 * specified comparison order.
229 * Gets the comparison order in the desired strength. Ignore the other
253 * Checks if a comparison order is ignorable.
  /external/chromium_org/third_party/icu/source/test/intltest/
tscoll.cpp 171 errln("Different result for iterative comparison "+source+" "+target);
198 errln("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. "+source+", "+target);
227 errln("Partial sortkey comparison returned wrong result: "+source+", "+target+" (size "+partialSizes[i]+")");
236 errln("Partial sortkey comparison gets different result when normalization is on: "+source+", "+target+" (size "+partialSizes[i]+")");
244 errln("String comparison failed in variant test\n");
247 errln("Collation key comparison failed in variant test\n");
  /external/icu4c/i18n/unicode/
coleitr.h 92 * character based on the comparison level of the collator.
94 * previous character based on the comparison level of the collator.
111 * Character based on the comparison level of the collator. A collation order
219 * specified comparison order.
229 * Gets the comparison order in the desired strength. Ignore the other
253 * Checks if a comparison order is ignorable.
  /external/icu4c/test/intltest/
tscoll.cpp 175 errln("Different result for iterative comparison "+source+" "+target);
202 errln("different results in iterative comparison for UTF-16 and UTF-8 encoded strings. "+source+", "+target);
231 errln("Partial sortkey comparison returned wrong result: "+source+", "+target+" (size "+partialSizes[i]+")");
240 errln("Partial sortkey comparison gets different result when normalization is on: "+source+", "+target+" (size "+partialSizes[i]+")");
248 errln("String comparison failed in variant test\n");
251 errln("Collation key comparison failed in variant test\n");
  /external/llvm/include/llvm/MC/
MCExpr.h 362 EQ, ///< Equality comparison.
363 GT, ///< Signed greater than comparison (result is either 0 or some
365 GTE, ///< Signed greater than or equal comparison (result is either 0 or
369 LT, ///< Signed less than comparison (result is either 0 or
371 LTE, ///< Signed less than or equal comparison (result is either 0 or
375 NE, ///< Inequality comparison.
  /libcore/libdvm/src/main/java/java/lang/reflect/
Method.java 57 int comparison = a.name.compareTo(b.name);
58 if (comparison != 0) {
59 return comparison;
66 comparison = aParameters[i].getName().compareTo(bParameters[i].getName());
67 if (comparison != 0) {
68 return comparison;
  /external/chromium_org/third_party/sqlite/src/tool/
mkspeedsql.tcl 89 # 50 SELECTs on an integer comparison. There is no index so
98 # 50 SELECTs on an LIKE comparison. There is no index so a full
115 # 5000 SELECTs on an integer comparison where the integer is

Completed in 1200 milliseconds

<<11121314151617181920>>