Searched
full:comparison (Results
251 -
275 of
3417) sorted by null
<<11121314151617181920>>
/external/llvm/test/CodeGen/SystemZ/ |
int-cmp-42.ll | 9 ; Check unsigned comparison. 28 ; Check signed comparison.
|
/external/sfntly/cpp/src/test/ |
test_utils.h | 37 // @param offset1 offset for comparison in byte array 1 39 // @param offset2 offset for comparison in byte array 2
|
/external/webrtc/src/common_audio/vad/ |
vad_filterbank.h | 115 * is only used in a comparison. 135 * 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 );
|
/packages/apps/Camera2/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 );
|
/packages/apps/LegacyCamera/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
|
/art/test/021-string2/src/junit/framework/ |
ComparisonFailure.java | 13 * Constructs a comparison failure.
|
/art/test/082-inline-execute/src/junit/framework/ |
ComparisonFailure.java | 13 * Constructs a comparison failure.
|
/cts/tools/signature-tools/templates/ |
ApiOverviewPage.st | 21 <p>The differences described in this report are based a comparison of the APIs
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
Constant.java | 65 * for a comparison
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
Constant.java | 65 * for a comparison
|
/dalvik/tests/021-string2/src/junit/framework/ |
ComparisonFailure.java | 13 * Constructs a comparison failure.
|
/dalvik/tests/082-inline-execute/src/junit/framework/ |
ComparisonFailure.java | 13 * Constructs a comparison failure.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMP_LONG.S | 3 * register based on the results of the comparison.
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_CMPL_FLOAT_VFP.S | 8 * destination register based on the results of the comparison.
|
/development/ndk/samples/hello-neon/jni/ |
helloneon-intrinsics.c | 53 #else /* for comparison purposes only */
|
/external/chromium/chrome/browser/autofill/ |
autofill_profile.h | 107 // Comparison for Sync. Returns 0 if the profile is the same as |this|, 116 // Comparison for Sync. Same as |Compare| but includes multi-valued fields. 119 // Equality operators compare GUIDs and the contents in the comparison. 125 // basis of comparison for new values that are submitted through forms to
|
/external/chromium/chrome/browser/ |
shell_integration_mac.mm | 32 // We need to ensure we do the comparison case-insensitive as LS doesn't
|
/external/chromium-trace/trace-viewer/src/tcmalloc/ |
tcmalloc_snapshot_view.css | 40 /* Allocation size in MB, right-aligned for easier comparison of columns. */
|
/external/chromium-trace/trace-viewer/src/tracing/trace_model/ |
kernel.js | 31 * Comparison between kernels is pretty meaningless.
|
/external/chromium_org/base/ |
pending_task.cc | 42 // need to invert the comparison here. We want the smaller time to be at the
|
/external/chromium_org/chrome/browser/chromeos/power/ |
user_activity_notifier.cc | 35 // comparison.
|
/external/chromium_org/chrome/common/ |
startup_metric_utils.h | 25 // in comparison with UI display that it's OK to call it on every
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_profile.h | 92 // Comparison for Sync. Returns 0 if the profile is the same as |this|, 97 // themselves. Full profile comparision, comparison includes multi-valued 102 // comparison. 107 // basis of comparison for new values that are submitted through forms to
|
Completed in 551 milliseconds
<<11121314151617181920>>