HomeSort by relevance Sort by last modified time
    Searched refs:arity_ (Results 1 - 9 of 9) 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
  /external/v8/src/compiler/
js-operator.h 59 : arity_(arity), feedback_(feedback) {}
61 size_t arity() const { return arity_; }
65 size_t const arity_; member in class:v8::internal::compiler::final
133 : id_(id), arity_(arity) {}
136 size_t arity() const { return arity_; }
140 const size_t arity_; member in class:v8::internal::compiler::final
302 : arity_(arity), site_(site) {}
304 size_t arity() const { return arity_; }
308 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;
  /external/v8/src/ast/
scopes.h 416 int default_function_length() const { return arity_; }
683 int arity_; member in class:v8::internal::Scope
scopes.cc 192 arity_ = 0;
500 if (!is_optional && !is_rest && arity_ == params_.length()) {
501 ++arity_;
    [all...]
  /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 321 milliseconds