Home
last modified time | relevance | path

Searched defs:greater_than (Results 1 – 2 of 2) 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/rust/crates/ring/src/arithmetic/
Dbigint.rs1203 fn greater_than(a: &Nonnegative, b: &Nonnegative) -> bool { in greater_than() function