Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Dserial_number.hpp63 template <typename UintType> static bool IsLess(UintType aFirst, UintType aSecond) in IsLess() function in ot::SerialNumber
/external/libcxx/test/std/input.output/filesystems/class.path/path.member/
Dpath.compare.pass.cpp143 bool IsLess = std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), RHS.end()); in CompareElements() local
/external/cronet/stable/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/
Dpath.compare.pass.cpp161 bool IsLess = std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), RHS.end()); in CompareElements() local
/external/cronet/tot/third_party/libc++/src/test/std/input.output/filesystems/class.path/path.member/
Dpath.compare.pass.cpp161 bool IsLess = std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), RHS.end()); in CompareElements() local
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc353 bool IsLess(const NodeDef& node) { return node.op() == "Less"; } in IsLess() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc468 bool TFGraphDialect::IsLess(TFOp op) const { in IsLess() function in mlir::tfg::TFGraphDialect
/external/clang/lib/CodeGen/
DCGClass.cpp635 llvm::Value *IsLess = CGF.Builder.CreateICmpULT(Counter, NumElementsPtr, in EmitAggMemberInitializer() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp4673 bool IsLess, bool IsEqual) { in optimizeWhile()