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

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
typeinfo 52 // case comparison can just compare pointers) or not (in which case strings
53 // must be compared), and whether comparison is to be implemented inline or
54 // not. We used to do inline pointer comparison by default if weak symbols
58 // are available, and out-of-line if not. Out-of-line pointer comparison
60 // some of which may not be able to use pointer comparison, but the
62 // comparison; in particular for most ARM EABI systems, where the ABI
63 // specifies out-of-line comparison. The compiler's target configuration
65 // 1 or 0 to indicate whether or not comparison is inline, and
67 // comparison can be used.
117 // so we still need to do string comparison
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
typeinfo 52 // case comparison can just compare pointers) or not (in which case strings
53 // must be compared), and whether comparison is to be implemented inline or
54 // not. We used to do inline pointer comparison by default if weak symbols
58 // are available, and out-of-line if not. Out-of-line pointer comparison
60 // some of which may not be able to use pointer comparison, but the
62 // comparison; in particular for most ARM EABI systems, where the ABI
63 // specifies out-of-line comparison. The compiler's target configuration
65 // 1 or 0 to indicate whether or not comparison is inline, and
67 // comparison can be used.
117 // so we still need to do string comparison
    [all...]
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 137 var comparison = []; variable
139 // Do a merge-like comparison of entries. At the same address we expect to
164 comparison.push([entities_equal, address, entityA, entityB]);
166 return [equal, comparison];
173 var comparison = result[1];
174 for (var i = 0, l = comparison.length; i < l; ++i) {
175 var c = comparison[i];
  /dalvik/vm/mterp/x86-atom/
OP_CMPL_FLOAT.S 21 * to the move and comparison instructions, depending on if we
28 * Description: Perform the indicated floating point or long comparison,
43 comis$sod (rFP, %edx, 4), %xmm0 # do comparison
zcmp.S 19 * Code: Generic 32-bit comparison operation. Provides a "revcmp"
20 * variable to specify the reverse comparison to perform
  /external/valgrind/main/memcheck/tests/
partiallydefinedeq.c 5 // Do a test comparison. By default memcheck does not use the
48 // result of the comparison to depend on the undefined halves.
61 // On arm, the "normal" (x86-like) comparison primops are used, so
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_CMPG_DOUBLE_VFP.S 7 * destination register based on the results of the comparison.
TEMPLATE_CMPG_FLOAT_VFP.S 7 * destination register based on the results of the comparison.
TEMPLATE_CMPL_DOUBLE_VFP.S 7 * destination register based on the results of the comparison.
TEMPLATE_CMPL_FLOAT_VFP.S 7 * destination register based on the results of the comparison.
  /dalvik/vm/mterp/x86/
bincmp.S 5 * fragment that specifies the *reverse* comparison to perform, e.g.
zcmp.S 5 * fragment that specifies the *reverse* comparison to perform, e.g.
  /external/iptables/extensions/
libxt_tos.man 7 logically ANDed with the TOS mark before the comparison.
  /external/llvm/test/Transforms/GlobalOpt/
storepointer-compare.ll 4 ; Check that a comparison does not prevent an indirect call from being made
  /external/llvm/test/Transforms/InstCombine/
JavaCompare.ll 2 ; <= comparison. Check to make sure we turn it into a <= (only)
  /external/oprofile/libpp/
symbol_functors.cpp 3 * Functors for symbol/sample comparison
  /prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mmintrin-common.h 58 /* Packed integer 128-bit bitwise comparison. Return 1 if
66 /* Packed integer 128-bit bitwise comparison. Return 1 if
74 /* Packed integer 128-bit bitwise comparison. Return 1 if
82 /* Macros for packed integer 128-bit comparison intrinsics. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mmintrin-common.h 58 /* Packed integer 128-bit bitwise comparison. Return 1 if
66 /* Packed integer 128-bit bitwise comparison. Return 1 if
74 /* Packed integer 128-bit bitwise comparison. Return 1 if
82 /* Macros for packed integer 128-bit comparison intrinsics. */
  /prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
mmintrin-common.h 58 /* Packed integer 128-bit bitwise comparison. Return 1 if
66 /* Packed integer 128-bit bitwise comparison. Return 1 if
74 /* Packed integer 128-bit bitwise comparison. Return 1 if
82 /* Macros for packed integer 128-bit comparison intrinsics. */
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_CMPL_DOUBLE.S 7 * destination register based on the results of the comparison.
27 @ Test for NaN with a second comparison. EABI forbids testing bit
  /external/clang/test/Misc/
include-stack-for-note-flag.cpp 19 // STACK: error: comparison between pointer and integer
26 // STACKLESS: error: comparison between pointer and integer
  /external/dexmaker/src/main/java/com/google/dexmaker/
Comparison.java 24 * A comparison between two values of the same type.
26 public enum Comparison {
  /external/jdiff/src/jdiff/
ConstructorAPI.java 10 * The method used for Collection comparison (compareTo) must make its
11 * comparison based upon everything that is known about this constructor.
  /external/mesa3d/src/mesa/main/
version.h 40 /* To make version comparison easy */
51 /* To make version comparison easy */
  /external/webkit/Source/WebCore/xml/
XPathPredicate.cpp 113 // If both objects to be compared are node-sets, then the comparison will be true if and only if
115 // performing the comparison on the string-values of the two nodes is true.
124 // If one object to be compared is a node-set and the other is a number, then the comparison will be true
125 // if and only if there is a node in the node-set such that the result of performing the comparison on the number
133 // If one object to be compared is a node-set and the other is a string, then the comparison will be true
134 // if and only if there is a node in the node-set such that the result of performing the comparison on
142 // If one object to be compared is a node-set and the other is a boolean, then the comparison will be true
143 // if and only if the result of performing the comparison on the boolean and on the result of converting

Completed in 604 milliseconds

1 23 4 5 6 7 8 91011>>