Searched defs:IsLess (Results 1 – 8 of 8) sorted by relevance
/external/openthread/src/core/common/ |
D | serial_number.hpp | 63 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/ |
D | path.compare.pass.cpp | 143 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/ |
D | path.compare.pass.cpp | 161 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/ |
D | path.compare.pass.cpp | 161 bool IsLess = std::lexicographical_compare(LHS.begin(), LHS.end(), RHS.begin(), RHS.end()); in CompareElements() local
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.cc | 353 bool IsLess(const NodeDef& node) { return node.op() == "Less"; } in IsLess() function
|
/external/tensorflow/tensorflow/core/ir/ |
D | tf_op_names.cc | 468 bool TFGraphDialect::IsLess(TFOp op) const { in IsLess() function in mlir::tfg::TFGraphDialect
|
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 635 llvm::Value *IsLess = CGF.Builder.CreateICmpULT(Counter, NumElementsPtr, in EmitAggMemberInitializer() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 4673 bool IsLess, bool IsEqual) { in optimizeWhile()
|