Home
last modified time | relevance | path

Searched defs:greater_than (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/CPP/kernels/
H A DCPPTopKVKernel.cpp39 inline bool greater_than(T a, T b) in greater_than() function
47 inline bool greater_than(T a, T b) in greater_than() function
/aosp_15_r20/external/rust/android-crates-io/crates/ring/src/arithmetic/
Dnonnegative.rs64 fn greater_than(a: &Nonnegative, b: &Nonnegative) -> bool { in greater_than() function
/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Dproxy.rs179 let greater_than = unsafe { sys::AIBinder_lt(other.0.as_ptr(), self.0.as_ptr()) }; in cmp() localVariable
502 let greater_than = unsafe { sys::AIBinder_Weak_lt(other.0.as_ptr(), self.0.as_ptr()) }; in cmp() localVariable
/aosp_15_r20/external/pigweed/pw_containers/
H A Dintrusive_forward_list_test.cc897 auto greater_than = [](const Item& a, const Item& b) { in TEST() local
1254 auto greater_than = [](const Item& a, const Item& b) { in TEST() local
H A Dintrusive_list_test.cc1066 auto greater_than = [](const Item& a, const Item& b) { in TEST() local
1417 auto greater_than = [](const Item& a, const Item& b) { in TEST() local
H A Dintrusive_set_test.cc131 auto greater_than = [](const BaseItem& lhs, const BaseItem& rhs) { in TEST_F() local
H A Dintrusive_map_test.cc132 auto greater_than = [](const size_t& lhs, const size_t& rhs) { in TEST_F() local
H A Dintrusive_multiset_test.cc135 auto greater_than = [](const BaseItem& lhs, const BaseItem& rhs) { in TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/include/boost/range/
Diterator_range_core.hpp90 inline bool greater_than( const Left& l, const Right& r ) in greater_than() function
/aosp_15_r20/external/pytorch/torch/distributions/
H A Dconstraints.py665 greater_than = _GreaterThan variable