Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Dserial_number.hpp92 template <typename UintType> static bool IsGreater(UintType aFirst, UintType aSecond) in IsGreater() function in ot::SerialNumber
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.compare.pass.cpp147 bool IsGreater = std::lexicographical_compare(RHS.begin(), RHS.end(), LHS.begin(), LHS.end()); in CompareElements() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/class.path/path.member/
Dpath.compare.pass.cpp153 bool IsGreater = std::lexicographical_compare(RHS.begin(), RHS.end(), LHS.begin(), LHS.end()); in CompareElements() local
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc305 bool IsGreater(const NodeDef& node) { return node.op() == "Greater"; } in IsGreater() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc390 bool TFGraphDialect::IsGreater(TFOp op) const { in IsGreater() function in mlir::tfg::TFGraphDialect