Home
last modified time | relevance | path

Searched defs:rcp_width (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Ddmat4.rs918 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
945 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dmat4.rs936 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
963 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dmat4.rs1015 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
1042 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dmat4.rs1015 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
1042 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dmat4.rs1024 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
1051 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable