Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dextrema.cpp27 template <typename T, bool IS_MAX, bool BACK> struct NumericCompare { struct
28 using Type = T;
29 explicit NumericCompare(std::size_t /*elemLen; ignored*/) {} in NumericCompare() function
30 bool operator()(const T &value, const T &previous) const { in operator ()()