HomeSort by relevance Sort by last modified time
    Searched refs:comparison (Results 26 - 50 of 87) sorted by null

12 3 4

  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.h 91 int (CDelaunay::*comparison)(int,int),
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Delaunay.h 91 int (CDelaunay::*comparison)(int,int),
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.h 91 int (CDelaunay::*comparison)(int,int),
  /external/icu4c/test/perf/collationperf/
CollPerf.pl 194 that subsequent operations can use binary comparison.</td>
202 comparison, and the overhead of memory usage and retrieval time for sort
216 <li>For more information on incremental vs. sort key comparison, the importance
  /libcore/luni/src/main/java/java/lang/reflect/
Field.java 55 int comparison = a.name.compareTo(b.name);
56 if (comparison != 0) {
57 return comparison;
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
Python.g 268 | comparison
271 comparison: expr (comp_op expr)*
  /external/skia/tools/
compare_baselines.py 48 comparison.
  /external/v8/test/mjsunit/
compare-character.js 28 // Test the optimized implementation of comparison with single-character
constant-folding.js 79 // Test comparison operations that involve one or two constant smis.
cyrillic.js 137 // other in a case independt comparison.
  /external/v8/test/mjsunit/regress/
regress-685.js 30 // Test that keyed load IC generic stub uses unsigned comparison for
regress-crbug-39160.js 30 // To reproduce the bug we need an inlined comparison (i.e. in a loop) where
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 333 int comparison = this.compareTo(localAddress); local
335 if (comparison == 0) {
346 if (dns.isProbing() && comparison > 0) {
739 int comparison = this.compareTo(localService); local
741 if (comparison == 0) {
751 if (info.isProbing() && comparison > 0) {
    [all...]
  /libcore/luni/src/main/java/java/util/
TreeMap.java 277 int comparison = (comparableKey != null) local
284 if (comparison == 0) {
298 Node<K, V> child = (comparison < 0) ? nearest.left : nearest.right;
309 if (comparison < 0) { // nearest.key is higher
327 } else { // comparison > 0, nearest.key is lower
    [all...]
  /external/icu4c/test/intltest/
regcoll.cpp 368 // Secondary/Tertiary comparison incorrect in French Secondary
597 // string comparison errors in Scandinavian collators
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 407 D3DCMPFUNC ConvertComparison(GLenum comparison)
410 switch (comparison)
  /external/bison/etc/
bench.pl.in 177 %nonassoc '=' /* comparison */
  /external/llvm/utils/vim/
llvm.vim 23 " The true and false tokens can be used for comparison opcodes, but it's
  /external/protobuf/python/google/protobuf/internal/
type_checkers.py 132 # We're sure to use ints instead of longs here since comparison may be more
  /external/webkit/Source/WebCore/inspector/front-end/
ResourcesPanel.js 620 var comparison;
622 // Sort numbers based on comparing their values rather than a lexicographical comparison.
625 comparison = number1 < number2 ? -1 : (number1 > number2 ? 1 : 0);
627 comparison = item1 < item2 ? -1 : (item1 > item2 ? 1 : 0);
629 return sortDirection * comparison;
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 125 * register based on the results of the comparison.
505 * destination register based on the results of the comparison.
525 @ Test for NaN with a second comparison. EABI forbids testing bit
549 * destination register based on the results of the comparison.
569 @ Test for NaN with a second comparison. EABI forbids testing bit
593 * destination register based on the results of the comparison.
631 @ Test for NaN with a second comparison. EABI forbids testing bit
655 * destination register based on the results of the comparison.
693 @ Test for NaN with a second comparison. EABI forbids testing bit
    [all...]
  /external/ceres-solver/docs/
changes.tex 76 \item Signed comparison compiler warning fixes (Ricardo Martin)
162 \item Fixed Jet to integer comparison. (Keith Leung)
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 69 * There are three different comparison operations each with different
74 * can compare longs. The result of the comparison is written to another
79 * point values. This comparison takes an extra parameter that sets
81 * the comparison is wrtten to another {@code int} local.
83 * Comparison#EQ} and {@link Comparison#NE} options compare either
85 * {@code int} primitives. This comparison takes a {@link Label} that
86 * will be jumped to if the comparison is true. If the comparison is
101 * comparison using {@link #compare compare()}
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar 
  /external/libvpx/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_mbrow_armv5.asm 73 str r9, [sp, #0] ; save stop for later comparison

Completed in 924 milliseconds

12 3 4