Home
last modified time | relevance | path

Searched refs:floatingPointIsUnordered (Results 1 – 5 of 5) sorted by relevance

/dports/devel/cppunit/cppunit-1.14.0/examples/cppunittest/
H A DTestAssertTest.cpp261 CPPUNIT_ASSERT( CPPUNIT_NS::floatingPointIsUnordered( nan ) ); in testAssertDoubleNonFinite()
262 CPPUNIT_ASSERT( !CPPUNIT_NS::floatingPointIsUnordered( inf ) ); in testAssertDoubleNonFinite()
263 CPPUNIT_ASSERT( !CPPUNIT_NS::floatingPointIsUnordered( -inf ) ); in testAssertDoubleNonFinite()
264 CPPUNIT_ASSERT( !CPPUNIT_NS::floatingPointIsUnordered( 1.0 ) ); in testAssertDoubleNonFinite()
265 CPPUNIT_ASSERT( !CPPUNIT_NS::floatingPointIsUnordered( 1.5 ) ); in testAssertDoubleNonFinite()
266 CPPUNIT_ASSERT( !CPPUNIT_NS::floatingPointIsUnordered( 2.0 ) ); in testAssertDoubleNonFinite()
267 CPPUNIT_ASSERT( !CPPUNIT_NS::floatingPointIsUnordered( 2.5 ) ); in testAssertDoubleNonFinite()
268 CPPUNIT_ASSERT( !CPPUNIT_NS::floatingPointIsUnordered( 0.0 ) ); in testAssertDoubleNonFinite()
269 CPPUNIT_ASSERT( !CPPUNIT_NS::floatingPointIsUnordered( -1.0 ) ); in testAssertDoubleNonFinite()
270 CPPUNIT_ASSERT( !CPPUNIT_NS::floatingPointIsUnordered( -2.0 ) ); in testAssertDoubleNonFinite()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/include/cppunit/portability/
H A DFloatingPoint.h32 inline bool floatingPointIsUnordered( double x ) in floatingPointIsUnordered() function
53 return testInf == 0.0 && !floatingPointIsUnordered(testInf); in floatingPointIsFinite()
/dports/devel/cppunit/cppunit-1.14.0/include/cppunit/portability/
H A DFloatingPoint.h32 inline bool floatingPointIsUnordered( double x ) in floatingPointIsUnordered() function
53 return testInf == 0.0 && !floatingPointIsUnordered(testInf); in floatingPointIsFinite()
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/cppunit/src/cppunit/
H A DTestAssert.cpp27 if ( floatingPointIsUnordered(expected) || floatingPointIsUnordered(actual) ) in assertDoubleEquals()
/dports/devel/cppunit/cppunit-1.14.0/src/cppunit/
H A DTestAssert.cpp27 if ( floatingPointIsUnordered(expected) || floatingPointIsUnordered(actual) ) in assertDoubleEquals()