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

<<919293949596979899100>>

  /external/eigen/Eigen/src/LU/arch/
Inverse_SSE.h 1 // This file is part of Eigen, a lightweight C++ template library
34 template<typename MatrixType, typename ResultType>
48 __m128 _L1 = matrix.template packet<MatrixAlignment>( 0);
49 __m128 _L2 = matrix.template packet<MatrixAlignment>( 4);
50 __m128 _L3 = matrix.template packet<MatrixAlignment>( 8);
51 __m128 _L4 = matrix.template packet<MatrixAlignment>(12);
154 result.template writePacket<ResultAlignment>( 0, _mm_shuffle_ps(iA,iB,0x77));
155 result.template writePacket<ResultAlignment>( 4, _mm_shuffle_ps(iA,iB,0x22));
156 result.template writePacket<ResultAlignment>( 8, _mm_shuffle_ps(iC,iD,0x77));
157 result.template writePacket<ResultAlignment>(12, _mm_shuffle_ps(iC,iD,0x22))
    [all...]
  /external/llvm/include/llvm/Support/
TrailingObjects.h 17 /// The TrailingObject template abstracts away the reinterpret_cast,
25 /// Users are expected to derive from this template, and provide
63 /// Helper template to calculate the max alignment requirement for a set of
65 template <typename First, typename... Rest> class AlignmentCalcHelper {
78 template <typename First> class AlignmentCalcHelper<First> {
91 template <typename T> struct OverloadToken {};
94 /// This helper template works-around MSVC 2013's lack of useful
96 /// required to be a literal integer. But, you *can* use template
99 template <int Align>
101 template <>
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
reduce.hpp 56 template <typename T> struct GetType;
57 template <typename T> struct GetType<T*>
61 template <typename T> struct GetType<volatile T*>
65 template <typename T> struct GetType<T&>
70 template <unsigned int I, unsigned int N>
73 template <class PointerTuple, class ValTuple>
80 template <class PointerTuple, class ValTuple>
88 template <class PointerTuple, class ValTuple, class OpTuple>
96 template <class ValTuple, class OpTuple>
105 template <unsigned int N
    [all...]
  /external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
transform.hpp 62 template <int cn> struct OpUnroller;
64 template <> struct OpUnroller<1>
66 template <typename T, typename D, class UnOp, class MaskPtr>
73 template <typename T1, typename T2, typename D, class BinOp, class MaskPtr>
81 template <> struct OpUnroller<2>
83 template <typename T, typename D, class UnOp, class MaskPtr>
92 template <typename T1, typename T2, typename D, class BinOp, class MaskPtr>
102 template <> struct OpUnroller<3>
104 template <typename T, typename D, class UnOp, class MaskPtr>
115 template <typename T1, typename T2, typename D, class BinOp, class MaskPtr
    [all...]
  /external/owasp/sanitizer/tools/findbugs/src/xsl/
summary.xsl 39 <!-- This template drives the rest of the output -->
40 <xsl:template match="/" >
69 </xsl:template>
71 <xsl:template name="status_table_row" >
92 </xsl:template>
94 <xsl:template name="table_header" >
101 </xsl:template>
103 <xsl:template match="FindBugsSummary" >
105 <xsl:call-template name="table_header" />
107 <xsl:call-template name="status_table_row">
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/experimental/
string_view 69 template<typename _CharT, typename _Traits = std::char_traits<_CharT>>
98 template<typename _Allocator>
245 template<typename _Allocator>
251 template<typename _Allocator = std::allocator<_CharT>>
445 template<typename _Tp = void>
449 template<>
452 template<typename _Tp>
456 template<typename _CharT, typename _Traits>
462 template<typename _CharT, typename _Traits>
468 template<typename _CharT, typename _Traits
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
pointer.h 65 template<typename _Tp>
108 template<typename _Tp>
160 template<typename _Tp>
215 template<typename _Tp>
219 template<>
223 template<>
227 template<>
231 template<>
240 template<typename _Tp>
244 template<typename _Tp>
    [all...]
  /external/opencv3/3rdparty/jinja2/
environment.py 36 # for direct template usage we have up to ten living environments
107 they are not shared and if no template was loaded so far.
108 Modifications on environments after the first template was loaded
160 if present, to be stripped from the end of the template.
174 undefined values in the template.
185 be a callable that is passed the template name and has to
193 The template loader for this environment.
198 out the least recently used template. If the cache size is set to
203 Some loaders load templates from locations where the template
205 `auto_reload` is set to `True` (default) every time a template i
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
future 73 template<>
113 template<typename _Res>
116 template<typename _Res>
119 template<typename _Signature>
122 template<typename _Res>
170 template<typename _Fn, typename... _Args>
174 template<typename _Fn, typename... _Args>
206 template<typename _Res>
247 template<typename _Res>
251 template<typename _Res, typename _Alloc
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
is_mem_fun_pointer_impl.hpp 28 template <typename T>
38 template <class R, class T >
41 template <class R, class T >
46 template <class R, class T >
49 template <class R, class T >
52 template <class R, class T >
56 template <class R, class T >
59 template <class R, class T >
62 template <class R, class T >
66 template <class R, class T , class T0
    [all...]
  /external/clang/include/clang/AST/
CommentVisitor.h 19 template <typename T> struct make_ptr { typedef T *type; };
20 template <typename T> struct make_const_ptr { typedef const T *type; };
22 template<template <typename> class Ptr, typename ImplClass, typename RetTy=void>
59 template<typename ImplClass, typename RetTy=void>
63 template<typename ImplClass, typename RetTy=void>
  /external/clang/test/ASTMerge/
class-template.cpp 5 // CHECK: class-template1.cpp:7:14: error: non-type template parameter declared with incompatible types in different translation units ('int' vs. 'long')
8 // CHECK: class-template1.cpp:10:14: error: template parameter has different kinds in different translation units
9 // CHECK: class-template2.cpp:10:10: note: template parameter declared here
11 // CHECK: class-template1.cpp:16:23: error: non-type template parameter declared with incompatible types in different translation units ('long' vs. 'int')
14 // CHECK: class-template1.cpp:19:10: error: template parameter has different kinds in different translation units
15 // CHECK: class-template2.cpp:19:10: note: template parameter declared here
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p6.cpp 26 template<typename T> struct ImplicitVirtualFromDependentBase : T {
34 template<typename R> struct ConstexprMember {
40 template<typename ...P> struct ConstexprCtor {
51 template<typename T> struct T1 : virtual Literal { // expected-note {{here}}
55 template<typename T> struct T2 : virtual T {
62 template<typename T> class T3 : public T { // expected-note {{class with virtual base class is not a literal type}}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-cxx03-extra-copy.cpp 29 template<typename T>
37 template<typename T>
64 template<int> struct int_c { };
66 template<typename T> T f(const T&);
70 template<typename T>
73 template<typename T> float &g();
  /external/clang/test/CXX/over/over.over/
p1.cpp 3 template<typename T> T f0(T);
83 // -- a non-type template-parameter(14.3.2).
84 template<int(int)> struct Y0 { };
85 template<float(float)> struct Y1 { };
86 template<int (&)(int)> struct Y2 { };
87 template<float (&)(float)> struct Y3 { };
  /external/clang/test/CodeGenCUDA/
launch-bounds.cu 32 template <int max_threads_per_block>
39 template void Kernel3<MAX_THREADS_PER_BLOCK>();
42 template <int max_threads_per_block, int min_blocks_per_mp>
48 template void Kernel4<MAX_THREADS_PER_BLOCK, MIN_BLOCKS_PER_MP>();
54 template <int max_threads_per_block, int min_blocks_per_mp>
61 template void Kernel5<MAX_THREADS_PER_BLOCK, MIN_BLOCKS_PER_MP>();
  /external/clang/test/SemaCXX/
new-null.cpp 48 template<bool B> struct S4 {
53 template struct S4<true>;
54 template struct S4<false>; // expected-note {{in instantiation of}}
57 template<typename ...T> struct S5 { // expected-warning 0-1{{extension}}
62 template struct S5<>;
63 template struct S5<int>; // expected-note {{in instantiation of}}
static-assert.cpp 17 template<int N> struct T {
21 T<1> t1; // expected-note {{in instantiation of template class 'T<1>' requested here}}
24 template<typename T> struct S {
28 S<char> s1; // expected-note {{in instantiation of template class 'S<char>' requested here}}
38 template<typename T> struct AlwaysFails {
44 template<typename T> struct StaticAssertProtected {
switch.cpp 46 template <En how> void foo() {
56 template void foo<A>();
57 template void foo<B>();
58 template void foo<C>(); //expected-note {{in instantiation}}
93 template<typename T> void f(T t) {
101 template void f(S); // expected-note {{instantiation of}}
  /external/eigen/bench/
benchFFT.cpp 1 // This file is part of Eigen, a lightweight C++ template library
23 template <typename T>
26 template <> string nameof<float>() {return "float";}
27 template <> string nameof<double>() {return "double";}
28 template <> string nameof<long double>() {return "long double";}
43 template <typename T>
  /external/eigen/test/eigen2/
eigen2_parametrizedline.cpp 1 // This file is part of Eigen, a lightweight C++ template library
16 template<typename LineType> void parametrizedline(const LineType& _line)
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
49 VERIFY_IS_APPROX(hp1f.template cast<Scalar>(),l0);
50 ParametrizedLine<Scalar,Dim> hp1d = l0.template cast<Scalar>();
51 VERIFY_IS_APPROX(hp1d.template cast<Scalar>(),l0);
  /external/eigen/test/
eigen2support.cpp 1 // This file is part of Eigen, a lightweight C++ template library
15 template<typename MatrixType> void eigen2support(const MatrixType& m)
41 VERIFY_IS_EQUAL((m1.template corner<1,1>(TopLeft)), (m1.template block<1,1>(0,0)));
43 VERIFY_IS_EQUAL((m1.col(0).template start<1>()), (m1.col(0).segment(0,1)));
45 VERIFY_IS_EQUAL((m1.col(0).template end<1>()), (m1.col(0).segment(rows-1,1)));
  /external/eigen/unsupported/Eigen/src/AutoDiff/
AutoDiffJacobian.h 1 // This file is part of Eigen, a lightweight C++ template library
16 template<typename Functor> class AutoDiffJacobian : public Functor
23 template<typename T0>
25 template<typename T0, typename T1>
27 template<typename T0, typename T1, typename T2>
59 ActiveInput ax = x.template cast<ActiveScalar>();
  /external/eigen/unsupported/test/
polynomialutils.cpp 1 // This file is part of Eigen, a lightweight C++ template library
18 template<int Size>
28 template<typename _Scalar, int _Deg>
49 template<typename _Scalar> void realRoots_to_monicPolynomial_scalar()
66 template<typename _Scalar, int _Deg>
90 template<typename _Scalar> void CauchyBounds_scalar()
  /external/libchrome/base/memory/
ref_counted.h 123 template <class T>
146 template <class T, typename Traits> class RefCountedThreadSafe;
150 template<typename T>
173 template <class T, typename Traits = DefaultRefCountedThreadSafeTraits<T> >
202 template<typename T>
266 template <class T>
286 template <typename U>
297 template <typename U>
334 template <typename U>
344 template <typename U
    [all...]

Completed in 1048 milliseconds

<<919293949596979899100>>