Searched refs:TEST_NEG_OVERFLOW_CONVERSION_DEF (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/numeric/conversion/test/ |
D | converter_test.cpp | 102 …TEST_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()
|
D | test_helpers3.cpp | 138 #define TEST_NEG_OVERFLOW_CONVERSION_DEF(typeT,typeS,valueS) \ macro
|