Lines Matching refs:rhs_native
320 let rhs_native: $native = rhs.get(); localVariable
321 let result_native = core::ops::$trait::$method(self_native, rhs_native);
331 let rhs_native: $native = rhs.get(); localVariable
332 let result_native = core::ops::$trait::$method(self, rhs_native);
358 let rhs_native: $native = rhs.get(); localVariable
359 *self = core::ops::$trait::$method(*self, rhs_native);
383 let rhs_native = $native::from_ne_bytes(rhs.0); localVariable
384 let result_native = core::ops::$trait::$method(self_native, rhs_native);
395 let rhs_native = $native::from_ne_bytes(rhs.0); localVariable
401 let result_native = core::ops::$trait::$method(slf_native, rhs_native);
415 let rhs_native = $native::from_ne_bytes(rhs_byteorder.0); localVariable
419 let result_native = core::ops::$trait::$method(slf_native, rhs_native);
436 let rhs_native = rhs.get(); localVariable
438 *self = core::ops::$trait::$method(*self, rhs_native);