Searched
full:comparison (Results
501 -
525 of
3417) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/npapi/npspy/extern/nspr/ |
plhash.h | 89 PLHashComparator keyCompare; /* key comparison function */ 90 PLHashComparator valueCompare; /* value comparison function */
|
/external/chromium_org/third_party/re2/util/ |
sparse_set.h | 134 // Unsigned comparison avoids checking sparse_to_dense_[i] < 0. 161 // Comparison function for sorting.
|
/external/chromium_org/third_party/skia/src/utils/ |
SkFloatUtils.h | 50 //http://stackoverflow.com/questions/17333/most-effective-way-for-float-and-double-comparison/3423299#3423299 114 // Any comparison operation involving a NAN must return false.
|
/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/clang/test/Sema/ |
warn-type-safety.c | 54 __attribute__(( type_tag_for_datatype(mpi,int,not_a_flag) )); // expected-error {{invalid comparison flag 'not_a_flag'}} 57 __attribute__(( type_tag_for_datatype(mpi,int,layout_compatible,not_a_flag) )); // expected-error {{invalid comparison flag 'not_a_flag'}}
|
/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/IR/ |
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/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 | 134 // Unsigned comparison avoids checking sparse_to_dense_[i] < 0. 161 // Comparison function for sorting.
|
/external/skia/src/utils/ |
SkFloatUtils.h | 50 //http://stackoverflow.com/questions/17333/most-effective-way-for-float-and-double-comparison/3423299#3423299 114 // Any comparison operation involving a NAN must return false.
|
/external/sqlite/android/ |
PhoneNumberUtilsTest.cpp | 159 // phone number in Contacts and others, we should make sure the comparison method 163 // TODO: we currently do not support this comparison. It maybe nice to support this
|
/external/valgrind/main/include/ |
pub_tool_oset.h | 44 // comparison function. 53 // with a key; this is very flexible, and with the right comparison 55 // the cost of calling a function for every comparison can be high during 56 // lookup. If no comparison function is provided, we assume that keys are 58 // element. This fast comparison is suitable for an OSet containing 94 // * CreateWithCmp: like Create, but you specify your own comparison 160 // - cmp The comparison function between keys and elements, or NULL 262 // * LookupWithCmp: Like Lookup, but you specify the comparison function,
|
/frameworks/base/tools/aidl/ |
generate_java_binder.cpp | 110 ifstatement->expression = new Comparison(obj, "==", NULL_VALUE); 128 Comparison* iinNotNull = new Comparison(iin, "!=", NULL_VALUE); 129 Comparison* instOfCheck = new Comparison(iin, " instanceof ", 132 instOfStatement->expression = new Comparison(iinNotNull, "&&", instOfCheck); 204 lencheck->expression = new Comparison(len, "<", new LiteralExpression("0")); 439 checklen->expression = new Comparison(v, "==", NULL_VALUE);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
streq.h | 3 /* Optimized string comparison. 26 /* STREQ allows to optimize string comparison with a small literal string.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/ |
equal.hpp | 21 // An implementation of equality comparison that is optimized for iterator 101 // An implementation of equality comparison that is optimized for
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 113 not_test: 'not' not_test | comparison 114 comparison: expr (comp_op expr)*
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_idioms.py | 41 isinstance=comparison< %s %s T=any > 43 isinstance=comparison< T=any %s %s >
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
Grammar.txt | 113 not_test: 'not' not_test | comparison 114 comparison: expr (comp_op expr)*
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_idioms.py | 41 isinstance=comparison< %s %s T=any > 43 isinstance=comparison< T=any %s %s >
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 135 TEXTURE_COMPARE_MODE("Comparison Mode"), 136 TEXTURE_COMPARE_FUNC("Comparison Function"),
|
Completed in 622 milliseconds
<<21222324252627282930>>