Searched refs:SET_FNTPL_ARG (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/numeric/conversion/test/ |
D | bounds_test.cpp | 68 test_bounds_integer( SET_FNTPL_ARG(unsigned char) ) ; in test_bounds_integers() 69 test_bounds_integer( SET_FNTPL_ARG(signed char) ) ; in test_bounds_integers() 70 test_bounds_integer( SET_FNTPL_ARG(char) ) ; in test_bounds_integers() 71 test_bounds_integer( SET_FNTPL_ARG(unsigned short) ) ; in test_bounds_integers() 72 test_bounds_integer( SET_FNTPL_ARG(short) ) ; in test_bounds_integers() 73 test_bounds_integer( SET_FNTPL_ARG(unsigned int) ) ; in test_bounds_integers() 74 test_bounds_integer( SET_FNTPL_ARG(int) ) ; in test_bounds_integers() 75 test_bounds_integer( SET_FNTPL_ARG(unsigned long) ) ; in test_bounds_integers() 76 test_bounds_integer( SET_FNTPL_ARG(long) ) ; in test_bounds_integers() 81 test_bounds_float( SET_FNTPL_ARG(float) ); in test_bounds_floats() [all …]
|
D | converter_test.cpp | 207 test_overflow_handler( SET_FNTPL_ARG(T), in test_overflow_handlers() 208 SET_FNTPL_ARG(S), in test_overflow_handlers() 209 SET_FNTPL_ARG(boost::numeric::silent_overflow_handler), in test_overflow_handlers() 216 test_overflow_handler( SET_FNTPL_ARG(T), in test_overflow_handlers() 217 SET_FNTPL_ARG(S), in test_overflow_handlers() 218 SET_FNTPL_ARG(boost::numeric::def_overflow_handler), in test_overflow_handlers() 225 test_overflow_handler( SET_FNTPL_ARG(T), in test_overflow_handlers() 226 SET_FNTPL_ARG(S), in test_overflow_handlers() 227 SET_FNTPL_ARG(custom_overflow_handler), in test_overflow_handlers() 280 test_rounding_conversion(SET_FNTPL_ARG(T), in test_round_style() [all …]
|
D | traits_test.cpp | 304 test_traits_base( SET_FNTPL_ARG(boost::uint8_t) ,SET_FNTPL_ARG(S) ); in test_traits_from() 305 test_traits_base( SET_FNTPL_ARG(boost::int8_t) ,SET_FNTPL_ARG(S) ); in test_traits_from() 306 test_traits_base( SET_FNTPL_ARG(boost::uint16_t) ,SET_FNTPL_ARG(S) ); in test_traits_from() 307 test_traits_base( SET_FNTPL_ARG(boost::int16_t) ,SET_FNTPL_ARG(S) ); in test_traits_from() 308 test_traits_base( SET_FNTPL_ARG(boost::uint32_t) ,SET_FNTPL_ARG(S) ); in test_traits_from() 309 test_traits_base( SET_FNTPL_ARG(boost::int32_t) ,SET_FNTPL_ARG(S) ); in test_traits_from() 310 test_traits_base( SET_FNTPL_ARG(float) ,SET_FNTPL_ARG(S) ); in test_traits_from() 311 test_traits_base( SET_FNTPL_ARG(double) ,SET_FNTPL_ARG(S) ); in test_traits_from() 312 test_traits_base( SET_FNTPL_ARG(long double) ,SET_FNTPL_ARG(S) ); in test_traits_from() 313 test_traits_base( SET_FNTPL_ARG(MyInt) ,SET_FNTPL_ARG(S) ); in test_traits_from() [all …]
|
D | test_helpers.cpp | 24 #define SET_FNTPL_ARG(t) (static_cast< t const* >(0)) macro
|