Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/arithmetic/
Dgeneral.cpp33 void test_addition() in BOOST_GEOMETRY_REGISTER_BOOST_TUPLE_CS()
123 test_addition<P, P2>(); in test_all()
/third_party/boost/libs/math/test/
Dtest_polynomial.cpp385 BOOST_AUTO_TEST_CASE_TEMPLATE( test_addition, T, all_test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
/third_party/python/Lib/test/
Dtest_decimal.py1223 def test_addition(self): member in ArithmeticOperatorsTest