Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs1428 let n_n_res = op_n_n(n0, n1); in test_ops_impls() localVariable
1437 let n_n_res = (!T::Native::is_nan(n_n_res)).then(|| n_n_res); in test_ops_impls() localVariable
1438 assert_eq!(t_t_res, n_n_res); in test_ops_impls()
1439 assert_eq!(t_n_res, n_n_res); in test_ops_impls()
1440 assert_eq!(n_t_res, n_n_res); in test_ops_impls()
1456 assert_eq!(t_t_res, n_n_res); in test_ops_impls()
1457 assert_eq!(t_n_res, n_n_res); in test_ops_impls()
1458 assert_eq!(n_t_res, n_n_res); in test_ops_impls()