/external/eigen/Eigen/src/SparseCore/ |
D | SparseSparseProductWithPruning.h | 19 template<typename Lhs, typename Rhs, typename ResultType> 20 …duct_with_pruning_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res, const typename ResultType:… in sparse_sparse_product_with_pruning_impl() 37 if(ResultType::IsRowMajor) in sparse_sparse_product_with_pruning_impl() 79 template<typename Lhs, typename Rhs, typename ResultType, 82 int ResStorageOrder = traits<ResultType>::Flags&RowMajorBit> 85 template<typename Lhs, typename Rhs, typename ResultType> 86 struct sparse_sparse_product_with_pruning_selector<Lhs,Rhs,ResultType,ColMajor,ColMajor,ColMajor> 89 typedef typename ResultType::RealScalar RealScalar; 91 static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res, const RealScalar& tolerance) 93 typename remove_all<ResultType>::type _res(res.rows(), res.cols()); [all …]
|
D | ConservativeSparseSparseProduct.h | 17 template<typename Lhs, typename Rhs, typename ResultType> 18 static void conservative_sparse_sparse_product_impl(const Lhs& lhs, const Rhs& rhs, ResultType& res… 125 template<typename Lhs, typename Rhs, typename ResultType, 128 int ResStorageOrder = (traits<ResultType>::Flags&RowMajorBit) ? RowMajor : ColMajor> 131 template<typename Lhs, typename Rhs, typename ResultType> 132 struct conservative_sparse_sparse_product_selector<Lhs,Rhs,ResultType,ColMajor,ColMajor,ColMajor> 137 static void run(const Lhs& lhs, const Rhs& rhs, ResultType& res) 139 …typedef SparseMatrix<typename ResultType::Scalar,RowMajor,typename ResultType::StorageIndex> RowMa… 140 …typedef SparseMatrix<typename ResultType::Scalar,ColMajor,typename ResultType::StorageIndex> ColMa… 141 …typedef typename sparse_eval<ColMajorMatrixAux,ResultType::RowsAtCompileTime,ResultType::ColsAtCom… [all …]
|
/external/clang/test/Index/ |
D | complete-type-factors.m | 36 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Blue} (32) 37 // CHECK-CC1: ParmDecl:{ResultType enum Color}{TypedText color} (17) 38 // CHECK-CC1: FunctionDecl:{ResultType int}{TypedText func1}{LeftParen (}{Placeholder enum Color}{R… 39 // CHECK-CC1: FunctionDecl:{ResultType enum Priority}{TypedText func2}{LeftParen (}{Placeholder int… 40 // CHECK-CC1: EnumConstantDecl:{ResultType enum Color}{TypedText Green} (32) 41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32) 42 // CHECK-CC1: VarDecl:{ResultType int}{TypedText i} (8) 43 // CHECK-CC1: ParmDecl:{ResultType int}{TypedText integer} (8) 44 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (32) 45 // CHECK-CC1: ParmDecl:{ResultType enum Priority}{TypedText priority} (17) [all …]
|
D | complete-properties.m | 60 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText Prop0} 61 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText Prop1} 62 // CHECK-CC1: ObjCPropertyDecl:{ResultType float}{TypedText Prop2} 63 // CHECK-CC1: ObjCPropertyDecl:{ResultType id}{TypedText Prop3} 64 // CHECK-CC1: ObjCPropertyDecl:{ResultType id}{TypedText Prop4} 66 // CHECK-CC2: ObjCPropertyDecl:{ResultType int}{TypedText Prop0} 67 // CHECK-CC2: ObjCPropertyDecl:{ResultType int}{TypedText Prop1} 68 // CHECK-CC2-NEXT: ObjCPropertyDecl:{ResultType id}{TypedText Prop3} 69 // CHECK-CC2: ObjCPropertyDecl:{ResultType id}{TypedText Prop4} 71 // CHECK-CC3: ObjCIvarDecl:{ResultType id}{TypedText _Prop3} (36) [all …]
|
D | complete-objc-message.m | 222 // CHECK-CC3: ObjCClassMethodDecl:{ResultType int}{TypedText MyClassMethod:}{Placeholder (id)} 223 // CHECK-CC3: ObjCClassMethodDecl:{ResultType int}{TypedText MyPrivateMethod} 225 // CHECK-CC4: ObjCInstanceMethodDecl:{ResultType int}{TypedText MyInstMethod:}{Placeholder (id)}{Ho… 226 // CHECK-CC4: ObjCInstanceMethodDecl:{ResultType int}{TypedText MyPrivateInstMethod} 228 // CHECK-CC5: ObjCInstanceMethodDecl:{ResultType int}{TypedText MyInstMethod:}{Placeholder (id)}{Ho… 229 // CHECK-CC5: ObjCInstanceMethodDecl:{ResultType int}{TypedText MySubInstMethod} 231 // CHECK-CC6: ObjCInstanceMethodDecl:{ResultType id}{TypedText protocolInstanceMethod:}{Placeholder… 232 // CHECK-CC6: ObjCInstanceMethodDecl:{ResultType int}{TypedText secondProtocolInstanceMethod} 234 // CHECK-CC7: ObjCInstanceMethodDecl:{ResultType int}{TypedText Method} 235 // CHECK-CC7: ObjCInstanceMethodDecl:{ResultType int}{TypedText Method:}{Placeholder (int)} [all …]
|
D | complete-objc-message-id.m | 51 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText autorelease} 53 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText retain} 55 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType id}{TypedText autorelease} 56 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType int}{TypedText B_method} 57 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType id}{TypedText retain} 59 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType id}{TypedText autorelease} 61 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType id}{TypedText retain} 65 // CHECK-SELECTOR-PREF: ObjCClassMethodDecl:{ResultType id}{TypedText alloc} (32) 66 // CHECK-SELECTOR-PREF: ObjCClassMethodDecl:{ResultType Class}{TypedText class} (35) 67 // CHECK-SELECTOR-PREF: ObjCClassMethodDecl:{ResultType id}{TypedText init} (35) [all …]
|
D | complete-ivar-access.m | 55 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText sub_private} (35) 56 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText sub_protected} (35) 57 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText sub_public} (35) 58 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText super_ext_private} (35) (inaccessible) 59 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText super_ext_protected} (35) 60 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText super_ext_public} (35) 61 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText super_private} (37) (inaccessible) 62 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText super_protected} (37) 63 // CHECK-SUB: ObjCIvarDecl:{ResultType int}{TypedText super_public} (37) 67 // CHECK-OTHER: ObjCIvarDecl:{ResultType int}{TypedText other_private} (35) (inaccessible) [all …]
|
D | complete-property-getset.m | 23 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter1} 25 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter3} 27 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter2_not:} 28 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType void}{TypedText setter1:} 30 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType void}{TypedText setter3:} 32 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter1} 34 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter3} 35 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter4} 37 // CHECK-CC4: ObjCInstanceMethodDecl:{ResultType int}{TypedText getter2_not:}{Informative (int)x} 38 // CHECK-CC4: ObjCInstanceMethodDecl:{ResultType void}{TypedText setter1:}{Informative (int)x} [all …]
|
D | complete-exprs.m | 21 // CHECK-CC1: NotImplemented:{ResultType NSString *}{TypedText @"}{Placeholder string}{Text "} (40) 22 // CHECK-CC1: NotImplemented:{ResultType id}{TypedText @(}{Placeholder expression}{RightParen )} (4… 23 // CHECK-CC1: NotImplemented:{ResultType NSArray *}{TypedText @[}{Placeholder objects, ...}{RightBr… 24 // CHECK-CC1: NotImplemented:{ResultType NSDictionary *}{TypedText @{}{Placeholder key}{Colon :}{Ho… 25 // CHECK-CC1: NotImplemented:{ResultType SEL}{TypedText _cmd} (80) 29 // CHECK-CC1: NotImplemented:{ResultType A *}{TypedText self} (34) 35 // CHECK-CC2: NotImplemented:{ResultType size_t}{TypedText sizeof}{LeftParen (}{Placeholder express… 38 // CHECK-CC3: FunctionDecl:{ResultType void}{TypedText foo}{LeftParen (}{Placeholder ^bool(id x, A … 39 // CHECK-CC3: VarDecl:{ResultType id}{TypedText global} (50) 40 // CHECK-CC3: ParmDecl:{ResultType id}{TypedText param1} (34) [all …]
|
D | complete-member-access.m | 46 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText prop1} 47 // CHECK-CC1: ObjCPropertyDecl:{ResultType float}{TypedText ProtoProp} 54 // CHECK-CC2: ObjCIvarDecl:{ResultType int}{TypedText IVar} (35) 55 // CHECK-CC2: ObjCIvarDecl:{ResultType int}{TypedText SuperIVar} (37) 62 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType int}{TypedText myOtherPropLikeThing} (37) 63 // CHECK-CC3: ObjCPropertyDecl:{ResultType int}{TypedText myProp} (35) 64 // CHECK-CC3: ObjCPropertyDecl:{ResultType int}{TypedText prop1} (35) 65 // CHECK-CC3: ObjCPropertyDecl:{ResultType float}{TypedText ProtoProp} (35) 73 // CHECK-CC4: ObjCInstanceMethodDecl:{ResultType int}{TypedText myOtherPropLikeThing} (37) 74 // CHECK-CC4-NEXT: ObjCPropertyDecl:{ResultType int}{TypedText myProp} (35) [all …]
|
D | complete-lambdas.mm | 26 // CHECK-CC1: ObjCInstanceMethodDecl:{ResultType id}{TypedText instanceMethod:}{Placeholder (int)}{… 29 // CHECK-CC2: ObjCClassMethodDecl:{ResultType id}{TypedText classMethod} (35) 33 // CHECK-CC3: ParmDecl:{ResultType A *}{TypedText a} (34) 39 // CHECK-CC4: NotImplemented:{ResultType B *}{TypedText self} (34) 40 // CHECK-CC4: NotImplemented:{ResultType A *}{TypedText super} (40) 45 // CHECK-CC5: NotImplemented:{ResultType SEL}{TypedText _cmd} (34) 46 // CHECK-CC5-NEXT: NotImplemented:{ResultType B *}{TypedText self} (34) 49 // CHECK-CC6: ObjCInstanceMethodDecl:{ResultType id}{TypedText instanceMethod:}{Placeholder (int)}{… 50 // CHECK-CC6-NEXT: ObjCInstanceMethodDecl:{ResultType id}{TypedText someMethod:}{Placeholder (A *)}…
|
D | complete-super.m | 44 // CHECK-ADD-RECEIVER: ObjCInstanceMethodDecl:{ResultType void}{TypedText super}{HorizontalSpace }… 47 // CHECK-SELECT-RECEIVER: ObjCClassMethodDecl:{ResultType void}{TypedText super}{HorizontalSpace }… 51 // CHECK-ADD-ADD: ObjCInstanceMethodDecl:{ResultType void}{TypedText add:}{Placeholder a}{Horizonta… 53 // CHECK-ADD-ADD: ObjCInstanceMethodDecl:{ResultType void}{TypedText last} (35) 56 // CHECK-SELECTOR-SELECTOR: ObjCInstanceMethodDecl:{ResultType void}{TypedText last} (35) 57 // CHECK-SELECTOR-SELECTOR: ObjCClassMethodDecl:{ResultType void}{TypedText select:}{Placeholder co… 61 // CHECK-ADD-TO: ObjCInstanceMethodDecl:{ResultType void}{Informative add:}{TypedText to:}{Placehol… 64 // CHECK-SELECTOR-FIRST: ObjCClassMethodDecl:{ResultType void}{Informative select:}{TypedText first… 68 // CHECK-SELECTOR-SECOND: ObjCClassMethodDecl:{ResultType void}{Informative select:}{Informative fi… 77 // CHECK-IN-CATEGORY: ObjCInstanceMethodDecl:{ResultType void}{TypedText add:}{Placeholder (int)}{H… [all …]
|
D | complete-blocks.m | 54 // CHECK-CC1: FunctionDecl:{ResultType void}{TypedText f}{LeftParen (}{Placeholder ^int(int x, int … 55 // CHECK-CC1: FunctionDecl:{ResultType void}{TypedText g}{LeftParen (}{Placeholder ^(float f, doubl… 57 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType id}{TypedText method2:}{Placeholder ^(float f, dou… 58 // CHECK-CC2: ObjCInstanceMethodDecl:{ResultType id}{TypedText method:}{Placeholder ^int(int x, int… 60 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType id}{TypedText method3:}{Placeholder ^int(void)b} (… 62 // CHECK-CC4: ObjCInstanceMethodDecl:{ResultType id}{TypedText method4:}{Placeholder ^(void)arg} (3… 63 // CHECK-CC4: ObjCInstanceMethodDecl:{ResultType id}{TypedText method5:}{Placeholder ^(void)arg5} (… 71 // CHECK-CC6: ObjCInstanceMethodDecl:{ResultType id}{TypedText method6:}{Placeholder ^(block_t bloc… 74 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f2}{LeftParen (}{Placeholder ^int(int x, int… 76 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType id}{TypedText method7:}{Placeholder ^int(int x, in…
|
D | complete-parameterized-classes.m | 46 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType void}{TypedText apply2:}{Placeholder ^(MyClsA *, M… 47 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType void}{TypedText apply:}{Placeholder ^(MyClsA *, My… 48 // CHECK-CC0: ObjCInstanceMethodDecl:{ResultType MyClsB *}{TypedText getit:}{Placeholder (MyClsA *)… 51 // CHECK-CC1: ObjCPropertyDecl:{ResultType MyClsA *}{TypedText prop} (35) 54 // CHECK-CC2: ObjCIvarDecl:{ResultType MyClsB *}{TypedText myVar} (35) 57 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType void}{TypedText apply2:}{Placeholder ^(id, NSObjec… 58 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType void}{TypedText apply:}{Placeholder ^(id, NSObject… 59 // CHECK-CC3: ObjCInstanceMethodDecl:{ResultType __kindof NSObject *}{TypedText getit:}{Placeholder… 62 // CHECK-CC4: ObjCPropertyDecl:{ResultType id}{TypedText prop} (35) 65 // CHECK-CC5: ObjCIvarDecl:{ResultType __kindof NSObject *}{TypedText myVar} (35)
|
/external/v8/src/heap/ |
D | objects-visiting-inl.h | 20 template <typename ResultType, typename ConcreteVisitor> 22 T* HeapVisitor<ResultType, ConcreteVisitor>::Cast(HeapObject* object) { in Cast() 26 template <typename ResultType, typename ConcreteVisitor> 27 ResultType HeapVisitor<ResultType, ConcreteVisitor>::Visit(HeapObject* object) { in Visit() 31 template <typename ResultType, typename ConcreteVisitor> 32 ResultType HeapVisitor<ResultType, ConcreteVisitor>::Visit(Map* map, in Visit() 67 return ResultType(); in Visit() 70 template <typename ResultType, typename ConcreteVisitor> 71 void HeapVisitor<ResultType, ConcreteVisitor>::VisitMapPointer( in VisitMapPointer() 78 template <typename ResultType, typename ConcreteVisitor> \ [all …]
|
D | objects-visiting.h | 80 template <typename ResultType, typename ConcreteVisitor> 83 V8_INLINE ResultType Visit(HeapObject* object); 84 V8_INLINE ResultType Visit(Map* map, HeapObject* object); 99 #define VISIT(type) V8_INLINE ResultType Visit##type(Map* map, type* object); 102 V8_INLINE ResultType VisitShortcutCandidate(Map* map, ConsString* object); 103 V8_INLINE ResultType VisitNativeContext(Map* map, Context* object); 104 V8_INLINE ResultType VisitDataObject(Map* map, HeapObject* object); 105 V8_INLINE ResultType VisitJSObjectFast(Map* map, JSObject* object); 106 V8_INLINE ResultType VisitJSApiObject(Map* map, JSObject* object); 107 V8_INLINE ResultType VisitStruct(Map* map, HeapObject* object); [all …]
|
/external/eigen/Eigen/src/LU/ |
D | InverseImpl.h | 22 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime> 26 static inline void run(const MatrixType& matrix, ResultType& result) in run() 32 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime> 39 template<typename MatrixType, typename ResultType> 40 struct compute_inverse<MatrixType, ResultType, 1> 43 static inline void run(const MatrixType& matrix, ResultType& result) 51 template<typename MatrixType, typename ResultType> 52 struct compute_inverse_and_det_with_check<MatrixType, ResultType, 1> 58 ResultType& result, 59 typename ResultType::Scalar& determinant, [all …]
|
/external/tensorflow/tensorflow/core/lib/random/ |
D | random_distributions.h | 82 typedef Array<Eigen::half, kResultElementCount> ResultType; typedef 86 ResultType operator()(Generator* gen) { in operator() 87 typename Generator::ResultType sample = (*gen)(); in operator() 88 ResultType result; in operator() 106 typedef Array<bfloat16, kResultElementCount> ResultType; typedef 110 ResultType operator()(Generator* gen) { in operator() 111 typename Generator::ResultType sample = (*gen)(); in operator() 112 ResultType result; in operator() 130 typedef Array<float, kResultElementCount> ResultType; typedef 134 ResultType operator()(Generator* gen) { in operator() [all …]
|
D | philox_random.h | 105 using ResultType = Array<uint32, 4>; 133 PhiloxRandom(ResultType counter, Key key) : counter_(counter), key_(key) {} in PhiloxRandom() 136 ResultType const& counter() const { return counter_; } in counter() 162 PHILOX_DEVICE_INLINE ResultType operator()() { in operator() 163 ResultType counter = counter_; in operator() 227 PHILOX_DEVICE_INLINE static ResultType ComputeSingleRound( in ComputeSingleRound() 228 const ResultType& counter, const Key& key) { in ComputeSingleRound() 237 ResultType result; in ComputeSingleRound() 251 ResultType counter_;
|
/external/clang/lib/CodeGen/ |
D | CodeGenTypes.cpp | 354 llvm::Type *ResultType = nullptr; in ConvertFunctionType() local 359 ResultType = llvm::StructType::get(getLLVMContext()); in ConvertFunctionType() 364 ResultType = GetFunctionType(*FI); in ConvertFunctionType() 375 return ResultType; in ConvertFunctionType() 395 llvm::Type *ResultType = nullptr; in ConvertType() local 414 ResultType = llvm::Type::getInt8Ty(getLLVMContext()); in ConvertType() 419 ResultType = llvm::Type::getInt1Ty(getLLVMContext()); in ConvertType() 438 ResultType = llvm::IntegerType::get(getLLVMContext(), in ConvertType() 444 ResultType = in ConvertType() 453 ResultType = getTypeForFormat(getLLVMContext(), in ConvertType() [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-lift.hpp | 50 template<class ResultType, class SourceOperator, class Operator> 53 typedef rxu::decay_t<ResultType> result_value_type; 60 template<class ResultType, class SourceOperator, class Operator> 61 struct lift_operator : public operator_base<typename lift_traits<ResultType, SourceOperator, Operat… 63 typedef lift_traits<ResultType, SourceOperator, Operator> traits; 83 template<class ResultType, class Operator> 92 -> decltype(source.template lift<ResultType>(chain)) { in operator ()() 93 return source.template lift<ResultType>(chain); in operator ()() 94 …detail::is_lift_function_for<rxu::value_type_t<Observable>, subscriber<ResultType>, Operator>::val… in operator ()() 100 template<class ResultType, class Operator> [all …]
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixSquareRoot.h | 19 template <typename MatrixType, typename ResultType> 20 …triangular_2x2_diagonal_block(const MatrixType& T, typename MatrixType::Index i, ResultType& sqrtT) in matrix_sqrt_quasi_triangular_2x2_diagonal_block() 34 template <typename MatrixType, typename ResultType> 35 …const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT) in matrix_sqrt_quasi_triangular_1x1_off_diagonal_block() 43 template <typename MatrixType, typename ResultType> 44 …const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT) in matrix_sqrt_quasi_triangular_1x2_off_diagonal_block() 56 template <typename MatrixType, typename ResultType> 57 …const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT) in matrix_sqrt_quasi_triangular_2x1_off_diagonal_block() 103 template <typename MatrixType, typename ResultType> 104 …const MatrixType& T, typename MatrixType::Index i, typename MatrixType::Index j, ResultType& sqrtT) in matrix_sqrt_quasi_triangular_2x2_off_diagonal_block() [all …]
|
D | MatrixPower.h | 59 template<typename ResultType> 60 inline void evalTo(ResultType& res) const in evalTo() 98 typedef Block<MatrixType,Dynamic,Dynamic> ResultType; typedef 103 void computePade(int degree, const MatrixType& IminusT, ResultType& res) const; 104 void compute2x2(ResultType& res, RealScalar p) const; 105 void computeBig(ResultType& res) const; 132 void compute(ResultType& res) const; 144 void MatrixPowerAtomic<MatrixType>::compute(ResultType& res) const in compute() 162 void MatrixPowerAtomic<MatrixType>::computePade(int degree, const MatrixType& IminusT, ResultType& … in computePade() 176 void MatrixPowerAtomic<MatrixType>::compute2x2(ResultType& res, RealScalar p) const in compute2x2() [all …]
|
/external/webrtc/webrtc/system_wrappers/include/ |
D | stl_util.h | 217 template <typename ResultType, typename Arg1, typename Arg2> 218 ResultType STLSetDifference(const Arg1& a1, const Arg2& a2) { in STLSetDifference() 221 ResultType difference; in STLSetDifference() 229 template <typename ResultType, typename Arg1, typename Arg2> 230 ResultType STLSetUnion(const Arg1& a1, const Arg2& a2) { in STLSetUnion() 233 ResultType result; in STLSetUnion() 242 template <typename ResultType, typename Arg1, typename Arg2> 243 ResultType STLSetIntersection(const Arg1& a1, const Arg2& a2) { in STLSetIntersection() 246 ResultType result; in STLSetIntersection()
|
/external/eigen/Eigen/src/Geometry/ |
D | Transform.h | 440 …G_INLINE const typename internal::transform_right_product_impl<Transform, OtherDerived>::ResultType 452 …t typename internal::transform_left_product_impl<OtherDerived,Mode,Options,_Dim,_Dim+1>::ResultType 510 typedef typename ProductType::ResultType ResultType; 516 inline typename icc_11_workaround<OtherMode,OtherOptions>::ResultType 525 …ansform_transform_product_impl<Transform,Transform<Scalar,Dim,OtherMode,OtherOptions> >::ResultType 1313 typedef typename MatrixType::PlainObject ResultType; 1315 static EIGEN_STRONG_INLINE ResultType run(const TransformType& T, const MatrixType& other) 1331 typedef typename MatrixType::PlainObject ResultType; 1333 static EIGEN_STRONG_INLINE ResultType run(const TransformType& T, const MatrixType& other) 1337 typedef Block<ResultType, Dim, OtherCols, int(MatrixType::RowsAtCompileTime)==Dim> TopLeftLhs; [all …]
|