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

<<151152153154155156157158159160>>

  /external/eigen/lapack/
double.cpp 1 // This file is part of Eigen, a lightweight C++ template library
single.cpp 1 // This file is part of Eigen, a lightweight C++ template library
  /external/eigen/test/eigen2/
eigen2_swap.cpp 1 // This file is part of Eigen, a lightweight C++ template library
13 template<typename T>
19 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
25 template<typename MatrixType> void swap(const MatrixType& m)
eigen2_unalignedassert.cpp 1 // This file is part of Eigen, a lightweight C++ template library
63 template<bool Align> struct Depends
70 template<typename T>
81 template<typename T>
  /external/eigen/test/
product_mmtr.cpp 1 // This file is part of Eigen, a lightweight C++ template library
14 DEST.template triangularView<TRI>() OP; \
16 ref2.template triangularView<TRI>() = ref1; \
20 template<typename Scalar> void mmtr(int size)
sparse_solver.h 1 // This file is part of Eigen, a lightweight C++ template library
13 template<typename Solver, typename Rhs, typename DenseMat, typename DenseRhs>
72 template<typename Solver, typename Rhs>
111 template<typename Solver, typename DenseMat>
127 template<typename Solver, typename DenseMat>
145 template<typename Solver, typename DenseMat>
167 halfA.template selfadjointView<Solver::UpLo>().rankUpdate(M);
174 template<typename Scalar>
186 template<typename Solver> void check_sparse_spd_solving(Solver& solver)
236 halfA.template selfadjointView<Solver::UpLo>() = it.matrix().template triangularView<Eigen::Lower>().twistedBy(pn (…)
    [all...]
superlu_support.cpp 1 // This file is part of Eigen, a lightweight C++ template library
swap.cpp 1 // This file is part of Eigen, a lightweight C++ template library
13 template<typename T>
19 template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>
25 template<typename MatrixType> void swap(const MatrixType& m)
unalignedassert.cpp 1 // This file is part of Eigen, a lightweight C++ template library
49 template<bool Align> struct Depends
56 template<typename T>
67 template<typename T>
zerosized.cpp 1 // This file is part of Eigen, a lightweight C++ template library
13 template<typename MatrixType> void zeroReduction(const MatrixType& m) {
25 template<typename MatrixType> void zeroSizedMatrix()
50 template<typename VectorType> void zeroSizedVector()
  /external/eigen/unsupported/test/
jacobisvd.cpp 1 // This file is part of Eigen, a lightweight C++ template library
13 template<typename MatrixType, int QRPreconditioner>
19 template<typename MatrixType, int QRPreconditioner>
28 template<typename MatrixType, int QRPreconditioner>
36 template<typename MatrixType, int QRPreconditioner>
52 template<typename MatrixType>
64 template<typename MatrixType>
91 template<typename MatrixType>
106 template<typename MatrixType>
matrix_power.cpp 1 // This file is part of Eigen, a lightweight C++ template library
12 template <typename MatrixType, int IsComplex = NumTraits<typename MatrixType::Scalar>::IsComplex>
16 template <typename MatrixType>
22 result.template triangularView<Upper>() = MatrixType::Random(size, size);
29 template <typename MatrixType>
35 result.template triangularView<Upper>() = MatrixType::Random(size, size);
39 template<typename T>
60 template<typename T>
82 template<typename MatrixType>
  /external/google-breakpad/src/processor/
simple_serializer.h 30 // simple_serializer.h: SimpleSerializer is a template for calculating size and
33 // All specializations of SimpleSerializer template are defined in the
47 // Default implementation of SimpleSerializer template.
49 template<class Type> class SimpleSerializer {
  /external/harfbuzz_ng/src/
hb-object-private.hh 117 template <typename Type>
126 template <typename Type>
138 template <typename Type>
144 template <typename Type>
149 template <typename Type>
154 template <typename Type>
164 template <typename Type>
178 template <typename Type>
191 template <typename Type>
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestAll.java 14 * To change the template for this generated type comment go to
  /external/libbrillo/brillo/
brillo_export.h 30 // Finally, template functions and template members of a class may not be
33 // Alternatively, exporting specific instantiation of the template could be
34 // used with "extern template" and combining this with BRILLO_EXPORT.
  /external/libchrome/base/memory/
aligned_memory.h 53 template <size_t Size, size_t ByteAlignment>
57 template <size_t Size> \
63 template <typename Type> \
67 template <typename Type> \
  /external/libchrome/base/test/
opaque_ref_counted.cc 35 template class scoped_refptr<base::OpaqueRefCounted>;
opaque_ref_counted.h 22 extern template class scoped_refptr<base::OpaqueRefCounted>;
  /external/libchrome/sandbox/linux/bpf_dsl/
cons.h 56 template <typename T>
58 template <typename T>
62 template <typename T>
66 template <typename T>
72 template <typename T>
95 template <typename T>
103 template <typename T>
110 template <typename T>
131 template <typename T>
  /external/libchrome/sandbox/linux/seccomp-bpf/
syscall.h 34 // So, instead, we use C++'s template system to achieve a very similar
40 template <class T0,
61 template <class T0,
81 template <class T0, class T1, class T2, class T3, class T4, class T5>
95 template <class T0, class T1, class T2, class T3, class T4>
100 template <class T0, class T1, class T2, class T3>
105 template <class T0, class T1, class T2>
110 template <class T0, class T1>
115 template <class T0>
  /external/libcxx/include/
__sso_allocator 26 template <class _Tp, size_t _Np> class _LIBCPP_HIDDEN __sso_allocator;
28 template <size_t _Np>
36 template <class _Tp, size_t _Np>
48 template <class _Up> _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator<_Up, _Np>&) throw()
exception 58 template<class E> exception_ptr make_exception_ptr(E e) noexcept;
73 template <class T> [[noreturn]] void throw_with_nested(T&& t);
74 template <class E> void rethrow_if_nested(const E& e);
151 template<class _Ep>
183 template <class _Tp>
191 template <class _Tp>
211 template <class _Tp>
231 template <class _Ep>
243 template <class _Ep>
  /external/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
max_element.pass.cpp 12 // template<ForwardIterator Iter>
22 template <class Iter>
36 template <class Iter>
48 template <class Iter>
min_element.pass.cpp 12 // template<ForwardIterator Iter>
22 template <class Iter>
36 template <class Iter>
48 template <class Iter>

Completed in 1550 milliseconds

<<151152153154155156157158159160>>