Searched refs:TEST_SUCCEEDING_CONVERSION_DEF (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/numeric/conversion/test/ |
D | converter_test.cpp | 96 TEST_SUCCEEDING_CONVERSION_DEF(boost::int32_t,boost::int16_t,v16,v16); in test_conversions() 100 TEST_SUCCEEDING_CONVERSION_DEF(boost::int16_t,boost::int32_t,v16,v16); in test_conversions() 109 TEST_SUCCEEDING_CONVERSION_DEF(boost::uint32_t,boost::int32_t,v32,v32); in test_conversions() 110 TEST_SUCCEEDING_CONVERSION_DEF(boost::uint16_t,boost::int32_t,v16,v16); in test_conversions() 118 TEST_SUCCEEDING_CONVERSION_DEF(boost::int32_t,boost::uint32_t,v32,v32); in test_conversions() 122 TEST_SUCCEEDING_CONVERSION_DEF(boost::int16_t,boost::uint32_t,v16,v16); in test_conversions() 130 TEST_SUCCEEDING_CONVERSION_DEF(boost::uint32_t,boost::uint16_t,uv16,uv16); in test_conversions() 134 TEST_SUCCEEDING_CONVERSION_DEF(boost::uint16_t,boost::uint32_t,uv16,uv16); in test_conversions() 141 TEST_SUCCEEDING_CONVERSION_DEF(double,boost::int32_t,v32,v32); in test_conversions() 145 TEST_SUCCEEDING_CONVERSION_DEF(double,boost::uint32_t,uv32,uv32); in test_conversions() [all …]
|
D | udt_support_test.cpp | 231 TEST_SUCCEEDING_CONVERSION_DEF(MyInt,int,miv,mibv); in test_udt_conversions_with_defaults() 232 TEST_SUCCEEDING_CONVERSION_DEF(int,MyInt,mibv,miv); in test_udt_conversions_with_defaults() 238 TEST_SUCCEEDING_CONVERSION_DEF(MyFloat,double,mfv,mfbv); in test_udt_conversions_with_defaults() 239 TEST_SUCCEEDING_CONVERSION_DEF(double,MyFloat,mfbv,mfv); in test_udt_conversions_with_defaults() 247 TEST_SUCCEEDING_CONVERSION_DEF(MyFloat,MyInt,miv2F,miv2); in test_udt_conversions_with_defaults() 248 TEST_SUCCEEDING_CONVERSION_DEF(MyInt,MyFloat,mfv2I,mfv2); in test_udt_conversions_with_defaults()
|
D | test_helpers3.cpp | 132 #define TEST_SUCCEEDING_CONVERSION_DEF(typeT,typeS,valueT,valueS) \ macro
|