Searched defs:Functor (Results 1 – 10 of 10) sorted by relevance
/external/eigen/unsupported/test/ |
D | NumericalDiff.cpp | 13 struct Functor struct 26 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() argument 27 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} in Functor() function 34 struct my_functor : Functor<double> argument
|
D | NonLinearOptimization.cpp | 105 struct Functor struct 118 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() argument 119 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} in Functor() function 128 struct lmder_functor : Functor<double> argument
|
/external/eigen/unsupported/Eigen/src/NumericalDiff/ |
D | NumericalDiff.h | 39 typedef _Functor Functor; typedef 45 NumericalDiff(Scalar _epsfcn=0.) : Functor(), epsfcn(_epsfcn) {} in Functor() function 46 NumericalDiff(const Functor& f, Scalar _epsfcn=0.) : Functor(f), epsfcn(_epsfcn) {} in Functor() function
|
/external/ceres-solver/include/ceres/ |
D | numeric_diff_functor.h | 122 new NumericDiffCostFunction<Functor, in functor_() 126 N5, N6, N7, N8, N9>(new Functor, in functor_() 131 : functor_(new NumericDiffCostFunction<Functor, in functor_()
|
/external/clang/test/SemaTemplate/ |
D | member-function-template.cpp | 53 struct Functor { struct 60 void test_Functor(Functor f) { in test_Functor() argument
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
D | fdjac1.h | 7 const FunctorType &Functor, in fdjac1()
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | NullPointerTester.java | 304 private interface Functor { interface in NullPointerTester
|
/external/chromium/testing/gmock/test/ |
D | gmock-more-actions_test.cc | 349 TEST(InvokeTest, Functor) { in TEST() argument
|
D | gmock-actions_test.cc | 1113 TEST(InvokeWithoutArgsTest, Functor) { in TEST() argument
|
D | gmock-matchers_test.cc | 3341 struct Functor : public ::std::unary_function<int, string> { struct 3342 result_type operator()(argument_type input) const { in operator ()()
|