Searched refs:n_t_res (Results 1 – 1 of 1) sorted by relevance
1427 let n_t_res = op_n_t(n0, t1); in test_ops_impls() localVariable1436 let n_t_res = val_or_none(n_t_res); in test_ops_impls() localVariable1440 assert_eq!(n_t_res, n_n_res); in test_ops_impls()1447 let mut n_t_res = n0; in test_ops_impls() localVariable1448 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() localVariable1458 assert_eq!(n_t_res, n_n_res); in test_ops_impls()