Home
last modified time | relevance | path

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

/third_party/boost/libs/geometry/test/arithmetic/
Dgeneral.cpp50 void test_subtraction() in test_subtraction() function
124 test_subtraction<P, P2>(); in test_all()
/third_party/boost/libs/math/test/
Dtest_polynomial.cpp399 BOOST_AUTO_TEST_CASE_TEMPLATE( test_subtraction, T, all_test_types ) in BOOST_AUTO_TEST_CASE_TEMPLATE() argument
/third_party/python/Lib/test/
Dtest_decimal.py1251 def test_subtraction(self): member in ArithmeticOperatorsTest