| /external/apache-xml/src/main/java/org/apache/xpath/operations/ | 
| D | Neg.java | 30 public class Neg extends UnaryOperation  class
 | 
| /external/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()
 
 | 
| /external/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()
 
 | 
| /external/tensorflow/tensorflow/go/ | 
| D | util_test.go | 49 func Neg(g *Graph, name string, port Output) (Output, error) {  func
 | 
| /external/eigen/unsupported/test/ | 
| D | cxx11_tensor_complex_cwise_ops_gpu.cu | 52     Neg,  in test_cuda_complex_cwise_ops()  enumerator
 | 
| /external/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()
 
 | 
| /external/tensorflow/tensorflow/lite/delegates/xnnpack/ | 
| D | neg_test.cc | 97 TEST(Neg, MultiThreading) {  in TEST()  argument
 | 
| /external/clang/include/clang/Analysis/Analyses/ | 
| D | ThreadSafety.h | 175   virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg,  in handleNegativeNotHeld()
 | 
| D | ThreadSafetyCommon.h | 263   CapabilityExpr(const til::SExpr *E, bool Neg) : CapExpr(E), Negated(Neg) {}  in CapabilityExpr()
 | 
| /external/llvm/lib/Option/ | 
| D | ArgList.cpp | 221 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const {  in hasFlag()227 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier PosAlias, OptSpecifier Neg,  in hasFlag()
 
 | 
| /external/tensorflow/tensorflow/c/experimental/ops/ | 
| D | math_ops.cc | 128 Status Neg(AbstractContext* ctx, AbstractTensorHandle* const x,  in Neg()  function
 | 
| /external/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()
 
 | 
| /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ | 
| D | ir_builder_mixin.h | 372   llvm::Value* Neg(Args&&... args) {  in Neg()  function
 | 
| /external/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 __anon4eaec4190111::SDWASrcOperand
 | 
| /external/llvm/lib/Target/AMDGPU/ | 
| D | R600ISelLowering.cpp | 2170                                      SDValue &Src, SDValue &Neg, SDValue &Abs,  in FoldOperand()2348       SDValue &Neg = Ops[NegIdx[i] - 1];  in PostISelFolding()  local
 2400       SDValue &Neg = Ops[NegIdx[i] - 1];  in PostISelFolding()  local
 
 | 
| /external/armnn/include/armnn/ | 
| D | Types.hpp | 130     Neg        = 4,  enumerator
 | 
| /external/llvm/lib/Support/ | 
| D | raw_ostream.cpp | 440     bool Neg = (FN.DecValue < 0);  in operator <<()  local
 | 
| /external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/ | 
| D | elementwise_test.cc | 80 TEST_F(OpenCLOperationTest, Neg) {  in TEST_F()  argument
 | 
| /external/llvm/lib/Transforms/InstCombine/ | 
| D | InstCombineMulDivRem.cpp | 315     Value *Neg = dyn_castNegVal(Op1C);  in visitMul()  local684         Value *Neg = Builder->CreateFNeg(T);  in visitFMul()  local
 
 | 
| /external/tensorflow/tensorflow/core/kernels/mlir_generated/ | 
| D | gpu_unary_ops_test.cc | 793 GENERATE_DEFAULT_TEST_2(Neg, DT_HALF, DT_FLOAT, DT_HALF, DT_FLOAT, baseline_neg,  in GENERATE_DEFAULT_TEST_2()  argument
 | 
| /external/rust/crates/openssl/src/ | 
| D | bn.rs | 1341 impl<'a> Neg for &'a BigNumRef {  impl1349 impl<'a> Neg for &'a BigNum {  impl
 
 | 
| /external/clang/lib/Analysis/ | 
| D | ThreadSafetyCommon.cpp | 166   bool Neg = false;  in translateAttrExpr()  local
 | 
| /external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | 
| D | UnittestProto3Optional.cs | 1266         [pbr::OriginalName("NEG")] Neg = -1,  enumerator
 | 
| /external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/ | 
| D | UnittestProto3Optional.cs | 1266         [pbr::OriginalName("NEG")] Neg = -1,  enumerator
 |