Home
last modified time | relevance | path

Searched defs:from_array (Results 26 – 50 of 73) sorted by relevance

123

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dquat.rs78 pub const fn from_array(a: [f32; 4]) -> Self { in from_array() method
Dvec4.rs132 pub const fn from_array(a: [f32; 4]) -> Self { in from_array() method
Dvec3a.rs114 pub const fn from_array(a: [f32; 3]) -> Self { in from_array() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddquat.rs74 pub const fn from_array(a: [f64; 4]) -> Self { in from_array() method
Ddvec2.rs98 pub const fn from_array(a: [f64; 2]) -> Self { in from_array() method
Ddvec4.rs122 pub const fn from_array(a: [f64; 4]) -> Self { in from_array() method
Ddvec3.rs105 pub const fn from_array(a: [f64; 3]) -> Self { in from_array() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dquat.rs75 pub const fn from_array(a: [f32; 4]) -> Self { in from_array() method
Dvec4.rs114 pub const fn from_array(a: [f32; 4]) -> Self { in from_array() method
Dvec3a.rs112 pub const fn from_array(a: [f32; 3]) -> Self { in from_array() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dquat.rs84 pub const fn from_array(a: [f32; 4]) -> Self { in from_array() method
Dvec3a.rs120 pub const fn from_array(a: [f32; 3]) -> Self { in from_array() method
Dvec4.rs122 pub const fn from_array(a: [f32; 4]) -> Self { in from_array() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dvector.rs232 pub const fn from_array(array: [T; N]) -> Self { in from_array() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dvector.rs232 pub const fn from_array(array: [T; N]) -> Self { in from_array() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dvector.rs232 pub const fn from_array(array: [T; N]) -> Self { in from_array() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dvector.rs232 pub const fn from_array(array: [T; N]) -> Self { in from_array() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/
H A Dvector.rs232 pub const fn from_array(array: [T; N]) -> Self { in from_array() function
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dquat.rs75 pub const fn from_array(a: [f32; 4]) -> Self { in from_array() method
Dvec3a.rs107 pub const fn from_array(a: [f32; 3]) -> Self { in from_array() method
Dvec4.rs109 pub const fn from_array(a: [f32; 4]) -> Self { in from_array() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dvec3.rs105 pub const fn from_array(a: [f32; 3]) -> Self { in from_array() method
Dvec2.rs98 pub const fn from_array(a: [f32; 2]) -> Self { in from_array() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec2.rs90 pub const fn from_array(a: [i64; 2]) -> Self { in from_array() method
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs97 pub const fn from_array(a: [i16; 3]) -> Self { in from_array() method

123