Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/glam/src/f64/
Ddmat4.rs996 let rcp_height = 1.0 / (top - bottom); in orthographic_lh() localVariable
1025 let rcp_height = 1.0 / (top - bottom); in orthographic_rh() localVariable
/external/rust/android-crates-io/crates/glam/src/f32/scalar/
Dmat4.rs1014 let rcp_height = 1.0 / (top - bottom); in orthographic_lh() localVariable
1043 let rcp_height = 1.0 / (top - bottom); in orthographic_rh() localVariable
/external/rust/android-crates-io/crates/glam/src/f32/wasm32/
Dmat4.rs1092 let rcp_height = 1.0 / (top - bottom); in orthographic_lh() localVariable
1121 let rcp_height = 1.0 / (top - bottom); in orthographic_rh() localVariable
/external/rust/android-crates-io/crates/glam/src/f32/neon/
Dmat4.rs1097 let rcp_height = 1.0 / (top - bottom); in orthographic_lh() localVariable
1126 let rcp_height = 1.0 / (top - bottom); in orthographic_rh() localVariable
/external/rust/android-crates-io/crates/glam/src/f32/sse2/
Dmat4.rs1101 let rcp_height = 1.0 / (top - bottom); in orthographic_lh() localVariable
1130 let rcp_height = 1.0 / (top - bottom); in orthographic_rh() localVariable
/external/rust/android-crates-io/crates/glam/src/f32/coresimd/
Dmat4.rs1092 let rcp_height = 1.0 / (top - bottom); in orthographic_lh() localVariable
1121 let rcp_height = 1.0 / (top - bottom); in orthographic_rh() localVariable