Home
last modified time | relevance | path

Searched defs:length_sq (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/glam/src/f32/
Dvec3.rs702 let length_sq = self.length_squared(); in clamp_length() localVariable
716 let length_sq = self.length_squared(); in clamp_length_max() localVariable
728 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Dvec2.rs643 let length_sq = self.length_squared(); in clamp_length() localVariable
657 let length_sq = self.length_squared(); in clamp_length_max() localVariable
669 let length_sq = self.length_squared(); in clamp_length_min() localVariable
/external/rust/crates/glam/src/f64/
Ddvec2.rs643 let length_sq = self.length_squared(); in clamp_length() localVariable
657 let length_sq = self.length_squared(); in clamp_length_max() localVariable
669 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Ddvec4.rs744 let length_sq = self.length_squared(); in clamp_length() localVariable
758 let length_sq = self.length_squared(); in clamp_length_max() localVariable
770 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Ddvec3.rs702 let length_sq = self.length_squared(); in clamp_length() localVariable
716 let length_sq = self.length_squared(); in clamp_length_max() localVariable
728 let length_sq = self.length_squared(); in clamp_length_min() localVariable
/external/rust/crates/glam/src/f32/scalar/
Dvec3a.rs711 let length_sq = self.length_squared(); in clamp_length() localVariable
725 let length_sq = self.length_squared(); in clamp_length_max() localVariable
737 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Dvec4.rs756 let length_sq = self.length_squared(); in clamp_length() localVariable
770 let length_sq = self.length_squared(); in clamp_length_max() localVariable
782 let length_sq = self.length_squared(); in clamp_length_min() localVariable
/external/rust/crates/glam/src/f32/coresimd/
Dvec4.rs648 let length_sq = self.length_squared(); in clamp_length() localVariable
662 let length_sq = self.length_squared(); in clamp_length_max() localVariable
674 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Dvec3a.rs670 let length_sq = self.length_squared(); in clamp_length() localVariable
684 let length_sq = self.length_squared(); in clamp_length_max() localVariable
696 let length_sq = self.length_squared(); in clamp_length_min() localVariable
/external/rust/crates/glam/src/f32/wasm32/
Dvec3a.rs683 let length_sq = self.length_squared(); in clamp_length() localVariable
697 let length_sq = self.length_squared(); in clamp_length_max() localVariable
709 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Dvec4.rs669 let length_sq = self.length_squared(); in clamp_length() localVariable
683 let length_sq = self.length_squared(); in clamp_length_max() localVariable
695 let length_sq = self.length_squared(); in clamp_length_min() localVariable
/external/rust/crates/glam/src/f32/sse2/
Dvec3a.rs708 let length_sq = self.length_squared(); in clamp_length() localVariable
722 let length_sq = self.length_squared(); in clamp_length_max() localVariable
734 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Dvec4.rs687 let length_sq = self.length_squared(); in clamp_length() localVariable
701 let length_sq = self.length_squared(); in clamp_length_max() localVariable
713 let length_sq = self.length_squared(); in clamp_length_min() localVariable