Home
last modified time | relevance | path

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

/external/rust/crates/glam/src/f32/
Dvec2.rs558 let length_sq = self.length_squared(); in clamp_length() localVariable
570 let length_sq = self.length_squared(); in clamp_length_max() localVariable
580 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Dvec3.rs607 let length_sq = self.length_squared(); in clamp_length() localVariable
619 let length_sq = self.length_squared(); in clamp_length_max() localVariable
629 let length_sq = self.length_squared(); in clamp_length_min() localVariable
/external/rust/crates/glam/src/f64/
Ddvec2.rs558 let length_sq = self.length_squared(); in clamp_length() localVariable
570 let length_sq = self.length_squared(); in clamp_length_max() localVariable
580 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Ddvec3.rs607 let length_sq = self.length_squared(); in clamp_length() localVariable
619 let length_sq = self.length_squared(); in clamp_length_max() localVariable
629 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Ddvec4.rs648 let length_sq = self.length_squared(); in clamp_length() localVariable
660 let length_sq = self.length_squared(); in clamp_length_max() localVariable
670 let length_sq = self.length_squared(); in clamp_length_min() localVariable
/external/rust/crates/glam/src/f32/scalar/
Dvec3a.rs613 let length_sq = self.length_squared(); in clamp_length() localVariable
625 let length_sq = self.length_squared(); in clamp_length_max() localVariable
635 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Dvec4.rs656 let length_sq = self.length_squared(); in clamp_length() localVariable
668 let length_sq = self.length_squared(); in clamp_length_max() localVariable
678 let length_sq = self.length_squared(); in clamp_length_min() localVariable
/external/rust/crates/glam/src/f32/wasm32/
Dvec3a.rs588 let length_sq = self.length_squared(); in clamp_length() localVariable
600 let length_sq = self.length_squared(); in clamp_length_max() localVariable
610 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Dvec4.rs575 let length_sq = self.length_squared(); in clamp_length() localVariable
587 let length_sq = self.length_squared(); in clamp_length_max() localVariable
597 let length_sq = self.length_squared(); in clamp_length_min() localVariable
/external/rust/crates/glam/src/f32/coresimd/
Dvec4.rs555 let length_sq = self.length_squared(); in clamp_length() localVariable
567 let length_sq = self.length_squared(); in clamp_length_max() localVariable
577 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Dvec3a.rs576 let length_sq = self.length_squared(); in clamp_length() localVariable
588 let length_sq = self.length_squared(); in clamp_length_max() localVariable
598 let length_sq = self.length_squared(); in clamp_length_min() localVariable
/external/rust/crates/glam/src/f32/sse2/
Dvec4.rs593 let length_sq = self.length_squared(); in clamp_length() localVariable
605 let length_sq = self.length_squared(); in clamp_length_max() localVariable
615 let length_sq = self.length_squared(); in clamp_length_min() localVariable
Dvec3a.rs613 let length_sq = self.length_squared(); in clamp_length() localVariable
625 let length_sq = self.length_squared(); in clamp_length_max() localVariable
635 let length_sq = self.length_squared(); in clamp_length_min() localVariable