Home
last modified time | relevance | path

Searched defs:Less (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/include/gpu/vk/
DGrVkExtensions.h36 struct Less { struct
37 bool operator()(const Info& a, const SkString& b) const { in operator()
40 bool operator()(const SkString& a, const GrVkExtensions::Info& b) const { in operator()
/third_party/skia/src/core/
DSkPtrRecorder.cpp20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
/third_party/mindspore/mindspore-src/source/tests/st/pi_jit/share/ops/primitive/
Dless_ops.py8 class Less(Cell): class
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.h97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.h97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.h83 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h54 Less = 1, // -O1 enumerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expander/base/
Dmeta_op.h36 Less, enumerator
Dir_builder.h114 …inline NodePtr Less(const NodePtr &lhs, const NodePtr &rhs) const { return e->Emit(MetaOp::Less, {… in Less() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp49 Less, enumerator
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c102 Less, // -O1 enumerator
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/model/
Dgraph_builder.h38 NodePtr Less(const NodePtr &lhs, const NodePtr &rhs) const { return Emit("Less", {lhs, rhs}); } in Less() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp574 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
DRDFLiveness.cpp178 auto Less = [&Block,this] (NodeId A, NodeId B) -> bool { in getAllReachingDefs() local
/third_party/protobuf/src/google/protobuf/
Dstruct.pb.cc292 typedef ::PROTOBUF_NAMESPACE_ID::internal::CompareByDerefFirst<SortItem> Less; in _InternalSerialize() typedef
/third_party/nghttp2/integration-tests/
Dserver_tester.go669 func (b ByStreamID) Less(i, j int) bool { func
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Darithmetic_logic_cpu_kernel.cc317 void ArithLogicCpuTypeFunc<T>::Less(const T *input1, const T *input2, bool *out) { in Less() function in mindspore::kernel::__anonc40078ca0111::ArithLogicCpuTypeFunc
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json9 "Less": "GL_LESS", string
DPackedGLEnums_autogen.h33 Less = 5, enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dcivil_time_test.cc199 TEST(CivilTime, Less) { in TEST() argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.h1387 Less() : BaseOperator(kNameLess) {} in Less() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2623 Value *&RHS, ConstantInt *&Less, in matchThreeWayIntCompare()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp9931 const SCEV *Less) { in computeConstantDifference()