Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/test/
Dtest_cpp_rat_serial.cpp69 void test_neg(const T& x, const boost::mpl::true_&) in test_neg() function
118 void test_neg(const T&, const boost::mpl::false_&) {} in test_neg() function
163 test_neg(val, boost::mpl::bool_<std::numeric_limits<T>::is_signed>()); in test()
Dtest_cpp_int_serial.cpp67 void test_neg(const T& x, const boost::mpl::true_&) in test_neg() function
103 void test_neg(const T&, const boost::mpl::false_&) {} in test_neg() function
162 test_neg(val, boost::mpl::bool_<std::numeric_limits<T>::is_signed>()); in test()
Dtest_adapt_serial.cpp69 void test_neg(const T& x, const boost::mpl::true_&) in test_neg() function
118 void test_neg(const T&, const boost::mpl::false_&) {} in test_neg() function
176 test_neg(val, boost::mpl::bool_<std::numeric_limits<T>::is_signed>()); in test()
/third_party/boost/libs/numeric/interval/test/
Dadd.cpp132 bool test_neg() { in test_neg() function
220 BOOST_CHECK((test_neg<I1>())); in test_main()
221 BOOST_CHECK((test_neg<I2>())); in test_main()
/third_party/python/Lib/test/
Dtest_operator.py235 def test_neg(self): member in OperatorTestCase
Dtest_complex.py591 def test_neg(self): member in ComplexTest
Dtest_builtin.py262 def test_neg(self): member in BuiltinTest