Searched refs:test_square (Results 1 – 4 of 4) sorted by relevance
61 static bool test_square(double al, double au) { in test_square() function112 BOOST_CHECK(test_square(2, 3)); in test_main()113 BOOST_CHECK(test_square(-2, 3)); in test_main()114 BOOST_CHECK(test_square(-3, 2)); in test_main()
71 def test_square(): function
83 def test_square(): function
749 def test_square(): function