Searched defs:fcmpl (Results 1 – 1 of 1) sorted by relevance
88 struct fcmpl : public std::binary_function<T, T, int32_t> { // NOLINT(readability-identifier-namin… struct89 constexpr int32_t operator()(const T &x, const T &y) const in operator()