Home
last modified time | relevance | path

Searched refs:n_t_res (Results 1 – 1 of 1) sorted by relevance

/linux/rust/zerocopy/src/
H A Dbyteorder.rs1427 let n_t_res = op_n_t(n0, t1); in test_ops_impls() localVariable
1436 let n_t_res = val_or_none(n_t_res); in test_ops_impls() localVariable
1440 assert_eq!(n_t_res, n_n_res); in test_ops_impls()
1447 let mut n_t_res = n0; in test_ops_impls() localVariable
1448 op_assign_n_t(&mut n_t_res, t1); in test_ops_impls()
1455 let n_t_res = (!T::Native::is_nan(n_t_res)).then(|| n_t_res); in test_ops_impls() localVariable
1458 assert_eq!(n_t_res, n_n_res); in test_ops_impls()