Home
last modified time | relevance | path

Searched refs:ComparatorType (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/runtime/CL/mlgo/
DMLGOParser.cpp104 enum class ComparatorType enum
510 ComparatorType comparator_type(TokenStream &in, bool &valid) in comparator_type()
515 return ComparatorType::Var; in comparator_type()
519 return ComparatorType::Num; in comparator_type()
523 return ComparatorType::Enum; in comparator_type()
527 FAIL_WITH_MSG_DEFAULT(valid, ComparatorType::Num, pos, "Expect comparator type"); in comparator_type()
708 if(l_t != ComparatorType::Var || r_t != ComparatorType::Num) in condition()
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DMinMaxPriorityQueueBenchmark.java35 @Param private ComparatorType comparator;
141 public enum ComparatorType { enum in MinMaxPriorityQueueBenchmark
/external/guava/guava-tests/benchmark/com/google/common/collect/
DMinMaxPriorityQueueBenchmark.java35 @Param private ComparatorType comparator;
141 public enum ComparatorType { enum in MinMaxPriorityQueueBenchmark