/external/rust/crates/glam/tests/ |
D | vec2.rs | 752 $vec2::new(12.0, 16.0).clamp_length(7.0, 10.0), 757 $vec2::new(2.0, 1.0).clamp_length(0.5, 5.0), 762 $vec2::new(0.6, 0.8).clamp_length(10.0, 20.0), 765 should_glam_assert!({ $vec2::ONE.clamp_length(1.0, 0.0) });
|
D | vec3.rs | 827 $vec3::new(12.0, 16.0, 0.0).clamp_length(7.0, 10.0), 832 $vec3::new(2.0, 1.0, 0.0).clamp_length(0.5, 5.0), 837 $vec3::new(0.6, 0.8, 0.0).clamp_length(10.0, 20.0), 840 should_glam_assert!({ $vec3::ONE.clamp_length(1.0, 0.0) });
|
D | vec4.rs | 919 $vec4::new(12.0, 16.0, 0.0, 0.0).clamp_length(7.0, 10.0), 924 $vec4::new(2.0, 1.0, 0.0, 0.0).clamp_length(0.5, 5.0), 929 $vec4::new(0.6, 0.8, 0.0, 0.0).clamp_length(10.0, 20.0), 932 should_glam_assert!({ $vec4::ONE.clamp_length(1.0, 0.0) });
|
/external/rust/crates/glam/src/f32/coresimd/ |
D | vec4.rs | 553 pub fn clamp_length(self, min: f32, max: f32) -> Self { in clamp_length() method
|
D | vec3a.rs | 574 pub fn clamp_length(self, min: f32, max: f32) -> Self { in clamp_length() method
|
/external/rust/crates/glam/src/f32/wasm32/ |
D | vec4.rs | 573 pub fn clamp_length(self, min: f32, max: f32) -> Self { in clamp_length() method
|
D | vec3a.rs | 586 pub fn clamp_length(self, min: f32, max: f32) -> Self { in clamp_length() method
|
/external/rust/crates/glam/src/f32/ |
D | vec2.rs | 556 pub fn clamp_length(self, min: f32, max: f32) -> Self { in clamp_length() method
|
D | vec3.rs | 605 pub fn clamp_length(self, min: f32, max: f32) -> Self { in clamp_length() method
|
/external/rust/crates/glam/src/f64/ |
D | dvec2.rs | 556 pub fn clamp_length(self, min: f64, max: f64) -> Self { in clamp_length() method
|
D | dvec3.rs | 605 pub fn clamp_length(self, min: f64, max: f64) -> Self { in clamp_length() method
|
D | dvec4.rs | 646 pub fn clamp_length(self, min: f64, max: f64) -> Self { in clamp_length() method
|
/external/rust/crates/glam/src/f32/sse2/ |
D | vec4.rs | 591 pub fn clamp_length(self, min: f32, max: f32) -> Self { in clamp_length() method
|
D | vec3a.rs | 611 pub fn clamp_length(self, min: f32, max: f32) -> Self { in clamp_length() method
|
/external/rust/crates/glam/src/f32/scalar/ |
D | vec3a.rs | 611 pub fn clamp_length(self, min: f32, max: f32) -> Self { in clamp_length() method
|
D | vec4.rs | 654 pub fn clamp_length(self, min: f32, max: f32) -> Self { in clamp_length() method
|
/external/rust/crates/glam/ |
D | CHANGELOG.md | 466 * Added `clamp_length()`, `clamp_length_max()`, and `clamp_length_min` methods
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 46038 bool (*clamp_length)(struct netfs_read_subrequest *); member
|