HomeSort by relevance Sort by last modified time
    Searched full:comparison (Results 751 - 775 of 2086) sorted by null

<<31323334353637383940>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_iterator.h 325 // DR 280. Comparison of reverse_iterator to const reverse_iterator.
756 // comparison between cv-qualified and non-cv-qualified iterators be
837 // According to the resolution of DR179 not only the various comparison
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 573 // merge, with and without an explicitly supplied comparison function.
665 // comparison function.
681 // supplied comparison function.
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 702 /// to. If the "N" column is 1, the result of the comparison is undefined if
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
common.h 84 // The current version, represented as a single integer to make comparison
456 // Comparison operators.
483 // Forbid comparison of scoped_ptr types. If C2 != C, it totally doesn't
545 // Comparison operators.
572 // Forbid comparison of different scoped_array types.
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 620 var comparison;
622 // Sort numbers based on comparing their values rather than a lexicographical comparison.
625 comparison = number1 < number2 ? -1 : (number1 > number2 ? 1 : 0);
627 comparison = item1 < item2 ? -1 : (item1 > item2 ? 1 : 0);
629 return sortDirection * comparison;
    [all...]
  /external/icu4c/test/cintltst/
capitst.c 347 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < abc comparison failed");
352 doAssert((ucol_strcoll(col, source, u_strlen(source), target, u_strlen(target)) == UCOL_LESS), "ab < AB comparison failed");
359 "black-bird > blackbird comparison failed");
363 "black bird < black-bird comparison failed");
368 "Hello > hello comparison failed");
602 log_verbose("Use tertiary comparison level testing ....\n");
609 log_verbose("Use secondary comparison level testing ....\n");
616 log_verbose("Use primary comparison level testing ....\n");
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 368 // If we have "x ult 3" comparison, for example, then we can add 0,1,2 to
475 /// GetValueEqualityComparisonCases - Given a value comparison instruction,
547 /// comparison with the same value, and if that comparison determines the
548 /// outcome of this comparison. If so, simplify TI. This does a very limited
555 if (!PredVal) return false; // Not a value comparison in predecessor.
558 assert(ThisVal && "This isn't a value comparison!!");
572 // If TI's block is the default block from Pred's comparison, potentially
685 /// equality comparison instruction (either a switch or a branch on "X == c").
692 assert(CV && "Not a comparison?")
    [all...]
  /external/icu4c/common/unicode/
ustring.h 41 * upper/lower-casing and string comparison in code point order.
441 * The comparison can be done in code unit order or in code point order.
510 * The comparison can be done in UTF-16 code unit order or in code point order.
528 * Comparison in code unit order with default case folding.
590 * Comparison in code unit order with default case folding.
598 * @return A negative, zero, or positive integer indicating the comparison result.
614 * Comparison in code unit order with default case folding.
622 * @return A negative, zero, or positive integer indicating the comparison result.
638 * Comparison in code unit order with default case folding.
646 * @return A negative, zero, or positive integer indicating the comparison result
    [all...]
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td     [all...]
  /external/chromium/base/
file_path.cc 596 // Perform character-wise upper case comparison rather than using the
1170 int comparison = strcasecmp(string1.c_str(), string2.c_str()); local
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 55 an rtx code for a comparison (e.g, LT, GT)
57 an rtx code for a commutative comparison (e.g, EQ, NE, ORDERED)
423 /* Comparison, produces a condition code result. */
510 /* Comparison operations. The ordered comparisons exist in two
523 /* Additional floating point unordered comparison flavors. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.def 55 an rtx code for a comparison (e.g, LT, GT)
57 an rtx code for a commutative comparison (e.g, EQ, NE, ORDERED)
423 /* Comparison, produces a condition code result. */
510 /* Comparison operations. The ordered comparisons exist in two
523 /* Additional floating point unordered comparison flavors. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.def 55 an rtx code for a comparison (e.g, LT, GT)
57 an rtx code for a commutative comparison (e.g, EQ, NE, ORDERED)
423 /* Comparison, produces a condition code result. */
510 /* Comparison operations. The ordered comparisons exist in two
523 /* Additional floating point unordered comparison flavors. */
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 587 /* does the comparison item conflict? */
700 /** Equality comparison. */
709 /** Generic equality comparison. */
  /external/antlr/antlr-3.4/runtime/C/
ChangeLog 77 After this optimizatoin, comparison with gcc yeilds:
360 After this change, the following comparison is avaiable against the gcc
364 comparison):
  /external/chromium/webkit/glue/
dom_serializer_unittest.cc 348 // Read original contents for later comparison.
370 // Read original contents for later comparison .
560 // Because we add MOTW when serializing DOM, so before comparison, we also
    [all...]
  /external/guava/guava/src/com/google/common/cache/
CacheBuilder.java 452 * comparison to determine equality of keys.
492 * comparison to determine equality of values.
516 * comparison to determine equality of values.
    [all...]
  /external/icu4c/common/
uhash.c 895 * with valid comparison functions.
896 * Without valid comparison functions, a binary comparison
    [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 618 /// AnalyzeCompare - For a comparison instruction, return the source register
620 /// the comparison instruction can be analyzed.
626 /// OptimizeCompareInstr - See if the comparison instruction can be converted
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 441 -- Section 3.8.14 "Depth Texture Comparison Modes" in "Texture Comparison Modes"
459 comparison function as shown in table 3.27."
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/address/
SipUri.java 146 * transport param added in comparison
147 * header equality enforced in comparison
165 // components must match; comparison of userinfo is case-sensitive
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 308 // comparison. (Due to round-off error, etc, it's very unlikely that
310 // comparison by the == operation often doesn't work.)
427 // The IEEE standard says that any comparison operation involving
    [all...]
  /frameworks/base/libs/androidfw/
VelocityTracker.cpp 104 // Although other strategies are available for testing and comparison purposes,
189 // For comparison purposes only. Unlike 'int1' this strategy can compensate
195 // For comparison purposes only. This algorithm is strongly influenced by
    [all...]
  /libcore/luni/src/main/java/java/lang/reflect/
Field.java 55 int comparison = a.name.compareTo(b.name);
56 if (comparison != 0) {
57 return comparison;
    [all...]

Completed in 896 milliseconds

<<31323334353637383940>>