/external/libchrome/ui/gfx/geometry/ |
D | quaternion.h | 20 : x_(x), y_(y), z_(z), w_(w) {} in Quaternion() 32 constexpr double z() const { return z_; } in z() 33 void set_z(double z) { z_ = z; } in set_z() 39 return {q.x_ + x_, q.y_ + y_, q.z_ + z_, q.w_ + w_}; 43 return {w_ * q.x_ + x_ * q.w_ + y_ * q.z_ - z_ * q.y_, 44 w_ * q.y_ - x_ * q.z_ + y_ * q.w_ + z_ * q.x_, 45 w_ * q.z_ + x_ * q.y_ - y_ * q.x_ + z_ * q.w_, 46 w_ * q.w_ - x_ * q.x_ - y_ * q.y_ - z_ * q.z_}; 49 Quaternion inverse() const { return {-x_, -y_, -z_, w_}; } in inverse() 71 double z_ = 0.0; variable
|
D | vector3d_f.h | 23 constexpr Vector3dF() : x_(0), y_(0), z_(0) {} in Vector3dF() 24 constexpr Vector3dF(float x, float y, float z) : x_(x), y_(y), z_(z) {} in Vector3dF() 27 : x_(other.x()), y_(other.y()), z_(0) {} in Vector3dF() 35 constexpr float z() const { return z_; } in z() 36 void set_z(float z) { z_ = z; } in set_z() 52 z_ = z_ <= other.z_ ? z_ : other.z_; in SetToMin() 58 z_ = z_ >= other.z_ ? z_ : other.z_; in SetToMax() 83 float z_; variable
|
D | vector3d_f.cc | 19 return base::StringPrintf("[%f %f %f]", x_, y_, z_); in ToString() 23 return x_ == 0 && y_ == 0 && z_ == 0; in IsZero() 29 z_ += other.z_; in Add() 35 z_ -= other.z_; in Subtract() 40 static_cast<double>(z_) * z_; in LengthSquared() 50 z_ *= z_scale; in Scale() 56 double dz = z_; in Cross() 62 z_ = z; in Cross()
|
D | point3_f.h | 20 constexpr Point3F() : x_(0), y_(0), z_(0) {} in Point3F() 21 constexpr Point3F(float x, float y, float z) : x_(x), y_(y), z_(z) {} in Point3F() 24 : x_(point.x()), y_(point.y()), z_(0) {} in Point3F() 36 constexpr float z() const { return z_; } in z() 40 void set_z(float z) { z_ = z; } in set_z() 45 z_ = z; in SetPoint() 52 z_ += v.z(); 59 z_ -= v.z(); 66 float dz = z_ - other.z_; in SquaredDistanceTo() 78 float z_; variable
|
D | quaternion.cc | 35 z_ = normalized.z() * s; in Quaternion() 54 z_ = axis.z(); in Quaternion() 61 double dot = x_ * q.x_ + y_ * q.y_ + z_ * q.z_ + w_ * q.w_; in Slerp() 85 return x_ * x_ + y_ * y_ + z_ * z_ + w_ * w_; in Length() 99 gfx::Vector3dF v(x_, y_, z_); in ToString() 101 return base::StringPrintf("[%f %f %f %f], v:", x_, y_, z_, w_) + in ToString()
|
D | point3_f.cc | 12 return base::StringPrintf("%f,%f,%f", x_, y_, z_); in ToString()
|
/external/bzip2/ |
D | bzip2.1.preformatted | 19 _b_z_i_p_2 compresses files using the Burrows‐Wheeler block 27 those of _G_N_U _g_z_i_p_, but they are not identical. 29 _b_z_i_p_2 expects a list of file names to accompany the com 41 _b_z_i_p_2 and _b_u_n_z_i_p_2 will by default not overwrite existing 44 If no file names are specified, _b_z_i_p_2 compresses from 45 standard input to standard output. In this case, _b_z_i_p_2 50 _b_u_n_z_i_p_2 (or _b_z_i_p_2 _−_d_) decompresses all specified files. 51 Files which were not created by _b_z_i_p_2 will be detected and 52 ignored, and a warning issued. _b_z_i_p_2 attempts to guess 63 …_._b_z_2_, _._b_z_, _._t_b_z_2 or _._t_b_z_, _b_z_i_p_2 complains that i… [all …]
|
/external/yapf/ |
D | pylintrc | 224 #function-rgx=[a-z_][a-z0-9_]{2,30}$ 228 function-name-hint=[a-z_][a-z0-9_]{2,30}$ 231 variable-rgx=[a-z_][a-z0-9_]{2,30}$ 234 variable-name-hint=[a-z_][a-z0-9_]{2,30}$ 245 attr-rgx=[a-z_][a-z0-9_]{2,30}$ 248 attr-name-hint=[a-z_][a-z0-9_]{2,30}$ 251 argument-rgx=[a-z_][a-z0-9_]{2,30}$ 254 argument-name-hint=[a-z_][a-z0-9_]{2,30}$ 258 #class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$ 259 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,40}|(__.*__))$ [all …]
|
/external/avb/ |
D | pylintrc | 340 function-rgx=[a-z_][a-z0-9_]{2,30}$ 343 function-name-hint=[a-z_][a-z0-9_]{2,30}$ 346 variable-rgx=[a-z_][a-z0-9_]{2,30}$ 349 variable-name-hint=[a-z_][a-z0-9_]{2,30}$ 358 attr-rgx=[a-z_][a-z0-9_]{2,30}$ 361 attr-name-hint=[a-z_][a-z0-9_]{2,30}$ 364 argument-rgx=[a-z_][a-z0-9_]{2,30}$ 367 argument-name-hint=[a-z_][a-z0-9_]{2,30}$ 370 class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$ 373 class-attribute-name-hint=([A-Za-z_][A-Za-z0-9_]{2,30}|(__.*__))$ [all …]
|
/external/antlr/runtime/Python3/ |
D | pylintrc | 92 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ 101 function-rgx=[a-z_][a-z0-9_]{2,30}$ 104 method-rgx=[a-z_][a-z0-9_]{2,30}$ 107 attr-rgx=[a-z_][a-z0-9_]{2,30}$ 110 argument-rgx=[a-z_][a-z0-9_]{2,30}$ 113 variable-rgx=[a-z_][a-z0-9_]{2,30}$ 117 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | types.h | 59 Vec4(S x_, S y_, S z_, S w_) : x(x_), y(y_), z(z_), w(w_) {} in Vec4() 104 constexpr Vec3(S x_, S y_, S z_) : x(x_), y(y_), z(z_) {} in Vec3()
|
/external/flatbuffers/tests/ |
D | native_type_test_generated.h | 27 float z_; variable 39 z_(flatbuffers::EndianScalar(_z)) { in Vector3D() 54 return flatbuffers::EndianScalar(z_); in z() 57 flatbuffers::WriteScalar(&z_, _z); in mutate_z()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | smrd-vccz-bug.ll | 12 ; GCN: s_cbranch_vccnz [[EXIT:[0-9A-Za-z_]+]] 33 ; GCN: s_cbranch_vccnz [[EXIT:[0-9A-Za-z_]+]]
|
/external/llvm-project/llvm/test/CodeGen/AMDGPU/ |
D | smrd-vccz-bug.ll | 11 ; GCN: s_cbranch_vccnz [[EXIT:[0-9A-Za-z_]+]] 33 ; GCN: s_cbranch_vccnz [[EXIT:[0-9A-Za-z_]+]]
|
/external/antlr/runtime/Python/ |
D | pylintrc | 166 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ 175 function-rgx=[a-z_][a-z0-9_]{2,30}$ 178 method-rgx=[a-z_][a-z0-9_]{2,30}$ 181 attr-rgx=[a-z_][a-z0-9_]{2,30}$ 184 argument-rgx=[a-z_][a-z0-9_]{2,30}$ 187 variable-rgx=[a-z_][a-z0-9_]{2,30}$ 191 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
|
/external/llvm-project/llvm/test/Instrumentation/MemorySanitizer/ |
D | atomics.ll | 92 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 107 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 122 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 137 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16
|
/external/llvm/test/Instrumentation/MemorySanitizer/ |
D | atomics.ll | 86 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 101 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 116 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16 131 ; CHECK: [[SHADOW:%[01-9a-z_]+]] = load i32, i32* {{.*}}, align 16
|
/external/webrtc/ |
D | pylintrc | 110 module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ 139 attr-rgx=[a-z_][a-z0-9_]{2,30}$ 142 argument-rgx=[a-z_][a-z0-9_]{2,30}$ 145 variable-rgx=[a-z_][a-z0-9_]{0,30}$ 149 inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
|
/external/deqp/framework/common/ |
D | 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_) in Vector() argument 201 m_data[2] = z_; in Vector() 205 inline Vector<T, Size>::Vector (T x_, T y_, T z_, T w_) in Vector() argument 210 m_data[2] = z_; in Vector()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Image.h | 703 void chromaBluePrimary(const double x_,const double y_,const double z_); 704 void chromaBluePrimary(double *x_,double *y_,double *z_) const; 707 void chromaGreenPrimary(const double x_,const double y_,const double z_); 708 void chromaGreenPrimary(double *x_,double *y_,double *z_) const; 711 void chromaRedPrimary(const double x_,const double y_,const double z_); 712 void chromaRedPrimary(double *x_,double *y_,double *z_) const; 715 void chromaWhitePoint(const double x_,const double y_,const double z_); 716 void chromaWhitePoint(double *x_,double *y_,double *z_) const;
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | zbuild.h | 16 # define PREFIX3(x) z_ ## x
|
/external/autotest/utils/ |
D | pylintrc | 152 #module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$ 182 #attr-rgx=[a-z_][a-z0-9_]{2,30}$ 185 #argument-rgx=[a-z_][a-z0-9_]{2,30}$ 188 #variable-rgx=[a-z_][a-z0-9_]{2,30}$ 192 #inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | dns-proto.h | 190 z_(false), ad_(false), cd_(false), rcode_(ns_r_noerror) {} in DNSPacket() 215 DNSPacket& set_z(bool v = true) { z_ = v; return *this; } 230 bool z_; member
|
/external/ImageMagick/Magick++/lib/ |
D | STL.cpp | 1222 const double y_,const double z_) in chromaBluePrimaryImage() argument 1225 _z(z_) in chromaBluePrimaryImage() 1235 const double y_,const double z_) in chromaGreenPrimaryImage() argument 1238 _z(z_) in chromaGreenPrimaryImage() 1248 const double y_,const double z_) in chromaRedPrimaryImage() argument 1251 _z(z_) in chromaRedPrimaryImage() 1261 const double y_,const double z_) in chromaWhitePointImage() argument 1264 _z(z_) in chromaWhitePointImage()
|
/external/pdfium/testing/resources/pixel/ |
D | bug_591137.in | 88 ID &����ᇄ0�zM��M����o��/��4�.3N|�� ^^���z_�_������ɪ��'���p�M���Bk!hP
|