Searched defs:IsLess (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/openthread/src/core/common/ |
H A D | serial_number.hpp | 64 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 D | path.compare.pass.cpp | 143 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 D | path.compare.pass.cpp | 153 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 D | op_types.cc | 353 bool IsLess(const NodeDef& node) { return node.op() == "Less"; } in IsLess() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/ |
H A D | tf_op_names.cc | 468 bool TFGraphDialect::IsLess(TFOp op) const { in IsLess() function in mlir::tfg::TFGraphDialect
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 635 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 D | AArch64ISelLowering.cpp | 4673 bool IsLess, bool IsEqual) { in optimizeWhile()
|