Home | History | Annotate | Download | only in unit

Lines Matching refs:sqrt

80   CPPUNIT_CHECK( are_equals(std::sqrt(4.0), 2.0) );
114 CPPUNIT_CHECK( are_equals(std::sqrt(4.0f), 2.0f) );
140 CPPUNIT_CHECK( are_equals(std::sqrt(4.0l), 2.0l) );
164 CPPUNIT_CHECK( are_equals(std::sqrt(std::sqrt(std::sqrt(256.0))), 2.0) );
165 CPPUNIT_CHECK( are_equals(std::sqrt(std::sqrt(std::sqrt(256.0f))), 2.0f) );
167 CPPUNIT_CHECK( are_equals(std::sqrt(std::sqrt(std::sqrt(256.0l))), 2.0l) );