HomeSort by relevance Sort by last modified time
    Searched refs:z_ (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/ui/gfx/geometry/
vector3d_f.cc 16 z_(0) {
22 z_(z) {
28 z_(0) {
32 return base::StringPrintf("[%f %f %f]", x_, y_, z_);
36 return x_ == 0 && y_ == 0 && z_ == 0;
42 z_ += other.z_;
48 z_ -= other.z_;
53 static_cast<double>(z_) * z_
    [all...]
vector3d_f.h 33 float z() const { return z_; }
34 void set_z(float z) { z_ = z; }
50 z_ = z_ <= other.z_ ? z_ : other.z_;
56 z_ = z_ >= other.z_ ? z_ : other.z_
77 float z_; member in class:gfx::Vector3dF
    [all...]
point3_f.h 19 Point3F() : x_(0), y_(0), z_(0) {}
21 Point3F(float x, float y, float z) : x_(x), y_(y), z_(z) {}
23 explicit Point3F(const PointF& point) : x_(point.x()), y_(point.y()), z_(0) {}
37 float z() const { return z_; }
41 void set_z(float z) { z_ = z; }
46 z_ = z;
53 z_ += v.z();
60 z_ -= v.z();
67 float dz = z_ - other.z_;
79 float z_; member in class:gfx::Point3F
    [all...]
point3_f.cc 12 return base::StringPrintf("%f,%f,%f", x_, y_, z_);
  /external/ceres-solver/internal/ceres/
cgnr_linear_operator.h 83 : 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
parameter_block_ordering_test.cc 68 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_);
dynamic_numeric_diff_cost_function_test.cc 320 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...]
dynamic_autodiff_cost_function_test.cc 319 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...]
  /development/ndk/sources/android/ndk_helper/
vecmath.h 252 float x_, y_, z_; member in class:ndk_helper::Vec3
261 x_ = y_ = z_ = 0.f;
268 z_ = fZ;
275 z_ = vec.z_;
282 z_ = *pVec;
289 z_ = f;
300 ret.z_ = z_ * rhs.z_;
493 float x_, y_, z_, w_; member in class:ndk_helper::Vec4
964 float x_, y_, z_, w_; member in class:ndk_helper::Quaternion
    [all...]
vecmath.cpp 32 z_ = vec.z_;
41 out.x_ = x_ * rhs.f_[0] + y_ * rhs.f_[1] + z_ * rhs.f_[2] + w_ * rhs.f_[3];
42 out.y_ = x_ * rhs.f_[4] + y_ * rhs.f_[5] + z_ * rhs.f_[6] + w_ * rhs.f_[7];
43 out.z_ = x_ * rhs.f_[8] + y_ * rhs.f_[9] + z_ * rhs.f_[10] + w_ * rhs.f_[11];
44 out.w_ = x_ * rhs.f_[12] + y_ * rhs.f_[13] + z_ * rhs.f_[14] + w_ * rhs.f_[15];
108 ret.x_ = rhs.x_ * f_[0] + rhs.y_ * f_[4] + rhs.z_ * f_[8] + rhs.w_ * f_[12];
109 ret.y_ = rhs.x_ * f_[1] + rhs.y_ * f_[5] + rhs.z_ * f_[9] + rhs.w_ * f_[13];
110 ret.z_ = rhs.x_ * f_[2] + rhs.y_ * f_[6] + rhs.z_ * f_[10] + rhs.w_ * f_[14]
    [all...]
  /external/chromium_org/cc/resources/
layer_quad.h 25 Edge() : x_(0), y_(0), z_(0) {}
30 float z() const { return z_; }
34 void set_z(float z) { z_ = z; }
38 z_ = z;
43 void move_z(float dz) { z_ += dz; }
47 z_ += dz;
52 void scale_z(float sz) { z_ *= sz; }
56 z_ *= sz;
69 float z_; member in class:cc::LayerQuad::Edge
  /external/chromium_org/third_party/opus/src/celt/arm/
arm2gnu.pl 61 s/^([A-Za-z_]\w*)[ \t]+DCB[ \t]*\"/$1: .ascii \"/ && do { s/\$\$/\$/g; next };
153 /^([A-Za-z_\.]\w+)\b/;
160 s/^[A-Za-z_\.]\w+/$&:/;
197 s/^([A-Za-z_]\w*)[ \t]+EQU/ .set $1,/;
198 s/^([A-Za-z_]\w*)[ \t]+SETL/ .set $1,/;
199 s/^([A-Za-z_]\w*)[ \t]+SETA/ .set $1,/;
200 s/^([A-Za-z_]\w*)[ \t]+\*/ .set $1,/;
224 s/^([A-Za-z_]\w*)[ \t]+DCD/$1 .word/;
226 s/^([A-Za-z_]\w*)[ \t]+DCW/$1 .short/;
228 s/^([A-Za-z_]\w*)[ \t]+DCB/$1 .byte/
    [all...]
  /external/libopus/celt/arm/
arm2gnu.pl 37 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_]\w*)[ \t]+DCB/$1 .byte/
    [all...]
  /external/deqp/framework/common/
