/external/llvm/test/CodeGen/X86/ |
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/FrontendC/ |
2002-07-14-MiscTests.c | 6 // test floating point comparison!
|
/external/llvm/test/Transforms/InstCombine/ |
preserve-sminmax.ll | 3 ; Instcombine normally would fold the sdiv into the 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...] |
/external/bluetooth/glib/docs/reference/glib/tmpl/ |
testing.sgml | 431 if a string comparison fails. 445 @cmp: The comparison operator to use. One of ==, !=, <, >, <=, >=. 453 if an integer comparison fails. 463 @cmp: The comparison operator to use. One of ==, !=, <, >, <=, >=. 471 if an unsigned integer comparison fails. 481 @cmp: The comparison operator to use. One of ==, !=, <, >, <=, >=. 489 if an unsigned integer comparison fails. This is a variant of 495 @cmp: The comparison operator to use. One of ==, !=, <, >, <=, >=. 503 if a floating point number comparison fails. 513 @cmp: The comparison operator to use. One of ==, !=, <, >, <=, >= [all...] |
/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 149 // No comparison operators with other LocalPointerBases.
|
/prebuilt/linux-x86/toolchain/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.
|
/prebuilt/ndk/android-ndk-r5/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.
|
/prebuilt/ndk/android-ndk-r6/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.
|
/external/libnfc-nxp/src/ |
phFriNfc_NdefReg.c | 312 /* comparison is to be made. */ 325 with non-ascii character ==> Comparison to be used for *types* in 326 *registry*: case INSENSITIVE comparison. 328 For TNF = 0X04 NFC Forum external type : ==> Comparison to be used 329 for *types* in *registry* : case INSENSITIVE comparison */ 341 by the application.Conclusion is that: Comparison to be used for 343 and its comparison shall be done by the application. */ 514 comparison is to be made. */ 527 with non-ascii character ==> Comparison to be used for *types* in 528 *registry*: case INSENSITIVE comparison. * [all...] |
/external/clang/test/Analysis/ |
ptr-arith.c | 204 if (a==b) // expected-warning{{comparison of distinct pointer types}} 206 if (!(a!=b)) // expected-warning{{comparison of distinct pointer types}} 208 if (a>b) // expected-warning{{comparison of distinct pointer types}} 210 if (b<a) // expected-warning{{comparison of distinct pointer types}} 212 if (a>=b) // expected-warning{{comparison of distinct pointer types}} 214 if (b<=a) // expected-warning{{comparison of distinct pointer types}}
|
/external/guava/javadoc/com/google/common/collect/ |
ComparisonChain.html | 104 A utility for performing a "lazy" chained comparison statement, which 116 nonzero</i> comparison result in the chain, or will be zero if every 117 comparison result was zero. 119 <p>Once any comparison returns a nonzero value, remaining comparisons are 149 Compares two <code>boolean</code> values as specified by <A HREF="../../../../com/google/common/primitives/Booleans.html#compare(boolean, boolean)"><CODE>Booleans.compare(boolean, boolean)</CODE></A>, <i>if</i> the result of this comparison chain has not 159 Compares two comparable objects as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang"><CODE>Comparable.compareTo(T)</CODE></A>, <i>if</i> the result of this comparison chain 169 Compares two <code>double</code> values as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Double.html?is-external=true#compare(double, double)" title="class or interface in java.lang"><CODE>Double.compare(double, double)</CODE></A>, <i>if</i> the result of this comparison chain has not 179 Compares two <code>float</code> values as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Float.html?is-external=true#compare(float, float)" title="class or interface in java.lang"><CODE>Float.compare(float, float)</CODE></A>, <i>if</i> the result of this comparison chain has not 190 <i>if</i> the result of this comparison chain has not already been 201 <i>if</i> the result of this comparison chain has not already bee [all...] |
/external/icu4c/i18n/unicode/ |
sortkey.h | 46 * preprocesses the comparison information from the Collator object to 47 * make the comparison faster. If you are not going to comparing strings 50 * comparison. 53 * only needs to process a couple of characters, while a comparison 185 * Convenience method which does a string(bit-wise) comparison of the 196 * Convenience method which does a string(bit-wise) comparison of the
|
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCompares.cpp | 112 /// comparison only checks the sign bit. If it only checks the sign bit, set 113 /// TrueIfSigned if the result of the comparison is true when the input value is 198 /// before doing the comparison. This handles cases like "A[i]&4 == 0". 247 // FirstTrueElement/SecondTrueElement - Used to emit a comparison of the form 254 // FirstFalseElement/SecondFalseElement - Used to emit a comparison of the 267 // comparison is true for element 'i'. If there are 64 elements or less in 268 // the array, this will fully represent all the comparison results. 284 // Find out if the comparison would be true or false for the i'th element. 302 // Otherwise, we know if the comparison is true or false for this element, 306 // State machine for single/double/range index comparison [all...] |
/external/clang/test/SemaTemplate/ |
resolve-single-template-id.cpp | 62 one < one; //expected-warning {{self-comparison always evaluates to false}} \ 65 oneT<int> < oneT<int>; //expected-warning {{self-comparison always evaluates to false}} \
|
/external/iproute2/include/ |
ip6tables.h | 26 /* Size of match data relevent for userspace comparison purposes */ 76 /* Size of target data relevent for userspace comparison purposes */
|
iptables.h | 49 /* Size of match data relevent for userspace comparison purposes */ 102 /* Size of target data relevent for userspace comparison purposes */
|
/external/jdiff/src/jdiff/ |
MethodAPI.java | 10 * The method used for Collection comparison (compareTo) must make its 11 * comparison based upon everything that is known about this method.
|
/external/webkit/Source/WebCore/css/ |
CSSValueList.cpp | 75 // to make comparison more flexible and fast. 89 // to make comparison more flexible and fast.
|
/external/webrtc/src/common_audio/vad/main/source/ |
vad_filterbank.h | 114 * is only used in a comparison. 134 * is not exact since it is only used in a comparison.
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Delaunay.cpp | 367 int (CDelaunay::*comparison)(int,int), 384 if ( (this->*comparison)( si,sij ) > 0 ) { 387 if ( (this->*comparison)( sij,sj ) > 0 ) { 389 if ( (this->*comparison)( si,sij ) > 0 ) { 400 } while( (this->*comparison)( sL,temp ) > 0 ); 403 } while( (this->*comparison)( temp,sk ) > 0 ); 454 if ( (this->*comparison)( si,si+1 ) > 0 ) { 462 } while ( (this->*comparison)( sk,temp ) > 0 && sk>=lowelt );
|
/sdk/emulator/qtools/ |
coverage.cpp | 37 // This comparison function is called from qsort() to sort symbols 58 // This comparison function is called from qsort() to sort symbols
|
/bionic/libc/arch-x86/string/ |
strcmp.S | 78 L3: movzbl (%eax),%eax /* unsigned comparison */
|