Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/core/CPP/kernels/
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
/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
/external/rust/crates/ring/src/arithmetic/
Dbigint.rs1203 fn greater_than(a: &Nonnegative, b: &Nonnegative) -> bool { in greater_than() function