Home
last modified time | relevance | path

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

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