Home
last modified time | relevance | path

Searched defs:with_w (Results 1 – 14 of 14) sorted by relevance

/external/rust/android-crates-io/crates/glam/src/f64/
Ddvec4.rs203 pub fn with_w(mut self, w: f64) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dvec4.rs190 pub fn with_w(mut self, w: f32) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dvec4.rs206 pub fn with_w(mut self, w: f32) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dvec4.rs189 pub fn with_w(mut self, w: f32) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/f32/neon/
Dvec4.rs198 pub fn with_w(mut self, w: f32) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dvec4.rs214 pub fn with_w(mut self, w: f32) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec4.rs180 pub fn with_w(mut self, w: u16) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/u32/
Duvec4.rs180 pub fn with_w(mut self, w: u32) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec4.rs180 pub fn with_w(mut self, w: u64) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/u8/
Du8vec4.rs180 pub fn with_w(mut self, w: u8) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec4.rs195 pub fn with_w(mut self, w: i16) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec4.rs195 pub fn with_w(mut self, w: i8) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec4.rs195 pub fn with_w(mut self, w: i64) -> Self { in with_w() method
/external/rust/android-crates-io/crates/glam/src/i32/
Divec4.rs195 pub fn with_w(mut self, w: i32) -> Self { in with_w() method