HomeSort by relevance Sort by last modified time
    Searched refs:arity_ (Results 1 - 6 of 6) sorted by null

  /external/ceres-solver/internal/ceres/
gradient_checker_test.cc 56 GoodTestTerm(int arity, int const *dim) : arity_(arity) {
58 a_.resize(arity_);
59 for (int j = 0; j < arity_; ++j) {
66 for (int i = 0; i < arity_; i++) {
77 for (int j = 0; j < arity_; ++j) {
89 for (int j = 0; j < arity_; ++j) {
103 int arity_; member in class:ceres::internal::GoodTestTerm
109 BadTestTerm(int arity, int const *dim) : arity_(arity) {
111 a_.resize(arity_);
112 for (int j = 0; j < arity_; ++j)
156 int arity_; member in class:ceres::internal::BadTestTerm
    [all...]
gradient_checking_cost_function_test.cc 72 TestTerm(int arity, int const *dim) : arity_(arity) {
74 a_.resize(arity_);
75 for (int j = 0; j < arity_; ++j) {
82 for (int i = 0; i < arity_; i++) {
93 for (int j = 0; j < arity_; ++j) {
105 for (int j = 0; j < arity_; ++j) {
128 int arity_; member in class:ceres::internal::TestTerm
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
apply_fwd.hpp 77 template< BOOST_AUX_NTTP_DECL(int, arity_) > struct apply_chooser;
bind.hpp 244 template< BOOST_MPL_AUX_NTTP_DECL(int, arity_) > struct bind_chooser;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
full_lambda.hpp 182 typedef bind1< quote1<aux::template_arity>, typename l1::result_ > arity_; typedef in struct:boost::mpl::lambda
183 typedef lambda< typename if_<is_le,arity_,Arity>::type,Tag2 > l3;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
full_lambda.hpp 548 typedef bind1< quote1<aux::template_arity>, typename l1::result_ > arity_; typedef in struct:boost::mpl::lambda
549 typedef lambda< typename if_< is_le,arity_,Arity >::type, Tag2 > l3;

Completed in 278 milliseconds