Home
last modified time | relevance | path

Searched defs:checked_manhattan_distance (Results 1 – 24 of 24) sorted by relevance

/external/rust/android-crates-io/crates/glam/src/u16/
Du16vec2.rs329 pub fn checked_manhattan_distance(self, other: Self) -> Option<u16> { in checked_manhattan_distance() method
Du16vec4.rs405 pub fn checked_manhattan_distance(self, other: Self) -> Option<u16> { in checked_manhattan_distance() method
Du16vec3.rs378 pub fn checked_manhattan_distance(self, other: Self) -> Option<u16> { in checked_manhattan_distance() method
/external/rust/android-crates-io/crates/glam/src/u8/
Du8vec2.rs329 pub fn checked_manhattan_distance(self, other: Self) -> Option<u8> { in checked_manhattan_distance() method
Du8vec3.rs378 pub fn checked_manhattan_distance(self, other: Self) -> Option<u8> { in checked_manhattan_distance() method
Du8vec4.rs405 pub fn checked_manhattan_distance(self, other: Self) -> Option<u8> { in checked_manhattan_distance() method
/external/rust/android-crates-io/crates/glam/src/u64/
Du64vec2.rs329 pub fn checked_manhattan_distance(self, other: Self) -> Option<u64> { in checked_manhattan_distance() method
Du64vec4.rs405 pub fn checked_manhattan_distance(self, other: Self) -> Option<u64> { in checked_manhattan_distance() method
Du64vec3.rs378 pub fn checked_manhattan_distance(self, other: Self) -> Option<u64> { in checked_manhattan_distance() method
/external/rust/android-crates-io/crates/glam/src/u32/
Duvec2.rs329 pub fn checked_manhattan_distance(self, other: Self) -> Option<u32> { in checked_manhattan_distance() method
Duvec3.rs378 pub fn checked_manhattan_distance(self, other: Self) -> Option<u32> { in checked_manhattan_distance() method
Duvec4.rs405 pub fn checked_manhattan_distance(self, other: Self) -> Option<u32> { in checked_manhattan_distance() method
/external/rust/android-crates-io/crates/glam/src/i8/
Di8vec3.rs465 pub fn checked_manhattan_distance(self, other: Self) -> Option<u8> { in checked_manhattan_distance() method
Di8vec2.rs401 pub fn checked_manhattan_distance(self, other: Self) -> Option<u8> { in checked_manhattan_distance() method
Di8vec4.rs500 pub fn checked_manhattan_distance(self, other: Self) -> Option<u8> { in checked_manhattan_distance() method
/external/rust/android-crates-io/crates/glam/src/i32/
Divec2.rs401 pub fn checked_manhattan_distance(self, other: Self) -> Option<u32> { in checked_manhattan_distance() method
Divec3.rs465 pub fn checked_manhattan_distance(self, other: Self) -> Option<u32> { in checked_manhattan_distance() method
Divec4.rs500 pub fn checked_manhattan_distance(self, other: Self) -> Option<u32> { in checked_manhattan_distance() method
/external/rust/android-crates-io/crates/glam/src/i64/
Di64vec3.rs465 pub fn checked_manhattan_distance(self, other: Self) -> Option<u64> { in checked_manhattan_distance() method
Di64vec2.rs401 pub fn checked_manhattan_distance(self, other: Self) -> Option<u64> { in checked_manhattan_distance() method
Di64vec4.rs500 pub fn checked_manhattan_distance(self, other: Self) -> Option<u64> { in checked_manhattan_distance() method
/external/rust/android-crates-io/crates/glam/src/i16/
Di16vec3.rs465 pub fn checked_manhattan_distance(self, other: Self) -> Option<u16> { in checked_manhattan_distance() method
Di16vec2.rs401 pub fn checked_manhattan_distance(self, other: Self) -> Option<u16> { in checked_manhattan_distance() method
Di16vec4.rs500 pub fn checked_manhattan_distance(self, other: Self) -> Option<u16> { in checked_manhattan_distance() method