Searched refs:z_ (Results 1 - 19 of 19) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dcgnr_linear_operator.h83 : A_(A), D_(D), z_(new double[A.num_rows()]) {
88 std::fill(z_.get(), z_.get() + A_.num_rows(), 0.0);
91 A_.RightMultiply(x, z_.get());
94 A_.LeftMultiply(z_.get(), y);
114 scoped_array<double> z_; member in class:ceres::internal::CgnrLinearOperator
H A Dparameter_block_ordering_test.cc68 problem_.AddParameterBlock(z_, 5);
72 problem_.AddResidualBlock(new DummyCostFunction<6, 5, 4>, NULL, z_, y_);
73 problem_.AddResidualBlock(new DummyCostFunction<3, 3, 5>, NULL, x_, z_);
74 problem_.AddResidualBlock(new DummyCostFunction<7, 5, 3>, NULL, z_, x_);
76 z_, x_, w_);
80 double x_[3], y_[4], z_[5], w_[6]; member in class:ceres::internal::SchurOrderingTest
127 problem_.SetParameterBlockConstant(z_);
H A Ddynamic_numeric_diff_cost_function_test.cc320 z_.resize(3);
321 z_[0] = 2.0;
322 z_[1] = 4.0;
323 z_[2] = 6.0;
328 parameter_blocks_[2] = &z_[0];
347 jacobian_vect_[2].resize(7 * z_.size(), -100000);
352 const double sum_z = z_[0] + 3.0 * z_[1] + 6.0 * z_[2];
416 vector<double> z_; member in class:ceres::internal::ThreeParameterCostFunctorTest
[all...]
H A Ddynamic_autodiff_cost_function_test.cc319 z_.resize(3);
320 z_[0] = 2.0;
321 z_[1] = 4.0;
322 z_[2] = 6.0;
327 parameter_blocks_[2] = &z_[0];
346 jacobian_vect_[2].resize(7 * z_.size(), -100000);
351 const double sum_z = z_[0] + 3.0 * z_[1] + 6.0 * z_[2];
415 vector<double> z_; member in class:ceres::internal::ThreeParameterCostFunctorTest
[all...]
/external/libopus/celt/arm/
H A Darm2gnu.pl37 s/^([A-Za-z_]\w*)[ \t]+DCB[ \t]*\"/$1: .ascii \"/ && do { s/\$\$/\$/g; next };
129 /^([A-Za-z_\.]\w+)\b/;
136 s/^[A-Za-z_\.]\w+/$&:/;
173 s/^([A-Za-z_]\w*)[ \t]+EQU/ .set $1,/;
174 s/^([A-Za-z_]\w*)[ \t]+SETL/ .set $1,/;
175 s/^([A-Za-z_]\w*)[ \t]+SETA/ .set $1,/;
176 s/^([A-Za-z_]\w*)[ \t]+\*/ .set $1,/;
200 s/^([A-Za-z_]\w*)[ \t]+DCD/$1 .word/;
202 s/^([A-Za-z_]\w*)[ \t]+DCW/$1 .short/;
204 s/^([A-Za-z_]\
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock_stress_test.cc87 Derived2(int a_x, int a_z) : Base(a_x), z_(a_z) {}
88 int z() const { return z_; }
90 int z_; member in class:testing::__anon5293::Derived2
/external/deqp/framework/common/
H A DtcuVector.hpp108 Vector (T x_, T y_, T z_);
109 Vector (T x_, T y_, T z_, T w_);
195 inline Vector<T, Size>::Vector (T x_, T y_, T z_) argument
200 m_data[2] = z_;
204 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) argument
209 m_data[2] = z_;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb212 VARIABLE_FORM = /^(@)?[a-z_\x80-\xff][\w\x80-\xff]*$/
213 SETTER_FORM = /^([a-z_\x80-\xff][\w\x80-\xff]*)=$/
214 ATTR_FORM = /^[a-z_\x80-\xff][\w\x80-\xff]*$/
/external/llvm/utils/vim/
H A Dllvm.vim80 syn match llvmConstant /\<DW_TAG_[a-z_]\+\>/
84 syn match llvmConstant /\<DW_VIRTUALITY_[a-z_]\+\>/
/external/bison/src/
H A Dscan-skel.l81 @[a-z_]+"(" {
H A Dscan-code.l260 [A-Za-z_][0-9A-Za-z_]* STRING_GROW; need_semicolon = true;
/external/valgrind/callgrind/
H A Dcallgrind_control.in281 if ($arg =~ /^[A-Za-z_]/) {
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-printers_test.cc127 UnprintableInFoo() : z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); }
130 double z_; member in class:foo::UnprintableInFoo
/external/gtest/test/
H A Dgtest-printers_test.cc127 UnprintableInFoo() : z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); }
130 double z_; member in class:foo::UnprintableInFoo
/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp196 const float z_ = baseDepth + rng.getFloat(-depthNoise, +depthNoise); local
198 vertices[y*gridsize + x] = Vec3(x_, y_, z_);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb135 [ :identifier, /[a-z_]\w*/i ],
/external/libvncserver/x11vnc/
H A Dtkx11vnc1706 if {[regexp {^-([0-9A-z_][0-9A-z_]*)} $line match name]} {
1785 if {[regexp {^([0-9A-z_][0-9A-z_:]*)} $line match name]} {
/external/lldb/scripts/
H A Ddisasm-gdb-remote.pl1929 $ch !~ /[A-Za-z_]/ and last;
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 791 milliseconds