Searched refs:test_neg (Results 1 – 7 of 7) sorted by relevance
69 void test_neg(const T& x, const boost::mpl::true_&) in test_neg() function118 void test_neg(const T&, const boost::mpl::false_&) {} in test_neg() function163 test_neg(val, boost::mpl::bool_<std::numeric_limits<T>::is_signed>()); in test()
67 void test_neg(const T& x, const boost::mpl::true_&) in test_neg() function103 void test_neg(const T&, const boost::mpl::false_&) {} in test_neg() function162 test_neg(val, boost::mpl::bool_<std::numeric_limits<T>::is_signed>()); in test()
69 void test_neg(const T& x, const boost::mpl::true_&) in test_neg() function118 void test_neg(const T&, const boost::mpl::false_&) {} in test_neg() function176 test_neg(val, boost::mpl::bool_<std::numeric_limits<T>::is_signed>()); in test()
132 bool test_neg() { in test_neg() function220 BOOST_CHECK((test_neg<I1>())); in test_main()221 BOOST_CHECK((test_neg<I2>())); in test_main()
235 def test_neg(self): member in OperatorTestCase
591 def test_neg(self): member in ComplexTest
262 def test_neg(self): member in BuiltinTest