/external/eigen/Eigen/src/Core/ |
D | Ref.h | 17 …onditional<PlainObjectType::IsVectorAtCompileTime,InnerStride<1>,OuterStride<> >::type > class Ref; variable 91 struct traits<Ref<_PlainObjectType, _Options, _StrideType> > 187 template<typename PlainObjectType, int Options, typename StrideType> class Ref 188 : public RefBase<Ref<PlainObjectType, Options, StrideType> > 190 typedef internal::traits<Ref> Traits; 193 typedef RefBase<Ref> Base; 194 EIGEN_DENSE_PUBLIC_INTERFACE(Ref) 199 inline Ref(PlainObjectBase<Derived>& expr, 205 inline Ref(const DenseBase<Derived>& expr, 210 inline Ref(DenseBase<Derived>& expr) [all …]
|
/external/llvm/lib/Object/ |
D | COFFObjectFile.cpp | 92 const coff_symbol *COFFObjectFile::toSymb(DataRefImpl Ref) const { in toSymb() 93 const coff_symbol *Addr = reinterpret_cast<const coff_symbol*>(Ref.p); in toSymb() 110 const coff_section *COFFObjectFile::toSec(DataRefImpl Ref) const { in toSec() 111 const coff_section *Addr = reinterpret_cast<const coff_section*>(Ref.p); in toSec() 127 void COFFObjectFile::moveSymbolNext(DataRefImpl &Ref) const { in moveSymbolNext() 128 const coff_symbol *Symb = toSymb(Ref); in moveSymbolNext() 130 Ref.p = reinterpret_cast<uintptr_t>(Symb); in moveSymbolNext() 133 std::error_code COFFObjectFile::getSymbolName(DataRefImpl Ref, in getSymbolName() argument 135 const coff_symbol *Symb = toSymb(Ref); in getSymbolName() 139 std::error_code COFFObjectFile::getSymbolAddress(DataRefImpl Ref, in getSymbolAddress() argument [all …]
|
/external/eigen/test/ |
D | ref.cpp | 45 typedef Ref<MatrixType> RefMat; in ref_matrix() 46 typedef Ref<DynMatrixType> RefDynMat; in ref_matrix() 47 typedef Ref<const DynMatrixType> ConstRefDynMat; in ref_matrix() 48 typedef Ref<RealDynMatrixType , 0, Stride<Dynamic,Dynamic> > RefRealMatWithStride; in ref_matrix() 95 typedef Ref<VectorType> RefMat; in ref_vector() 96 typedef Ref<DynMatrixType> RefDynMat; in ref_vector() 97 typedef Ref<const DynMatrixType> ConstRefDynMat; in ref_vector() 98 typedef Ref<RealDynMatrixType , 0, InnerStride<> > RefRealMatWithStride; in ref_vector() 99 typedef Ref<DynMatrixType , 0, InnerStride<> > RefMatWithStride; in ref_vector() 151 VERIFY( !(internal::traits<Ref<ConstPlainObjectType> >::Flags & LvalueBit) ); in check_const_correctness() [all …]
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/ |
D | InstructionFactory.java | 44 public interface InstructionFactory<Ref extends Reference> { 50 …Instruction makeInstruction20bc(@Nonnull Opcode opcode, int verificationError, @Nonnull Ref refere… in makeInstruction20bc() 52 Instruction makeInstruction21c(@Nonnull Opcode opcode, int registerA, @Nonnull Ref reference); in makeInstruction21c() 58 …n makeInstruction22c(@Nonnull Opcode opcode, int registerA, int registerB, @Nonnull Ref reference); in makeInstruction22c() 64 Instruction makeInstruction31c(@Nonnull Opcode opcode, int registerA, @Nonnull Ref reference); in makeInstruction31c() 69 int registerF, int registerG, @Nonnull Ref reference); in makeInstruction35c() 71 @Nonnull Ref reference); in makeInstruction3rc()
|
/external/mesa3d/src/mesa/main/ |
D | stencil.c | 163 ctx->Stencil.Ref[0] == ref && in _mesa_StencilFuncSeparateATI() 164 ctx->Stencil.Ref[1] == ref) in _mesa_StencilFuncSeparateATI() 169 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref; in _mesa_StencilFuncSeparateATI() 214 ctx->Stencil.Ref[face] == ref) in _mesa_StencilFunc() 218 ctx->Stencil.Ref[face] = ref; in _mesa_StencilFunc() 234 ctx->Stencil.Ref[0] == ref && in _mesa_StencilFunc() 235 ctx->Stencil.Ref[1] == ref) in _mesa_StencilFunc() 239 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref; in _mesa_StencilFunc() 503 ctx->Stencil.Ref[0] = ref; in _mesa_StencilFuncSeparate() 509 ctx->Stencil.Ref[1] = ref; in _mesa_StencilFuncSeparate() [all …]
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | stencil.c | 163 ctx->Stencil.Ref[0] == ref && in _mesa_StencilFuncSeparateATI() 164 ctx->Stencil.Ref[1] == ref) in _mesa_StencilFuncSeparateATI() 169 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref; in _mesa_StencilFuncSeparateATI() 214 ctx->Stencil.Ref[face] == ref) in _mesa_StencilFunc() 218 ctx->Stencil.Ref[face] = ref; in _mesa_StencilFunc() 234 ctx->Stencil.Ref[0] == ref && in _mesa_StencilFunc() 235 ctx->Stencil.Ref[1] == ref) in _mesa_StencilFunc() 239 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref; in _mesa_StencilFunc() 503 ctx->Stencil.Ref[0] = ref; in _mesa_StencilFuncSeparate() 509 ctx->Stencil.Ref[1] = ref; in _mesa_StencilFuncSeparate() [all …]
|
/external/chromium_org/base/mac/ |
D | foundation_util.h | 114 BASE_EXPORT std::string TypeNameForCFType(TypeCF##Ref); 195 BASE_EXPORT TypeNS* CFToNSCast(TypeCF##Ref cf_val); \ 196 BASE_EXPORT TypeCF##Ref NSToCFCast(TypeNS* ns_val); \ 206 BASE_EXPORT NSMutable##name* CFToNSCast(CFMutable##name##Ref cf_val); \ 207 BASE_EXPORT CFMutable##name##Ref NSToCFCast(NSMutable##name* ns_val); \ 268 template<> BASE_EXPORT TypeCF##Ref \ 269 CFCast<TypeCF##Ref>(const CFTypeRef& cf_val);\ 271 template<> BASE_EXPORT TypeCF##Ref \ 272 CFCastStrict<TypeCF##Ref>(const CFTypeRef& cf_val);
|
D | foundation_util.mm | 177 std::string TypeNameForCFType(TypeCF##Ref) { \ 247 TypeNS* CFToNSCast(TypeCF##Ref cf_val) { \ 254 TypeCF##Ref NSToCFCast(TypeNS* ns_val) { \ 255 TypeCF##Ref cf_val = reinterpret_cast<TypeCF##Ref>(ns_val); \ 263 NSMutable##name* CFToNSCast(CFMutable##name##Ref cf_val) { \ 269 CFMutable##name##Ref NSToCFCast(NSMutable##name* ns_val) { \ 270 CFMutable##name##Ref cf_val = \ 271 reinterpret_cast<CFMutable##name##Ref>(ns_val); \ 323 template<> TypeCF##Ref \ 324 CFCast<TypeCF##Ref>(const CFTypeRef& cf_val) { \ [all …]
|
/external/chromium_org/third_party/re2/re2/testing/ |
D | regexp_test.cc | 22 CHECK_EQ(re->Ref(), 1); in TEST() 34 CHECK_EQ(x->Ref(), 1 + v.size()) << x->Ref(); in TEST() 38 CHECK_EQ(x->Ref(), 1) << x->Ref(); in TEST()
|
/external/regex-re2/re2/testing/ |
D | regexp_test.cc | 22 CHECK_EQ(re->Ref(), 1); in TEST() 34 CHECK_EQ(x->Ref(), 1 + v.size()) << x->Ref(); in TEST() 38 CHECK_EQ(x->Ref(), 1) << x->Ref(); in TEST()
|
/external/chromium_org/tools/gn/ |
D | unique_vector.h | 141 Ref ref(&t); 146 set_.insert(Ref(&vector_, vector_.size() - 1, ref.hash_val())); 154 Ref ref(t); 161 set_.insert(Ref(&vector_, vector_.size() - 1, ref.hash_val())); 174 Ref ref(&t); 182 typedef internal::UniquifyRef<T> Ref; 183 typedef base::hash_set<Ref> HashSet;
|
/external/llvm/lib/Analysis/ |
D | AliasAnalysisEvaluator.cpp | 51 unsigned NoModRef, Mod, Ref, ModRef; member in __anonccd2bbdd0111::AAEval 66 NoModRef = Mod = Ref = ModRef = 0; in doInitialization() 289 case AliasAnalysis::Ref: in runOnFunction() 291 ++Ref; break; in runOnFunction() 312 case AliasAnalysis::Ref: in runOnFunction() 314 ++Ref; break; in runOnFunction() 352 unsigned ModRefSum = NoModRef + Mod + Ref + ModRef; in doFinalization() 361 errs() << " " << Ref << " ref responses "; in doFinalization() 362 PrintPercent(Ref, ModRefSum); in doFinalization() 367 << Ref*100/ModRefSum << "%/" << ModRef*100/ModRefSum << "%\n"; in doFinalization()
|
D | AliasAnalysis.cpp | 97 Mask = Ref; in getModRefInfo() 156 Mask = ModRefResult(Mask & Ref); in getModRefInfo() 177 else if (ArgMask == Ref) in getModRefInfo() 321 return Ref; in getModRefInfo() 478 R = AliasAnalysis::Ref; in callCapturesBefore()
|
/external/llvm/lib/Support/ |
D | Regex.cpp | 154 StringRef Ref = Repl.slice(0, Repl.find_first_not_of("0123456789")); in sub() local 155 Repl = Repl.substr(Ref.size()); in sub() 158 if (!Ref.getAsInteger(10, RefValue) && in sub() 162 *Error = "invalid backreference string '" + Ref.str() + "'"; in sub()
|
/external/chromium_org/mojo/public/cpp/bindings/lib/ |
D | array_internal.h | 41 typedef T& Ref; typedef 51 static Ref ToRef(StorageType* storage, size_t offset) { in ToRef() 62 typedef P*& Ref; 72 static Ref ToRef(StorageType* storage, size_t offset) { 83 typedef Array_Data<T>*& Ref; 93 static Ref ToRef(StorageType* storage, size_t offset) { 128 typedef BitRef Ref; 331 typedef typename Traits::Ref Ref; 387 Ref at(size_t offset) {
|
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLUImpl.h | 26 typedef Ref<Matrix<Scalar,Dynamic,1> > BlockScalarVector; 27 typedef Ref<Matrix<Index,Dynamic,1> > BlockIndexVector; 45 … Ref<IndexVector> repfnz_col, IndexVector& xprune, Ref<IndexVector> marker, IndexVector& parent,
|
/external/llvm/test/Integer/ |
D | constexpr_bt.ll | 61 @S1ptr = global %SType** @S1 ;; Ref. to global S1 62 @S2 = global %SType* @S2c ;; Ref. to constant S2 63 @S3 = global %SAType* @S3c ;; Ref. to constant S3 70 @S1fld1bptr = global float** @S1fld1b ;; Ref. to previous pointer
|
/external/llvm/test/Feature/ |
D | constexpr.ll | 59 @S1ptr = global %SType** @S1 ;; Ref. to global S1 60 @S2 = global %SType* @S2c ;; Ref. to constant S2 61 @S3 = global %SAType* @S3c ;; Ref. to constant S3 68 @S1fld1bptr = global float** @S1fld1b ;; Ref. to previous pointer
|
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 144 auto *Ref = cast<llvm::GlobalValue>(GetAddrOfGlobal(TargetDecl)); in TryEmitDefinitionAsAlias() local 145 llvm::Constant *Aliasee = Ref; in TryEmitDefinitionAsAlias() 146 if (Ref->getType() != AliasType) in TryEmitDefinitionAsAlias() 147 Aliasee = llvm::ConstantExpr::getBitCast(Ref, AliasType); in TryEmitDefinitionAsAlias() 167 if (Ref->isDeclaration()) in TryEmitDefinitionAsAlias()
|
/external/llvm/lib/MC/ |
D | MCSymbol.cpp | 48 const MCSymbolRefExpr *Ref = static_cast<const MCSymbolRefExpr*>(Value); in AliasedSymbol() local 49 S = &Ref->getSymbol(); in AliasedSymbol()
|
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/ |
D | memenv.cc | 27 void Ref() { in Ref() function in leveldb::__anonbe87b3830111::FileState 151 file_->Ref(); in SequentialFileImpl() 186 file_->Ref(); in RandomAccessFileImpl() 205 file_->Ref(); in WritableFileImpl() 272 file->Ref(); in NewWritableFile()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZElimCompare.cpp | 140 Reference Ref; in getRegReferences() local 147 Ref.Use = true; in getRegReferences() 148 Ref.IndirectUse |= (MOReg != Reg); in getRegReferences() 151 Ref.Def = true; in getRegReferences() 152 Ref.IndirectDef |= (MOReg != Reg); in getRegReferences() 158 return Ref; in getRegReferences()
|
/external/llvm/bindings/ocaml/transforms/passmgr_builder/ |
D | passmgr_builder_ocaml.c | 41 static value alloc_pmbuilder(LLVMPassManagerBuilderRef Ref) { in alloc_pmbuilder() argument 44 PMBuilder_val(Val) = Ref; in alloc_pmbuilder()
|
/external/llvm/test/Analysis/BasicAA/ |
D | cs-cs.ll | 23 ; CHECK: Just Ref: Ptr: i8* %p <-> %a = call <8 x i16> @llvm.arm.neon.vld1.v8i16(i8* %p, i… 27 ; CHECK: Just Ref: Ptr: i8* %p <-> %b = call <8 x i16> @llvm.arm.neon.vld1.v8i16(i8* %p, i… 62 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 64 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 81 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 84 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %R, i8* %… 102 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 105 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %R, i8* %… 123 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %P, i8* %… 126 ; CHECK: Just Ref: Ptr: i8* %Q <-> tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %R, i8* %… [all …]
|
/external/eigen/doc/ |
D | FunctionsTakingEigenTypes.dox | 82 … both a MatrixXf or a block of a MatrixXf. This exactly the purpose of the Ref class. Here is a si… 92 … by Ref<MatrixXf>. However, in the last call, we have a generic expression that will be automatica… 94 A Ref object can also be writable. Here is an example of a function computing the covariance matrix… 96 void cov(const Ref<const MatrixXf> x, const Ref<const MatrixXf> y, Ref<MatrixXf> C) 110 …Ref<> class has two other optional template arguments allowing to control the kind of memory layou… 114 Without using template functions, and without the Ref class, a naive implementation of the previous…
|