HomeSort by relevance Sort by last modified time
    Searched defs:compare (Results 776 - 800 of 3512) sorted by null

<<31323334353637383940>>

  /external/kernel-headers/original/uapi/linux/
rds.h 287 __u64 compare; member in struct:rds_atomic_args::__anon23262::__anon23263
294 __u64 compare; member in struct:rds_atomic_args::__anon23262::__anon23265
  /external/mesa3d/src/mesa/drivers/dri/common/
xmlconfig.c 151 static int compare (const void *a, const void *b) { function
158 found = bsearch (&name, elems, count, sizeof (XML_Char *), compare);
    [all...]
  /external/python/cpython3/Modules/
_functoolsmodule.c 485 PyObject *compare; local
500 compare = ((keyobject *) ko)->cmp;
501 assert(compare != NULL);
514 res = _PyObject_FastCall(compare, stack, 2);
    [all...]
  /external/skia/tests/
BlurTest.cpp 77 static bool compare(const SkBitmap& ref, const SkIRect& iref, function
148 compare(refBitmap, iref, testBitmap, itest));
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Dominators.h 104 bool compare(DomTreeNodeBase<NodeT> *Other) { function in class:llvm::DomTreeNodeBase
292 /// compare - Return false if the other dominator tree base matches this
294 bool compare(DominatorTreeBase &Other) const { function in class:llvm::DominatorTreeBase
311 if (MyNd->compare(OtherNd))
387 // Compare the result of the tree walk and the dfs numbers, if expensive
721 /// compare - Return false if the other dominator tree matches this
723 inline bool compare(DominatorTree &Other) const { function in class:llvm::DominatorTree
730 if (DT->compare(Other.getBase()))
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CommandLine.h 328 virtual bool compare(const GenericOptionValue &V) const = 0;
348 bool compare(const DataType &/*V*/) const { return false; } function in struct:llvm::cl::OptionValueBase
350 virtual bool compare(const GenericOptionValue& /*V*/) const { return false; } function in struct:llvm::cl::OptionValueBase
370 bool compare(const DataType &V) const { function in class:llvm::cl::OptionValueCopy
374 virtual bool compare(const GenericOptionValue &V) const { function in class:llvm::cl::OptionValueCopy
378 return compare(VC.getValue());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ScalarEvolution.cpp 436 return compare(LHS, RHS) < 0;
442 int compare(const SCEV *LHS, const SCEV *RHS) const { function in class:__anon35909::SCEVComplexityCompare
471 // Compare getValueID values.
484 // For instructions, compare their loop depth, and their operand
489 // Compare loop depths.
499 // Compare the number of operands.
512 // Compare constant values.
525 // Compare addrec loop depths.
539 // Lexicographically compare.
541 long X = compare(LA->getOperand(i), RA->getOperand(i))
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
APFloat.h 332 /// IEEE comparison with another floating point number (NaNs compare
334 cmpResult compare(const IEEEFloat &) const;
336 /// Bitwise comparison for equality (QNaNs compare equal, 0!=-0).
1018 cmpResult compare(const APFloat &RHS) const { function in class:llvm::APFloat
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
array_elementwise_ops_test.cc 919 auto compare = builder.Eq(lhs, rhs); local
928 auto compare = builder.Eq(lhs, rhs); local
938 auto compare = builder.Ge(lhs, rhs); local
948 auto compare = builder.Gt(lhs, rhs); local
958 auto compare = builder.Le(lhs, rhs); local
968 auto compare = builder.Lt(lhs, rhs); local
979 auto compare = builder.Eq(lhs, rhs); local
990 auto compare = builder.Eq(lhs, rhs); local
1008 auto compare = builder.Eq(lhs, rhs); local
1017 auto compare = builder.Eq(lhs, rhs); local
1037 auto compare = builder.Ne(lhs, rhs); local
1049 auto compare = builder.Ne(lhs, rhs); local
1060 auto compare = builder.Ne(lhs, rhs); local
1072 auto compare = builder.Ge(lhs, rhs); local
1084 auto compare = builder.Gt(lhs, rhs); local
1097 auto compare = builder.Le(lhs, rhs); local
1109 auto compare = builder.Lt(lhs, rhs); local
1121 auto compare = builder.Eq(lhs, rhs); local
1133 auto compare = builder.Ne(lhs, rhs); local
1144 auto compare = builder.Ge(lhs, rhs); local
1155 auto compare = builder.Gt(lhs, rhs); local
1167 auto compare = builder.Le(lhs, rhs); local
1178 auto compare = builder.Lt(lhs, rhs); local
2577 auto compare = builder.Gt(a, b); local
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
Camera2BasicFragment.java 673 public int compare(Size lhs, Size rhs) { method in class:Camera2BasicFragment.CompareSizesByArea
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
CameraConnectionFragment.java 603 public int compare(final Size lhs, final Size rhs) { method in class:CameraConnectionFragment.CompareSizesByArea
  /external/tpm2/
CpriECC.c 1027 int compare; local
    [all...]
  /external/v8/src/js/
i18n.js 1116 function compare(collator, x, y) { function
    [all...]
  /frameworks/base/core/java/android/text/format/
Time.java 319 * Compare two {@code Time} objects and return a negative number if {@code
328 * @param a first {@code Time} instance to compare
329 * @param b second {@code Time} instance to compare
336 public static int compare(Time a, Time b) { method in class:Time
345 return TimeCalculator.compare(a.calculator, b.calculator);
844 * Equivalent to {@code Time.compare(this, that) < 0}. See
845 * {@link #compare(Time, Time)} for details.
847 * @param that a given Time object to compare against
851 return Time.compare(this, that) < 0;
860 * Equivalent to {@code Time.compare(this, that) > 0}. Se
1206 public static int compare(TimeCalculator aObject, TimeCalculator bObject) { method in class:Time.TimeCalculator
    [all...]
  /frameworks/base/core/java/android/view/
FocusFinder.java 946 public int compare(View first, View second) { method in class:FocusFinder.UserSpecifiedFocusComparator
    [all...]
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 577 public final int compare(MyPermissionGroupInfo a, MyPermissionGroupInfo b) { method in class:AppSecurityPermissions.PermissionGroupInfoComparator
578 return sCollator.compare(a.mLabel, b.mLabel);
586 public final int compare(MyPermissionInfo a, MyPermissionInfo b) { method in class:AppSecurityPermissions.PermissionInfoComparator
587 return sCollator.compare(a.mLabel, b.mLabel);
  /frameworks/base/core/java/com/android/internal/app/
ResolverComparator.java 300 public int compare(ResolvedComponentInfo lhsp, ResolvedComponentInfo rhsp) { method in class:ResolverComparator
341 final int selectProbabilityDiff = Float.compare(
356 return mCollator.compare(sa.toString().trim(), sb.toString().trim());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpManager.java 412 * Compare two entries and decide how they should be ranked.
417 public int compare(@NonNull NotificationData.Entry a, @NonNull NotificationData.Entry b) { method in class:HeadsUpManager
  /frameworks/base/tools/aapt/
AaptAssets.h 81 int compare(const AaptLocaleValue& other) const { function in struct:AaptLocaleValue
85 inline bool operator<(const AaptLocaleValue& o) const { return compare(o) < 0; }
86 inline bool operator<=(const AaptLocaleValue& o) const { return compare(o) <= 0; }
87 inline bool operator==(const AaptLocaleValue& o) const { return compare(o) == 0; }
88 inline bool operator!=(const AaptLocaleValue& o) const { return compare(o) != 0; }
89 inline bool operator>=(const AaptLocaleValue& o) const { return compare(o) >= 0; }
90 inline bool operator>(const AaptLocaleValue& o) const { return compare(o) > 0; }
112 inline int compare(const AaptGroupEntry& o) const { return mParams.compareLogical(o.mParams); } function in struct:AaptGroupEntry
113 inline bool operator<(const AaptGroupEntry& o) const { return compare(o) < 0; }
114 inline bool operator<=(const AaptGroupEntry& o) const { return compare(o) <= 0;
    [all...]
  /frameworks/ml/nn/runtime/test/
TestPartitioning.cpp 80 // which device each partition targets, and compare each partition's
83 // that comparison, we build a model to compare against a partition's
90 // compare against. Here are some relevant behaviors of the
115 // outputs, so that when we build models and lists to compare
573 bool compare(const Operand& operandA, const Operand& operandB) { function in class:PartitioningTest
584 // Compare two graphs. We ignore operand and operation indexes (i.e.,
602 // the queue and compare their defining operations and those
609 // equivalent operand to be B1); then the graphs compare unequal.
611 // conclude that the graphs compare equal.
612 bool compare(const ModelBuilder* modelA, const ModelBuilder* modelB) function in class:PartitioningTest
743 bool compare(std::shared_ptr<const ExecutionStep> step, function in class:PartitioningTest
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
PriorityQueueTest.java 829 public int compare(E object1, E object2) { method in class:PriorityQueueTest.MockComparator
845 public int compare(String object1, String object2) { method in class:PriorityQueueTest.MockComparatorStringByLength
861 public int compare(E object1, E object2) { method in class:PriorityQueueTest.MockComparatorCast
  /libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentHashMapTest.java 52 /** Re-implement Integer.compare for old java versions */
53 static int compare(int x, int y) { method in class:ConcurrentHashMapTest
62 return compare(value, other.value);
96 r = compare(size(), other.size());
PriorityBlockingQueueTest.java 59 public int compare(Object x, Object y) { method in class:PriorityBlockingQueueTest.MyReverseComparator
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
ContactFilterCursor.java 130 Collections.sort(coalescedContacts, (o1, o2) -> compare(contactIdsToPosition, o1, o2));
170 private static int compare( method in class:ContactFilterCursor
174 return Integer.compare(position1, position2);
  /packages/apps/TV/src/com/android/tv/data/
ChannelImpl.java 51 public int compare(Channel lhs, Channel rhs) {
52 return ChannelNumber.compare(lhs.getDisplayNumber(), rhs.getDisplayNumber());
702 * <li>{@link ChannelNumber#compare(String, String)}
723 public int compare(Channel lhs, Channel rhs) { method in class:ChannelImpl.DefaultComparator
733 // Compare the input labels.
743 // Compare the input IDs. The input IDs cannot be null.
748 // Compare the channel numbers if both channels belong to the same input.
749 result = ChannelNumber.compare(lhs.getDisplayNumber(), rhs.getDisplayNumber());

Completed in 837 milliseconds

<<31323334353637383940>>