| /external/rust/crates/glam/src/swizzles/ | 
| D | dvec4_impl.rs | 5 impl Vec4Swizzles for DVec4 {  implementation 715     fn xxxx(self) -> DVec4 {  in xxxx() 720     fn xxxy(self) -> DVec4 {  in xxxy() 725     fn xxxz(self) -> DVec4 {  in xxxz() 730     fn xxxw(self) -> DVec4 {  in xxxw() 735     fn xxyx(self) -> DVec4 {  in xxyx() 740     fn xxyy(self) -> DVec4 {  in xxyy() 745     fn xxyz(self) -> DVec4 {  in xxyz() 750     fn xxyw(self) -> DVec4 {  in xxyw() 755     fn xxzx(self) -> DVec4 {  in xxzx() [all …] 
 | 
| D | dvec3_impl.rs | 326     fn xxxx(self) -> DVec4 {  in xxxx() 331     fn xxxy(self) -> DVec4 {  in xxxy() 336     fn xxxz(self) -> DVec4 {  in xxxz() 341     fn xxyx(self) -> DVec4 {  in xxyx() 346     fn xxyy(self) -> DVec4 {  in xxyy() 351     fn xxyz(self) -> DVec4 {  in xxyz() 356     fn xxzx(self) -> DVec4 {  in xxzx() 361     fn xxzy(self) -> DVec4 {  in xxzy() 366     fn xxzz(self) -> DVec4 {  in xxzz() 371     fn xyxx(self) -> DVec4 {  in xyxx() [all …] 
 | 
| D | dvec2_impl.rs | 115     fn xxxx(self) -> DVec4 {  in xxxx() 120     fn xxxy(self) -> DVec4 {  in xxxy() 125     fn xxyx(self) -> DVec4 {  in xxyx() 130     fn xxyy(self) -> DVec4 {  in xxyy() 135     fn xyxx(self) -> DVec4 {  in xyxx() 140     fn xyxy(self) -> DVec4 {  in xyxy() 145     fn xyyx(self) -> DVec4 {  in xyyx() 150     fn xyyy(self) -> DVec4 {  in xyyy() 155     fn yxxx(self) -> DVec4 {  in yxxx() 160     fn yxxy(self) -> DVec4 {  in yxxy() [all …] 
 | 
| /external/rust/crates/glam/src/f64/ | 
| D | dvec4.rs | 16 pub const fn dvec4(x: f64, y: f64, z: f64, w: f64) -> DVec4 {  in dvec4() 25 pub struct DVec4 {  struct 32 impl DVec4 {  argument 714 impl Default for DVec4 {  implementation 721 impl Div<DVec4> for DVec4 {  implementation 734 impl DivAssign<DVec4> for DVec4 {  implementation 744 impl Div<f64> for DVec4 {  implementation 757 impl DivAssign<f64> for DVec4 {  implementation 770     fn div(self, rhs: DVec4) -> DVec4 {  in div() 780 impl Mul<DVec4> for DVec4 {  implementation [all …] 
 | 
| D | dmat4.rs | 15 pub const fn dmat4(x_axis: DVec4, y_axis: DVec4, z_axis: DVec4, w_axis: DVec4) -> DMat4 {  in dmat4() 98     pub const fn from_cols(x_axis: DVec4, y_axis: DVec4, z_axis: DVec4, w_axis: DVec4) -> Self {  in from_cols() 178     fn quat_to_axes(rotation: DQuat) -> (DVec4, DVec4, DVec4) {  in quat_to_axes() 482     pub fn col(&self, index: usize) -> DVec4 {  in col() 498     pub fn col_mut(&mut self, index: usize) -> &mut DVec4 {  in col_mut() 514     pub fn row(&self, index: usize) -> DVec4 {  in row() 984     pub fn mul_vec4(&self, rhs: DVec4) -> DVec4 {  in mul_vec4()
  | 
| D | dquat.rs | 829 impl From<DQuat> for DVec4 {  implementation
  | 
| D | dvec3.rs | 137     pub fn extend(self, w: f64) -> DVec4 {  in extend()
  | 
| /external/rust/crates/glam/src/features/ | 
| D | impl_bytemuck.rs | 38 unsafe impl Pod for DVec4 {}  implementation 39 unsafe impl Zeroable for DVec4 {}  implementation
  | 
| /external/deqp/framework/common/ | 
| D | tcuVectorType.hpp | 70 typedef Vector<double, 4>   DVec4;  typedef
  | 
| /external/rust/crates/glam/tests/ | 
| D | support.rs | 272 impl FloatCompare for DVec4 {  implementation
  | 
| /external/rust/crates/glam/src/f32/scalar/ | 
| D | vec4.rs | 705     pub fn as_dvec4(&self) -> crate::DVec4 {  in as_dvec4()
  | 
| /external/rust/crates/glam/src/i32/ | 
| D | ivec4.rs | 354     pub fn as_dvec4(&self) -> crate::DVec4 {  in as_dvec4()
  | 
| /external/rust/crates/glam/src/u32/ | 
| D | uvec4.rs | 295     pub fn as_dvec4(&self) -> crate::DVec4 {  in as_dvec4()
  | 
| /external/rust/crates/glam/src/f32/coresimd/ | 
| D | vec4.rs | 599     pub fn as_dvec4(&self) -> crate::DVec4 {  in as_dvec4()
  | 
| /external/rust/crates/glam/src/f32/wasm32/ | 
| D | vec4.rs | 624     pub fn as_dvec4(&self) -> crate::DVec4 {  in as_dvec4()
  | 
| /external/rust/crates/glam/src/f32/sse2/ | 
| D | vec4.rs | 647     pub fn as_dvec4(&self) -> crate::DVec4 {  in as_dvec4()
  |