Home
last modified time | relevance | path

Searched refs:TEST_NEG_OVERFLOW_CONVERSION_DEF (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/numeric/conversion/test/
Dconverter_test.cpp102TEST_NEG_OVERFLOW_CONVERSION_DEF(boost::int16_t,boost::int32_t,bounds<boost::int16_t>::lowest() -… in test_conversions()
112 TEST_NEG_OVERFLOW_CONVERSION_DEF(boost::uint32_t,boost::int32_t,boost::int32_t(-1) ) ; in test_conversions()
155 TEST_NEG_OVERFLOW_CONVERSION_DEF(boost::int32_t,double,-dv) ; in test_conversions()
168 TEST_NEG_OVERFLOW_CONVERSION_DEF(float,double,bounds<double>::lowest ()) ; in test_conversions()
Dtest_helpers3.cpp138 #define TEST_NEG_OVERFLOW_CONVERSION_DEF(typeT,typeS,valueS) \ macro