Searched refs:TEST_POS_OVERFLOW_CONVERSION_DEF (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/numeric/conversion/test/ |
D | converter_test.cpp | 101 …TEST_POS_OVERFLOW_CONVERSION_DEF(boost::int16_t,boost::int32_t,bounds<boost::int16_t>::highest() +… in test_conversions() 111 …TEST_POS_OVERFLOW_CONVERSION_DEF(boost::uint16_t,boost::int32_t,bounds<boost::uint16_t>::highest()… in test_conversions() 123 …TEST_POS_OVERFLOW_CONVERSION_DEF(boost::int32_t,boost::uint32_t,bounds<boost::uint32_t>::highest()… in test_conversions() 124 …TEST_POS_OVERFLOW_CONVERSION_DEF(boost::int16_t,boost::uint32_t,bounds<boost::uint32_t>::highest()… in test_conversions() 135 …TEST_POS_OVERFLOW_CONVERSION_DEF(boost::uint16_t,boost::uint32_t,bounds<boost::uint32_t>::highest(… in test_conversions() 154 TEST_POS_OVERFLOW_CONVERSION_DEF(boost::int32_t,double,dv) ; in test_conversions() 167 TEST_POS_OVERFLOW_CONVERSION_DEF(float,double,bounds<double>::highest()) ; in test_conversions()
|
D | test_helpers3.cpp | 135 #define TEST_POS_OVERFLOW_CONVERSION_DEF(typeT,typeS,valueS) \ macro
|