Home
last modified time | relevance | path

Searched defs:Neg (Results 1 – 25 of 46) sorted by relevance

12

/third_party/mindspore/mindspore/core/ops/
Dneg.h33 Neg() : PrimitiveC(prim::kPrimNeg->name()) { InitIOName({"x"}, {"y"}); } in Neg() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h773 void makeZero(bool Neg) { getIEEE().makeZero(Neg); } in makeZero()
775 void makeInf(bool Neg) { in makeInf()
783 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
787 void makeLargest(bool Neg) { getIEEE().makeLargest(Neg); } in makeLargest()
789 void makeSmallest(bool Neg) { getIEEE().makeSmallest(Neg); } in makeSmallest()
791 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h811 void makeZero(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeZero(Neg)); } in makeZero()
813 void makeInf(bool Neg) { APFLOAT_DISPATCH_ON_SEMANTICS(makeInf(Neg)); } in makeInf()
815 void makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
819 void makeLargest(bool Neg) { in makeLargest()
823 void makeSmallest(bool Neg) { in makeSmallest()
827 void makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const { in hasFlag()
79 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg, in hasFlag()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts24 Neg, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp4292 void DoubleAPFloat::makeInf(bool Neg) { in makeInf()
4297 void DoubleAPFloat::makeZero(bool Neg) { in makeZero()
4302 void DoubleAPFloat::makeLargest(bool Neg) { in makeLargest()
4310 void DoubleAPFloat::makeSmallest(bool Neg) { in makeSmallest()
4316 void DoubleAPFloat::makeSmallestNormalized(bool Neg) { in makeSmallestNormalized()
4324 void DoubleAPFloat::makeNaN(bool SNaN, bool Neg, const APInt *fill) { in makeNaN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ISelLowering.cpp2070 SDValue &Src, SDValue &Neg, SDValue &Abs, in FoldOperand()
2247 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local
2285 SDValue &Neg = Ops[NegIdx[i] - 1]; in PostISelFolding() local
DSIPeepholeSDWA.cpp144 bool Neg; member in __anon508ff8da0111::SDWASrcOperand
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestProto3Optional.cs1182 [pbr::OriginalName("NEG")] Neg = -1, enumerator
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Darithmetic_self_cpu_kernel.cc62 void Neg(const T *in, T *out, size_t size) { in Neg() function
/third_party/jinja2/
Dnodes.py913 class Neg(UnaryExpr): class
/third_party/node/tools/inspector_protocol/jinja2/
Dnodes.py855 class Neg(UnaryExpr): class
/third_party/skia/third_party/externals/jinja2/
Dnodes.py913 class Neg(UnaryExpr): class
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc340 enum Neg { kM1 = -1, kM2 = -2, kM3 = -3 }; enum
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc323 enum Neg { kM1 = -1, kM2 = -2, kM3 = -3 }; enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp308 Value *Neg = dyn_castNegVal(Y); in visitMul() local
DInstCombineAddSub.cpp2090 Value *Neg = Builder.CreateNeg(A, "", I.hasNoUnsignedWrap(), in visitSub() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp2850 SDValue Neg = in getCompoundZeroComparisonInGPR() local
2994 SDValue Neg = in get32BitZExtCompare() local
3173 SDValue Neg = in get32BitSExtCompare() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAutoUpgrade.cpp1279 Value *Neg = Builder.CreateNeg(Op0); in upgradeAbs() local
3448 Value *Neg = Builder.CreateNeg(Arg, "neg"); in UpgradeIntrinsicCall() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dtrt_op_converter.cc318 MS_TRT_CONVERTER_FUNC_REG(Neg) { return AddUnaryLayer(node, context, nvinfer1::UnaryOperation::kNEG… in MS_TRT_CONVERTER_FUNC_REG() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DReassociate.cpp269 static BinaryOperator *LowerNegateToMultiply(Instruction *Neg) { in LowerNegateToMultiply()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp286 SDValue Neg = SDValue(CurDAG->getMachineNode(NegOpc, DL, VT, MVT::i32, in getAddressOperands() local
3740 SDValue Neg = CurDAG->getNode(ISD::SUB, DL, SubVT, Zero, Add1); in tryShiftAmountMod() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DGPRArith.cpp1634 TEST_F(AssemblerX8632Test, Neg) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DGPRArith.cpp1619 TEST_F(AssemblerX8664Test, Neg) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp295 bool Neg = false; member

12