HomeSort by relevance Sort by last modified time
    Searched defs:lambda (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
p3.cpp 4 auto lambda = [i]() -> void {}; // expected-note 3{{candidate constructor}} local
5 decltype(lambda) foo = { 1 }; // expected-error{{no matching constructor}}
p20.cpp 11 auto lambda = []{}; local
12 destroy(&lambda);
p6.cpp 7 const auto lambda = [](int x) { }; local
8 void (*fp3)(int) = lambda;
p23.cpp 55 auto lambda = [](Args... inner_args) { return g(inner_args...); }; local
56 lambda(args...);
templates.cpp 20 auto lambda = [=, &y] () -> T { local
25 return lambda();
40 auto lambda = [=](bool b) { return x + y; }; local
41 return lambda(true); // expected-error{{no viable conversion from 'X' to 'int'}}
47 // Make sure that lambda's operator() can be used from templates.
81 = typeid([=,&r] () -> R& { // expected-error{{lambda expression in an unevaluated operand}}
  /external/eigen/doc/snippets/
ComplexEigenSolver_compute.cpp 9 complex<float> lambda = ces.eigenvalues()[0]; variable
10 cout << "Consider the first eigenvalue, lambda = " << lambda << endl;
12 cout << "If v is the corresponding eigenvector, then lambda * v = " << endl << lambda * v << endl;
EigenSolver_EigenSolver_MatrixType.cpp 8 complex<double> lambda = es.eigenvalues()[0]; variable
9 cout << "Consider the first eigenvalue, lambda = " << lambda << endl;
11 cout << "If v is the corresponding eigenvector, then lambda * v = " << endl << lambda * v << endl;
SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType.cpp 9 double lambda = es.eigenvalues()[0]; variable
10 cout << "Consider the first eigenvalue, lambda = " << lambda << endl;
12 cout << "If v is the corresponding eigenvector, then lambda * v = " << endl << lambda * v << endl;
SelfAdjointEigenSolver_SelfAdjointEigenSolver_MatrixType2.cpp 12 double lambda = es.eigenvalues()[0]; variable
13 cout << "Consider the first eigenvalue, lambda = " << lambda << endl;
16 cout << "... and lambda * B * v = " << endl << lambda * B * v << endl << endl;
  /external/clang/test/Index/
cxx11-lambdas.cpp 7 auto lambda = [&localA, localB] (Integer x) -> Integer { local
  /external/clang/test/CodeGenCXX/
blocks-cxx11.cpp 98 auto lambda = [a]() { local
101 lambda(); // make sure we emit the invocation function
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 4165 lambda() const function
4203 lambda() const function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 4165 lambda() const function
4203 lambda() const function
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
ConstrainedConjGrad.h 114 Scalar rho = 1.0, rho_1, lambda, gamma; local
170 lambda = rho / q.dot(p);
177 lambda = (std::min)(lambda, (f.coeff(i)-C.row(i).dot(x)) / bb);
180 x += lambda * p;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_fragprog.c 79 fetch_texel_lod( struct gl_context *ctx, const GLfloat texcoord[4], GLfloat lambda,
89 lambda = CLAMP(lambda, samp->MinLod, samp->MaxLod);
93 &lambda, &rgba);
126 GLfloat lambda; local
129 lambda = _swrast_compute_lambda(texdx[0], texdy[0], /* ds/dx, ds/dy */
136 lambda += lodBias + texUnit->LodBias + samp->LodBias;
138 lambda = CLAMP(lambda, samp->MinLod, samp->MaxLod);
142 &lambda, &rgba)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_fragprog.c 79 fetch_texel_lod( struct gl_context *ctx, const GLfloat texcoord[4], GLfloat lambda,
89 lambda = CLAMP(lambda, samp->MinLod, samp->MaxLod);
93 &lambda, &rgba);
126 GLfloat lambda; local
129 lambda = _swrast_compute_lambda(texdx[0], texdy[0], /* ds/dx, ds/dy */
136 lambda += lodBias + texUnit->LodBias + samp->LodBias;
138 lambda = CLAMP(lambda, samp->MinLod, samp->MaxLod);
142 &lambda, &rgba)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
full_lambda.hpp 109 struct lambda struct in namespace:boost::mpl
120 : lambda<T>::is_le
126 struct lambda< arg<N>,Tag AUX778076_ARITY_PARAM(int_<-1>) > struct in namespace:boost::mpl
140 struct lambda< mpl::protect<T>,Tag AUX778076_ARITY_PARAM(int_<1>) > struct in namespace:boost::mpl
152 struct lambda< struct in namespace:boost::mpl
172 struct lambda< struct in namespace:boost::mpl
173 lambda<F,Tag1,Arity>
178 typedef lambda< F,Tag2 > l1;
179 typedef lambda< Tag1,Tag2 > l2;
183 typedef lambda< typename if_<is_le,arity_,Arity>::type,Tag2 > l3
196 struct lambda< struct in namespace:boost::mpl
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
full_lambda.hpp 38 struct lambda struct in namespace:boost::mpl
49 : lambda<T>::is_le
54 struct lambda< arg<N>,Tag, int_< -1 > > struct in namespace:boost::mpl
65 struct lambda< struct in namespace:boost::mpl
117 struct lambda< struct in namespace:boost::mpl
123 typedef lambda< T1,Tag > l1;
141 struct lambda< struct in namespace:boost::mpl
194 struct lambda< struct in namespace:boost::mpl
200 typedef lambda< T1,Tag > l1;
201 typedef lambda< T2,Tag > l2
223 struct lambda< struct in namespace:boost::mpl
276 struct lambda< struct in namespace:boost::mpl
307 struct lambda< struct in namespace:boost::mpl
362 struct lambda< struct in namespace:boost::mpl
395 struct lambda< struct in namespace:boost::mpl
454 struct lambda< struct in namespace:boost::mpl
491 struct lambda< struct in namespace:boost::mpl
508 struct lambda< mpl::protect<T>,Tag, int_<1> > struct in namespace:boost::mpl
522 struct lambda< struct in namespace:boost::mpl
539 struct lambda< struct in namespace:boost::mpl
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_framestitching.cpp 30 double N[16],q[4],lambda[4],lambda_max; local
50 db_RealEigenvalues4x4(lambda,&nr_roots,N,1);
53 lambda_max=lambda[0];
56 if(lambda[1]>lambda_max) lambda_max=lambda[1];
59 if(lambda[2]>lambda_max) lambda_max=lambda[2];
61 if(nr_roots>=4) if(lambda[3]>lambda_max) lambda_max=lambda[3];
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_framestitching.cpp 30 double N[16],q[4],lambda[4],lambda_max; local
50 db_RealEigenvalues4x4(lambda,&nr_roots,N,1);
53 lambda_max=lambda[0];
56 if(lambda[1]>lambda_max) lambda_max=lambda[1];
59 if(lambda[2]>lambda_max) lambda_max=lambda[2];
61 if(nr_roots>=4) if(lambda[3]>lambda_max) lambda_max=lambda[3];
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.cpp 30 double N[16],q[4],lambda[4],lambda_max; local
50 db_RealEigenvalues4x4(lambda,&nr_roots,N,1);
53 lambda_max=lambda[0];
56 if(lambda[1]>lambda_max) lambda_max=lambda[1];
59 if(lambda[2]>lambda_max) lambda_max=lambda[2];
61 if(nr_roots>=4) if(lambda[3]>lambda_max) lambda_max=lambda[3];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 4161 lambda() const function in struct:exponential_distribution::param_type
4199 lambda() const function in class:exponential_distribution
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 4161 lambda() const function in struct:exponential_distribution::param_type
4199 lambda() const function in class:exponential_distribution
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 4161 lambda() const function in struct:exponential_distribution::param_type
4199 lambda() const function in class:exponential_distribution
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 4161 lambda() const function in struct:exponential_distribution::param_type
4199 lambda() const function in class:exponential_distribution
    [all...]

Completed in 345 milliseconds

1 2 3