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

1 2 3 4 5 6 7 891011>>

  /external/llvm/test/CodeGen/X86/
2012-01-16-mfence-nosse-flags.ll 13 ; Make sure the fence comes before the comparison, since it
sse-commute.ll 3 ; Commute the comparison to avoid a move.
test-shrink-bug.ll 3 ; Codegen shouldn't reduce the comparison down to testb $-1, %al
  /external/llvm/test/Transforms/InstCombine/
preserve-sminmax.ll 3 ; Instcombine normally would fold the sdiv into the comparison,
  /external/mesa3d/src/mesa/main/
version.h 40 /* To make version comparison easy */
  /external/skia/src/effects/
SkBlurMask.h 41 // but useful for comparison purposes.
  /libcore/libart/src/main/java/java/lang/reflect/
ArtMethod.java 150 * Performs a comparison of the parameters to this method with the given parameters.
162 int comparison = aType.getName().compareTo(bType.getName()); local
163 if (comparison != 0) {
164 return comparison;
  /libcore/luni/src/main/java/javax/crypto/
SecretKey.java 30 * from {@link java.lang.Object} so comparison is done using the actual key data
  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 338 int32_t k, comparison, comparison2; local
415 comparison = compareHighPrecision (x, xLength, y, yLength);
416 if (comparison > 0)
423 else if (comparison)
446 if (comparison < 0 && m == DOUBLE_NORMAL_MASK)
467 if (comparison < 0 && m == DOUBLE_NORMAL_MASK)
476 else if (comparison < 0)
487 else if (comparison < 0)
811 int32_t k, comparison, comparison2; local
889 comparison = compareHighPrecision (x, xLength, y, yLength)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compare.py 45 # Ensure default comparison compares id() of args
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compare.py 45 # Ensure default comparison compares id() of args
  /external/chromium_org/third_party/sqlite/src/test/
in3.test 118 # collation sequence used by the "IN" comparison. The second does not
205 # the index can be used (the comparison is false, text!=number).
210 # the comparison. Therefore it is possible to use index t1_i2.
214 # No affinity is applied before the comparison takes place. Making
220 # Numeric affinity should be applied to each side before the comparison
226 # the comparison. Therefore it is possible to use index t1_i2.
230 # Numeric affinity is applied before the comparison takes place.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
version.py 168 # 2) sequences of letters are part of the tuple for comparison and are
174 # comparison is a simple tuple comparison. This means that version
190 # lexically within a tuple comparison. This has the desired effect if
196 # "1.5.1" < "1.5.2a2" < "1.5.2", but under the tuple/lexical comparison
200 # comparison algorithm to a particular set of semantic rules, as has
256 this scheme; the rules for comparison are simple and predictable,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
version.py 168 # 2) sequences of letters are part of the tuple for comparison and are
174 # comparison is a simple tuple comparison. This means that version
190 # lexically within a tuple comparison. This has the desired effect if
196 # "1.5.1" < "1.5.2a2" < "1.5.2", but under the tuple/lexical comparison
200 # comparison algorithm to a particular set of semantic rules, as has
256 this scheme; the rules for comparison are simple and predictable,
  /external/chromium_org/third_party/icu/source/common/unicode/
localpointer.h 91 * Comparison with a simple pointer, so that existing code
93 * @param other simple pointer for comparison
99 * Comparison with a simple pointer, so that existing code
101 * @param other simple pointer for comparison
149 // No comparison operators with other LocalPointerBases.
  /external/icu4c/common/unicode/
localpointer.h 91 * Comparison with a simple pointer, so that existing code
93 * @param other simple pointer for comparison
99 * Comparison with a simple pointer, so that existing code
101 * @param other simple pointer for comparison
153 // No comparison operators with other LocalPointerBases.
  /external/icu4c/common/
uhash.h 82 * The hashing and comparison functions take a pointer to a
106 * A key equality (boolean) comparison function.
111 * A value equality (boolean) comparison function.
247 * Set the function used to compare keys. The default comparison is a
248 * void* pointer comparison.
257 * Set the function used to compare values. The default comparison is a
258 * void* pointer comparison.
575 * @param key1 The string for comparison
576 * @param key2 The string for comparison
585 * @param key1 The string for comparison
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZElimCompare.cpp 1 //===-- SystemZElimCompare.cpp - Eliminate comparison instructions --------===//
70 return "SystemZ Comparison Elimination";
226 // The CC users in CCUsers are testing the result of a comparison of some
303 // Return true if Compare is a comparison against zero.
318 // Try to optimize cases where comparison instruction Compare is testing
363 // Try to fuse comparison instruction Compare into a later branch.
368 // See whether we have a comparison that can be fused.
395 "Invalid condition-code mask for integer comparison");
425 // Process all comparison instructions in MBB. Return true if something
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
pointer.h 52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
72 // Comparison of pointers
124 // Comparison of pointers
172 // Comparison of pointers
243 * comparison operators, etc. that are supported by this class, and avoid
480 // Expand into the various comparison operators needed.
510 * Comparison operators for _Pointer_adapter defer to the base class'es
511 * comparison operators, when possible.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
pointer.h 58 * 4) An operator<() to support pointer comparison.
59 * 5) An operator==() to support pointer comparison.
78 // Comparison of pointers
130 // Comparison of pointers
182 // Comparison of pointers
259 * arithmetic, comparison operators, etc. that are supported by this
498 // Expand into the various comparison operators needed.
528 * Comparison operators for _Pointer_adapter defer to the base class'es
529 * comparison operators, when possible.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
pointer.h 58 * 4) An operator<() to support pointer comparison.
59 * 5) An operator==() to support pointer comparison.
78 // Comparison of pointers
130 // Comparison of pointers
182 // Comparison of pointers
259 * arithmetic, comparison operators, etc. that are supported by this
498 // Expand into the various comparison operators needed.
528 * Comparison operators for _Pointer_adapter defer to the base class'es
529 * comparison operators, when possible.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
72 // Comparison of pointers
124 // Comparison of pointers
172 // Comparison of pointers
243 * comparison operators, etc. that are supported by this class, and avoid
480 // Expand into the various comparison operators needed.
510 * Comparison operators for _Pointer_adapter defer to the base class'es
511 * comparison operators, when possible.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
72 // Comparison of pointers
124 // Comparison of pointers
172 // Comparison of pointers
243 * comparison operators, etc. that are supported by this class, and avoid
480 // Expand into the various comparison operators needed.
510 * Comparison operators for _Pointer_adapter defer to the base class'es
511 * comparison operators, when possible.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
pointer.h 52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
72 // Comparison of pointers
124 // Comparison of pointers
172 // Comparison of pointers
243 * comparison operators, etc. that are supported by this class, and avoid
480 // Expand into the various comparison operators needed.
510 * Comparison operators for _Pointer_adapter defer to the base class'es
511 * comparison operators, when possible.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
pointer.h 52 * 4) An operator<() to support pointer comparison.
53 * 5) An operator==() to support pointer comparison.
72 // Comparison of pointers
124 // Comparison of pointers
172 // Comparison of pointers
243 * comparison operators, etc. that are supported by this class, and avoid
480 // Expand into the various comparison operators needed.
510 * Comparison operators for _Pointer_adapter defer to the base class'es
511 * comparison operators, when possible.

Completed in 654 milliseconds

1 2 3 4 5 6 7 891011>>