/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
|
/external/v8/src/compiler/ |
js-operator.h | 95 : arity_(arity), feedback_(feedback) {} 97 size_t arity() const { return arity_; } 101 size_t const arity_; member in class:v8::internal::compiler::final 175 : id_(id), arity_(arity) {} 178 size_t arity() const { return arity_; } 182 const size_t arity_; member in class:v8::internal::compiler::final 393 : arity_(arity), site_(site) {} 395 size_t arity() const { return arity_; } 399 size_t const arity_; member in class:v8::internal::compiler::final
|
/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;
|
/external/v8/src/ast/ |
scopes.h | 429 int default_function_length() const { return arity_; } 700 int arity_; member in class:v8::internal::Scope [all...] |
scopes.cc | 205 arity_ = 0; 519 if (!is_optional && !is_rest && arity_ == params_.length()) { 520 ++arity_; [all...] |