| /external/eigen/Eigen/src/Core/ |
| NoAlias.h | 1 // This file is part of Eigen, a lightweight C++ template library 30 template<typename ExpressionType, template <typename> class StorageBase> 39 template<typename OtherDerived> 44 template<typename OtherDerived> 56 template<typename OtherDerived> 68 template<typename ProductDerived, typename Lhs, typename Rhs> 72 template<typename ProductDerived, typename Lhs, typename Rhs> 76 template<typename Lhs, typename Rhs, int NestingFlags> 80 template<typename Lhs, typename Rhs, int NestingFlags [all...] |
| /external/eigen/Eigen/src/Geometry/ |
| Translation.h | 1 // This file is part of Eigen, a lightweight C++ template library 29 template<typename _Scalar, int _Dim> 101 template<typename OtherDerived> 105 template<typename Derived> 111 template<typename OtherDerived> friend 124 template<int Mode, int Options> 152 template<typename NewScalarType> 157 template<typename OtherScalarType> 159 { m_coeffs = other.vector().template cast<Scalar>(); } 178 template<typename Scalar, int Dim [all...] |
| /external/eigen/bench/ |
| quatmul.cpp | 8 template<typename Quat> 14 template<typename Quat> 20 template<typename Quat> void bench(const std::string& label)
|
| /external/eigen/test/eigen2/ |
| eigen2_first_aligned.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 12 template<typename Scalar> 19 template<typename Scalar>
|
| /external/eigen/test/ |
| first_aligned.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 12 template<typename Scalar> 19 template<typename Scalar>
|
| pastix_support.cpp | 1 // This file is part of Eigen, a lightweight C++ template library 15 template<typename T> void test_pastix_T() 32 template<typename T> void test_pastix_T_LU()
|
| /external/gmock/include/gmock/ |
| gmock-generated-nice-strict.h.pump | 91 template <class MockClass> 103 template <typename A1> 112 template <$for j, [[typename A$j]]> 138 template <typename MockClass> 140 template <typename MockClass> 142 template <typename MockClass> 145 template <typename MockClass> 147 template <typename MockClass> 149 template <typename MockClass> 152 template <typename MockClass [all...] |
| /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
| Platform.java | 30 * Format the template with args, only supports the placeholder 33 static String format(String template, Object... args) { 34 return String.format(template, args);
|
| /external/jsilver/src/com/google/clearsilver/jsilver/template/ |
| Macro.java | 17 package com.google.clearsilver.jsilver.template; 22 * An executable macro. This exhibits all the same characteristics of a Template. 24 public interface Macro extends Template {
|
| /external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/ |
| large_arity.pass.cpp | 14 // template <class F, class T> constexpr decltype(auto) apply(F &&, T &&) 24 template <class T, std::size_t Dummy = 0> 30 template <class T, std::size_t Dummy = 0> 34 template <class Tuple, class Idx> 37 template <class Tp, std::size_t ...Idx> 43 template <class Tp, std::size_t Size> 47 template <class Tp, class Idx> 51 template <class Tp, std::size_t ...Idx> 57 template <class Tp, std::size_t Size> 60 template <class ...Types [all...] |
| /external/libxml2/doc/ |
| ChangeLog.xsl | 42 <xsl:template match="bug"> 45 </xsl:template> 47 <xsl:template match="item"> 49 </xsl:template> 51 <xsl:template match="entry"> 63 </xsl:template> 65 <xsl:template match="log"> 69 <xsl:call-template name="style"/> 75 <xsl:call-template name="titlebox"> 77 </xsl:call-template> [all...] |
| /external/llvm/include/llvm/IR/ |
| SymbolTableListTraits.h | 33 template <typename NodeTy> class ilist_iterator; 34 template <typename NodeTy, typename Traits> class iplist; 35 template <typename Ty> struct ilist_traits; 37 template <typename NodeTy> 41 /// Template metafunction to get the parent type for a symbol table list. 44 /// single template parameter for the list and traits. 45 template <typename NodeTy> struct SymbolTableListParentType {}; 54 template <> struct SymbolTableListParentType<NODE> { typedef PARENT type; }; 63 template <typename NodeTy> class SymbolTableList; 68 template <typename ValueSubClass [all...] |
| /external/mesa3d/src/gbm/backends/ |
| Makefile.template | 1 # src/gbm/backends/Makefile.template 11 # before including this template. 27 $(GBM_BACKEND).so: $(GBM_OBJECTS) Makefile $(TOP)/src/gbm/backends/Makefile.template
|
| /external/mesa3d/src/glsl/ |
| Makefile.template | 1 # src/glsl/Makefile.template 3 # Template makefile for glsl libraries. 27 lib$(LIBNAME).a: $(OBJECTS) Makefile $(TOP)/src/glsl/Makefile.template
|
| /external/opencv3/modules/cudafeatures2d/src/cuda/ |
| bf_radius_match.cu | 58 template <int BLOCK_SIZE, int MAX_DESC_LEN, bool SAVE_IMG_IDX, typename Dist, typename T, typename Mask> 114 template <int BLOCK_SIZE, int MAX_DESC_LEN, typename Dist, typename T, typename Mask> 131 template <int BLOCK_SIZE, int MAX_DESC_LEN, typename Dist, typename T> 166 template <int BLOCK_SIZE, bool SAVE_IMG_IDX, typename Dist, typename T, typename Mask> 221 template <int BLOCK_SIZE, typename Dist, typename T, typename Mask> 239 template <int BLOCK_SIZE, typename Dist, typename T> 274 template <typename Dist, typename T, typename Mask> 305 template <typename Dist, typename T> 339 template <typename T> void matchL1_gpu(const PtrStepSzb& query, const PtrStepSzb& train, float maxDistance, const PtrStepSzb& mask, 357 template void matchL1_gpu<uchar >(const PtrStepSzb& queryDescs, const PtrStepSzb& trainDescs, float maxDist (…) [all...] |
| /external/opencv3/modules/cudafilters/src/cuda/ |
| filter2d.cu | 51 template <class SrcPtr, typename D> 77 template <typename T, typename D, template <typename> class Brd> struct Filter2DCaller; 93 template <typename D, template <typename> class Brd> struct Filter2DCaller< type , D, Brd> \ 123 template <typename T, typename D> 143 template void filter2D<uchar , uchar >(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel, int kWidth, int kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream); 144 template void filter2D<uchar4 , uchar4 >(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel, int kWidth, int kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream); 145 template void filter2D<ushort , ushort >(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const float* kernel, int kWidth, int kHeight, int anchorX, int anchorY, int borderMode, const float* borderValue, cudaStream_t stream); 146 template void filter2D<ushort4, ushort4>(PtrStepSzb srcWhole, int ofsX, int ofsY, PtrStepSzb dst, const flo (…) [all...] |
| /external/opencv3/modules/hal/include/opencv2/hal/ |
| defs.h | 578 Template function for accurate conversion from one primitive type to another. 601 template<typename _Tp> static inline _Tp saturate_cast(uchar v) { return _Tp(v); } 603 template<typename _Tp> static inline _Tp saturate_cast(schar v) { return _Tp(v); } 605 template<typename _Tp> static inline _Tp saturate_cast(ushort v) { return _Tp(v); } 607 template<typename _Tp> static inline _Tp saturate_cast(short v) { return _Tp(v); } 609 template<typename _Tp> static inline _Tp saturate_cast(unsigned v) { return _Tp(v); } 611 template<typename _Tp> static inline _Tp saturate_cast(int v) { return _Tp(v); } 613 template<typename _Tp> static inline _Tp saturate_cast(float v) { return _Tp(v); } 615 template<typename _Tp> static inline _Tp saturate_cast(double v) { return _Tp(v); } 617 template<typename _Tp> static inline _Tp saturate_cast(int64 v) { return _Tp(v); [all...] |
| /external/skia/include/core/ |
| SkTRegistry.h | 15 /** Template class that registers itself (in the constructor) into a linked-list 19 template <typename T> class SkTRegistry : SkNoncopyable { 53 template <typename T> SkTRegistry<T>* SkTRegistry<T>::gHead;
|
| /external/vulkan-validation-layers/libs/glm/detail/ |
| type_gentype.hpp | 45 template 48 template <typename> class TYPE 91 template 94 template <typename> class TYPE 101 template <typename valTypeT, unsigned int colT, unsigned int rowT, profile proT = nice> 141 template <typename vU, uint cU, uint rU, profile pU> 165 //template <typename T> 177 //template <> 184 //template <> 191 //template <> [all...] |
| /external/vulkan-validation-layers/libs/glm/gtc/ |
| random.inl | 40 template <typename T> 44 GLM_STATIC_ASSERT(0, "'linearRand' invalid template parameter type. GLM_GTC_random only supports floating-point template types."); 50 template <> 56 template <> 62 template <> 69 template <typename genType> 81 template <typename genType> 103 template <typename T> 124 template <typename T [all...] |
| reciprocal.inl | 35 template <typename genType> 49 template <typename genType> 63 template <typename genType> 77 template <typename genType> 91 template <typename genType> 105 template <typename genType> 120 template <typename genType> 134 template <typename genType> 148 template <typename genType> 162 template <typename genType [all...] |
| /external/vulkan-validation-layers/libs/glm/gtx/ |
| matrix_major_storage.hpp | 56 template <typename T, precision P> 63 template <typename T, precision P> 69 template <typename T, precision P> 77 template <typename T, precision P> 83 template <typename T, precision P> 92 template <typename T, precision P> 98 template <typename T, precision P> 105 template <typename T, precision P> 111 template <typename T, precision P> 119 template <typename T, precision P [all...] |
| matrix_major_storage.inl | 12 template <typename T, precision P> 27 template <typename T, precision P> 39 template <typename T, precision P> 58 template <typename T, precision P> 75 template <typename T, precision P> 102 template <typename T, precision P> 126 template <typename T, precision P> 134 template <typename T, precision P> 141 template <typename T, precision P> 150 template <typename T, precision P> [all...] |
| transform2.hpp | 57 template <typename T, precision P> 64 template <typename T, precision P> 71 template <typename T, precision P> 79 template <typename T, precision P> 87 template <typename T, precision P> 93 //template <typename T> GLM_FUNC_QUALIFIER detail::tmat4x4<T, P> shear(const detail::tmat4x4<T, P> & m, shearPlane, planePoint, angle) 98 //template <typename T> detail::tmat3x3<T, P> reflect2D(const detail::tmat3x3<T, P> & m, const detail::tvec3<T, P>& normal){return reflect2DGTX(m, normal);} //!< \brief Build a reflection matrix (from GLM_GTX_transform2 extension) 99 //template <typename T> detail::tmat4x4<T, P> reflect3D(const detail::tmat4x4<T, P> & m, const detail::tvec3<T, P>& normal){return reflect3DGTX(m, normal);} //!< \brief Build a reflection matrix (from GLM_GTX_transform2 extension) 103 template <typename T, precision P> 110 template <typename T, precision P> [all...] |
| wrap.inl | 15 template <typename genType> 24 template <typename T, precision P> 36 template <typename T, precision P> 48 template <typename T, precision P> 63 template <typename genType> 72 template <typename T, precision P> 84 template <typename T, precision P> 96 template <typename T, precision P> 111 template <typename genType, precision P> 130 template <typename T, precision P> [all...] |