Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/glam/src/f64/
Ddmat4.rs995 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
1024 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable
/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dmat4.rs1013 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
1042 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dmat4.rs1091 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
1120 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable
/external/rust/android-crates-io/crates/glam/src/f32/neon/
Dmat4.rs1096 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
1125 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable
/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dmat4.rs1100 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
1129 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dmat4.rs1091 let rcp_width = 1.0 / (right - left); in orthographic_lh() localVariable
1120 let rcp_width = 1.0 / (right - left); in orthographic_rh() localVariable