HomeSort by relevance Sort by last modified time
    Searched full:template (Results 4576 - 4600 of 20596) sorted by null

<<181182183184185186187188189190>>

  /external/deqp/framework/delibs/decpp/
deSTLUtil.hpp 41 template<typename C>
48 template<typename I, typename K>
55 template<typename C>
64 template<typename C>
76 template <typename M>
87 template<typename M>
98 template<typename M>
109 template<typename M>
  /external/dng_sdk/source/
dng_auto_ptr.h 32 // The following template has similar functionality to the STL auto_ptr, without
41 template<class T>
123 template<class T>
134 template<class T>
144 template<class T>
159 template<class T>
173 template<class T>
188 template<typename T>
  /external/dnsmasq/contrib/Solaris10/
dnsmasq.xml 50 <template>
62 </template>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/checkstyle/
checkstyle-text.xsl 24 <xsl:template match="checkstyle/file/error">
32 </xsl:template>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
jdepend-frames.xsl 36 <xsl:template match="JDepend">
39 <xsl:call-template name="index.html"/>
44 <xsl:call-template name="stylesheet.css"/>
76 </xsl:template>
79 <xsl:template name="index.html">
98 </xsl:template>
101 <xsl:template name="stylesheet.css">
153 </xsl:template>
155 <xsl:template match="JDepend" mode="overview.packages">
161 <xsl:call-template name="pageHeader"/
    [all...]
  /external/eigen/Eigen/src/Core/
CommaInitializer.h 1 // This file is part of Eigen, a lightweight C++ template library
27 template<typename XprType>
39 template<typename OtherDerived>
76 template<typename OtherDerived>
93 m_xpr.template block<OtherDerived::RowsAtCompileTime != Dynamic ? OtherDerived::RowsAtCompileTime : 1,
137 template<typename Derived>
144 template<typename Derived>
145 template<typename OtherDerived>
  /external/eigen/Eigen/src/Core/products/
SelfadjointProduct.h 1 // This file is part of Eigen, a lightweight C++ template library
22 template<typename Scalar, typename Index, int UpLo, bool ConjLhs, bool ConjRhs>
38 template<typename Scalar, typename Index, int UpLo, bool ConjLhs, bool ConjRhs>
47 template<typename MatrixType, typename OtherType, int UpLo, bool OtherIsVector = OtherType::IsVectorAtCompileTime>
50 template<typename MatrixType, typename OtherType, int UpLo>
83 template<typename MatrixType, typename OtherType, int UpLo>
111 template<typename MatrixType, unsigned int UpLo>
112 template<typename DerivedU>
  /external/eigen/Eigen/src/Eigen2Support/
Block.h 1 // This file is part of Eigen, a lightweight C++ template library
32 template<typename Derived>
52 template<typename Derived>
76 * The template parameters CRows and CCols arethe number of rows and columns in the corner.
83 template<typename Derived>
84 template<int CRows, int CCols>
104 template<typename Derived>
105 template<int CRows, int CCols>
  /external/eigen/Eigen/src/Eigen2Support/Geometry/
ParametrizedLine.h 1 // This file is part of Eigen, a lightweight C++ template library
28 template <typename _Scalar, int _AmbientDim>
92 template<typename NewScalarType>
101 template<typename OtherScalarType>
104 m_origin = other.origin().template cast<Scalar>();
105 m_direction = other.direction().template cast<Scalar>();
124 template <typename _Scalar, int _AmbientDim>
134 template <typename _Scalar, int _AmbientDim>
Scaling.h 1 // This file is part of Eigen, a lightweight C++ template library
28 template<typename _Scalar, int _Dim>
97 template<typename Derived>
120 template<typename NewScalarType>
125 template<typename OtherScalarType>
127 { m_coeffs = other.coeffs().template cast<Scalar>(); }
146 template<typename Scalar, int Dim>
158 template<typename Scalar, int Dim>
  /external/eigen/Eigen/src/Eigenvalues/
MatrixBaseEigenvalues.h 1 // This file is part of Eigen, a lightweight C++ template library
18 template<typename Derived, bool IsComplex>
31 template<typename Derived>
65 template<typename Derived>
87 template<typename MatrixType, unsigned int UpLo>
120 template<typename Derived>
130 .template selfadjointView<Lower>()
151 template<typename MatrixType, unsigned int UpLo>
  /external/eigen/Eigen/src/SparseCore/
SparsePermutation.h 1 // This file is part of Eigen, a lightweight C++ template library
19 template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
35 template<typename PermutationType, typename MatrixType, int Side, bool Transposed>
55 template<typename Dest> inline void evalTo(Dest& dst) const
110 template<typename SparseDerived, typename PermDerived>
119 template<typename SparseDerived, typename PermDerived>
130 template<typename SparseDerived, typename PermDerived>
139 template<typename SparseDerived, typename PermDerived>
  /external/eigen/demos/mandelbrot/
mandelbrot.h 1 // This file is part of Eigen, a lightweight C++ template library
31 template<typename Real> void render(int img_width, int img_height);
  /external/eigen/test/
cholmod_support.cpp 1 // This file is part of Eigen, a lightweight C++ template library
14 template<typename T> void test_cholmod_T()
geo_alignedbox.cpp 1 // This file is part of Eigen, a lightweight C++ template library
18 template<typename T> EIGEN_DONT_INLINE
22 template<typename BoxType> void alignedbox(const BoxType& _box)
76 template<typename BoxType>
96 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
97 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),b0);
98 AlignedBox<Scalar,Dim> hp1d = b0.template cast<Scalar>();
99 VERIFY_IS_APPROX(hp1d.template cast<Scalar>(),b0);
metis_support.cpp 1 // This file is part of Eigen, a lightweight C++ template library
29 template<typename T> void test_metis_T()
nesting_ops.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 template <typename MatrixType> void run_nesting_ops(const MatrixType& _m)
resize.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 template<DenseIndex rows, DenseIndex cols>
simplicial_cholesky.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 template<typename T> void test_simplicial_cholesky_T()
sizeof.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 template<typename MatrixType> void verifySizeOf(const MatrixType&)
  /external/eigen/test/eigen2/
eigen2_sizeof.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 template<typename MatrixType> void verifySizeOf(const MatrixType&)
eigen2_smallvectors.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 template<typename Scalar> void smallVectors()
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixLogarithm.h 1 // This file is part of Eigen, a lightweight C++ template library
30 template <typename MatrixType>
81 template <typename MatrixType>
96 template <typename MatrixType>
125 template <typename MatrixType>
149 T = sqrtT.template triangularView<Upper>();
158 template <typename MatrixType>
171 template <typename MatrixType>
184 template <typename MatrixType>
215 template <typename MatrixType
    [all...]
  /external/eigen/unsupported/test/
minres.cpp 1 // This file is part of Eigen, a lightweight C++ template library
15 template<typename T> void test_minres_T()
  /external/google-benchmark/src/
string_util.h 23 template <class First, class ...Rest>
31 template<class ...Args>

Completed in 1039 milliseconds

<<181182183184185186187188189190>>