MCPcopy Create free account
hub / github.com/PerroEngine/Perro / sub_assign_f32

Method sub_assign_f32

perro_source/core/perro_structs/src/structs/matrix/mod.rs:1265–1268  ·  view source on GitHub ↗
(&mut self, rhs: Self)

Source from the content-addressed store, hash-verified

1263
1264 #[inline]
1265 pub fn sub_assign_f32(&mut self, rhs: Self) -> &mut Self {
1266 simd_sub_assign(self.as_mut_slice(), rhs.as_slice());
1267 self
1268 }
1269
1270 #[inline]
1271 pub fn scale_fast(self, rhs: f32) -> Self {

Callers 1

sub_f32Method · 0.80

Calls 3

simd_sub_assignFunction · 0.85
as_mut_sliceMethod · 0.80
as_sliceMethod · 0.45

Tested by

no test coverage detected