tcuVector.hpp 108 Vector (T x_, T y_, T z_);
109 Vector (T x_, T y_, T z_, T w_);
196 inline Vector<T, Size>::Vector (T x_, T y_, T z_)
201 m_data[2] = z_;
205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_)
210 m_data[2] = z_;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
template.rb 212 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/bison/src/
scan-skel.l 81 @[a-z_]+"(" {
scan-code.l 260 [A-Za-z_][0-9A-Za-z_]* STRING_GROW; need_semicolon = true;
  /external/chromium_org/net/quic/crypto/
cert_compressor.cc 425 explicit ScopedZLib(Type type) : z_(NULL), type_(type) {}
429 z_ = z;
438 if (!z_) {
443 deflateEnd(z_);
445 inflateEnd(z_);
447 z_ = NULL;
450 z_stream* z_; member in class:net::__anon13447::ScopedZLib
  /build/tools/droiddoc/templates-pdk/assets/
prettify.js 24 a.keywords.replace(/^\s+|\s+$/g,P);d.length&&c.push([uc,new RegExp(vc+d.replace(/\s+/g,O)+wc),r]);b.push([S,/^\s+/,r,xc]);c.push([yc,/^@[a-z_$][a-z_$@0-9]*/i,r,Ia],[zc,/^@?[A-Z]+[a-z][A-Za-z_$@0-9]*/,r],[S,/^[a-z_$][a-z_$@0-9]*/i,r],[yc,/^(?:0x[a-f0-9]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+\-]?\d+)?)[a-z]*/i,r,Ac],[Y,/^.[^\s\w\.$@\'\"\`\/\#]*/,r]);return K(b,c)}var ae=C({keywords:Bc,hashComments:o,cStyleComments:o,multiLineStrings:o,regexLiterals:o});function be(a){var b=a.source,c=a.f,d=a.c,
  /external/doclava/res/assets/templates/assets/
prettify.js 24 a.keywords.replace(/^\s+|\s+$/g,P);d.length&&c.push([uc,new RegExp(vc+d.replace(/\s+/g,O)+wc),r]);b.push([S,/^\s+/,r,xc]);c.push([yc,/^@[a-z_$][a-z_$@0-9]*/i,r,Ia],[zc,/^@?[A-Z]+[a-z][A-Za-z_$@0-9]*/,r],[S,/^[a-z_$][a-z_$@0-9]*/i,r],[yc,/^(?:0x[a-f0-9]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+\-]?\d+)?)[a-z]*/i,r,Ac],[Y,/^.[^\s\w\.$@\'\"\`\/\#]*/,r]);return K(b,c)}var ae=C({keywords:Bc,hashComments:o,cStyleComments:o,multiLineStrings:o,regexLiterals:o});function be(a){var b=a.source,c=a.f,d=a.c,
  /external/valgrind/main/callgrind/
callgrind_control.in 281 if ($arg =~ /^[A-Za-z_]/) {
  /external/deqp/framework/delibs/coding_guidelines/
prettify.js 14 null,"\"'"]);c.push(["pln",/^(?:[^\'\"\`\/\#]+)/,null," \r\n"]);if(b.hashComments)a.push(["com",/^#[^\r\n]*/,null,"#"]);if(b.cStyleComments)c.push(["com",/^\/\/[^\r\n]*/,null]);if(b.regexLiterals)c.push(["str",/^\/(?:[^\\\*\/\[]|\\[\s\S]|\[(?:[^\]\\]|\\.)*(?:\]|$))+(?:\/|$)/,Y]);if(b.cStyleComments)c.push(["com",/^\/\*[\s\S]*?(?:\*\/|$)/,null]);var d=x(b.keywords);b=null;var g=v(a,c),e=v([],[["pln",/^\s+/,null," \r\n"],["pln",/^[a-z_$@][a-z_$@0-9]*/i,null],["lit",/^0x[a-f0-9]+[a-z]/i,null],["lit",
  /external/chromium_org/testing/gtest/test/
gtest-printers_test.cc 127 UnprintableInFoo() : z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); }
128 double z() const { return z_; }
131 double z_; member in class:foo::UnprintableInFoo
    [all...]
  /external/gtest/test/
gtest-printers_test.cc 127 UnprintableInFoo() : z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); }
130 double z_; member in class:foo::UnprintableInFoo
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 127 UnprintableInFoo() : z_(0) { memcpy(xy_, "\xEF\x12\x0\x0\x34\xAB\x0\x0", 8); }
130 double z_; member in class:foo::UnprintableInFoo
    [all...]

Completed in 923 milliseconds

1 2