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

<<11121314151617181920>>

  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cmp_fn_imps.hpp 38 * Contains implementations of cc_ht_map_'s entire container comparison related
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_hashtable.h 186 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
191 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
199 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
204 //TODO: Add checks for iterator locality -> avoids comparison between different bucket iterators
  /external/llvm/include/llvm/ADT/
APInt.h 54 /// the typical integer arithmetic and comparison operations as well as bitwise
852 /// @name Comparison Operators
858 assert(BitWidth == RHS.BitWidth && "Comparison requires equal bit widths");
877 /// @brief Equality comparison.
901 /// @brief Inequality comparison
    [all...]
  /external/icu4c/common/unicode/
unistr.h 212 /* Comparison - bitwise only - for international comparison use collation */
215 * Equality operator. Performs only bitwise comparison.
224 * Inequality operator. Performs only bitwise comparison.
233 * Greater than operator. Performs only bitwise comparison.
242 * Less than operator. Performs only bitwise comparison.
251 * Greater than or equal operator. Performs only bitwise comparison.
260 * Less than or equal operator. Performs only bitwise comparison.
272 * @return The result of bitwise character comparison: 0 if this
288 * @return The result of bitwise character comparison: 0 if thi
    [all...]
  /cts/tests/src/android/widget/cts/
WidgetTestUtils.java 114 * Retrieve a bitmap that can be used for comparison on any density
125 * Retrieve a dithered bitmap that can be used for comparison on any density
  /cts/tools/dasm/src/java_cup/
action_part.java 56 /** Equality comparison for properly typed object. */
66 /** Generic equality comparison. */
production_part.java 50 /** Equality comparison. */
64 /** Generic equality comparison. */
symbol_part.java 60 /** Equality comparison. */
69 /** Generic equality comparison. */
  /dalvik/vm/mterp/armv5te/
OP_CMPL_FLOAT.S 8 * destination register based on the results of the comparison.
56 @ Test for NaN with a second comparison. EABI forbids testing bit
  /external/bluetooth/glib/docs/reference/gio/
migrating.xml 8 <title>Comparison of POSIX and GIO concepts</title>
32 <title>Comparison of GnomeVFS and GIO concepts</title>
  /external/bluetooth/glib/docs/reference/glib/tmpl/
completion.sgml 130 string comparison function is strncmp().
134 @strncmp_func: the string comparison function.
  /external/bluetooth/glib/glib/
glist.c 854 * Inserts a new element into the list, using the given comparison
874 * @user_data: user data to pass to comparison function.
876 * Inserts a new element into the list, using the given comparison
961 * @compare_func: the comparison function used to sort the #GList.
967 * Sorts a #GList using the given comparison function.
982 * @compare_func: comparison function
983 * @user_data: user data to pass to comparison function
985 * Like g_list_sort(), but the comparison function accepts
  /external/chromium/chrome/browser/autofill/
credit_card.h 53 // Comparison for Sync. Returns 0 if the credit card is the same as |this|,
100 // Returns true if |text| matches the name on the card. The comparison is
  /external/clang/test/Misc/
macro-backtrace.c 21 // CHECK-LIMIT: macro-backtrace.c:18:7: warning: comparison of distinct pointer types ('int *' and 'float *')
37 // CHECK-NO-CARETS: macro-backtrace.c:18:7: warning: comparison of distinct pointer types ('int *' and 'float *')
  /external/compiler-rt/lib/
comparedf2.c 10 // // This file implements the following soft-float comparison routines:
72 // comparison to get the correct result. (This assumes a twos- or ones-
comparesf2.c 10 // This file implements the following soft-fp_t comparison routines:
72 // comparison to get the correct result. (This assumes a twos- or ones-
  /external/dropbear/libtomcrypt/src/pk/pkcs1/
pkcs_1_pss_decode.c 29 @param res [out] The result of the comparison, 1==valid, 0==invalid
30 @return CRYPT_OK if successful (even if the comparison failed)
  /external/fsck_msdos/
check.c 129 printf("Fatal error during readfat() for comparison\n");
136 printf("Fatal error during FAT comparison\n");
  /external/icu4c/test/intltest/
regcoll.h 94 // Secondary/Tertiary comparison incorrect in French Secondary
146 // string comparison errors in Scandinavian collators
  /external/libnfc-nxp/src/
phOsalNfc.h 202 * \retval Zero value: The comparison was successful,
204 * \retval Non-Zero Value: The comparison failed, both the memory
  /external/llvm/include/llvm/
Instruction.def 161 HANDLE_OTHER_INST(45, ICmp , ICmpInst ) // Integer comparison instruction
162 HANDLE_OTHER_INST(46, FCmp , FCmpInst ) // Floating point comparison instr.
  /external/llvm/lib/Target/CellSPU/
README.txt 49 * shifts and comparison operators: done
66 * Comparison operators:
SPU64InstrInfo.td 36 // The generic i64 select pattern, which assumes that the comparison result
55 // comparison:
60 // The i64 seteq fragment that does the vector comparison
69 // Plain old comparison, converts back to i32 scalar
118 // Plain old comparison, converts back to i32 scalar
152 // Plain old comparison, converts back to i32 scalar
203 // Plain old comparison, converts back to i32 scalar
237 // Plain old comparison, converts back to i32 scalar
  /external/llvm/test/Transforms/IndVarSimplify/
lftr-other-uses.ll 3 ; Don't RAUW the loop's original comparison instruction if it has
4 ; other uses which aren't dominated by the new comparison instruction.
  /external/regex-re2/util/
sparse_set.h 133 // Unsigned comparison avoids checking sparse_to_dense_[i] < 0.
160 // Comparison function for sorting.

Completed in 434 milliseconds

<<11121314151617181920>>