/third_party/mindspore/mindspore/core/ops/ |
D | neg.h | 33 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/ |
D | APFloat.h | 773 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/ |
D | APFloat.h | 811 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/ |
D | ArgList.cpp | 73 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/ |
D | parserRealSource3.ts | 24 Neg, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 4292 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/ |
D | R600ISelLowering.cpp | 2070 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
|
D | SIPeepholeSDWA.cpp | 144 bool Neg; member in __anon508ff8da0111::SDWASrcOperand
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ |
D | UnittestProto3Optional.cs | 1182 [pbr::OriginalName("NEG")] Neg = -1, enumerator
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | arithmetic_self_cpu_kernel.cc | 62 void Neg(const T *in, T *out, size_t size) { in Neg() function
|
/third_party/jinja2/ |
D | nodes.py | 913 class Neg(UnaryExpr): class
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | nodes.py | 855 class Neg(UnaryExpr): class
|
/third_party/skia/third_party/externals/jinja2/ |
D | nodes.py | 913 class Neg(UnaryExpr): class
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
D | convert_test.cc | 340 enum Neg { kM1 = -1, kM2 = -2, kM3 = -3 }; enum
|
/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | convert_test.cc | 323 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/ |
D | InstCombineMulDivRem.cpp | 308 Value *Neg = dyn_castNegVal(Y); in visitMul() local
|
D | InstCombineAddSub.cpp | 2090 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/ |
D | PPCISelDAGToDAG.cpp | 2850 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/ |
D | AutoUpgrade.cpp | 1279 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/ |
D | trt_op_converter.cc | 318 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/ |
D | Reassociate.cpp | 269 static BinaryOperator *LowerNegateToMultiply(Instruction *Neg) { in LowerNegateToMultiply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 286 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/ |
D | GPRArith.cpp | 1634 TEST_F(AssemblerX8632Test, Neg) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | GPRArith.cpp | 1619 TEST_F(AssemblerX8664Test, Neg) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstExtenders.cpp | 295 bool Neg = false; member
|