/third_party/boost/libs/gil/test/extension/io/ |
D | tiff_tiled_read_macros.hpp | 47 …ame_strip( tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(BOOST_PP_TUPLE_ELEM(2,0,data)) + "-strip-" +… 48 …ame_tile ( tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(BOOST_PP_TUPLE_ELEM(2,0,data)) + "-tile-" +… 52 filename_strip = filename_strip + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 53 filename_tile = filename_tile + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 67 string filename_strip( tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(data) + "-strip-" ); \ 68 string filename_tile ( tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(data) + "-tile-" ); \ 72 filename_strip = filename_strip + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 73 filename_tile = filename_tile + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 87 string filename_strip( tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(data) + "-strip-" ); \ 88 string filename_tile ( tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(data) + "-tile-" ); \ [all …]
|
D | tiff_tiled_write_macros.hpp | 34 string filename( string( "tiger-" ) + BOOST_PP_STRINGIZE(data) + "-strip-contig-" ); \ 39 filename += padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 58 string filename( string( "tiger-" ) + BOOST_PP_STRINGIZE(data) + "-strip-" ); \ 63 filename = filename + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 82 string filename( string( "tiger-" ) + BOOST_PP_STRINGIZE(data) + "-strip-" ); \ 87 filename = filename + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 107 string filename( string( "tiger-" ) + BOOST_PP_STRINGIZE(data) + "-strip-contig-" ); \ 112 filename += padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 128 string filename( string( "tiger-" ) + BOOST_PP_STRINGIZE(data) + "-strip-" ); \ 133 filename = filename + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ [all …]
|
D | tiff_subimage_test.cpp | 38 string filename_strip( tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(data) + "-strip-" ); \ 39 string filename_tile ( tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(data) + "-tile-" ); \ 43 filename_strip = filename_strip + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 44 filename_tile = filename_tile + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \
|
/third_party/boost/libs/gil/test/extension/io/tiff/ |
D | tiff_tiled_read_macros.hpp | 45 tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(BOOST_PP_TUPLE_ELEM(2, 0, data)) + \ 46 "-strip-" + BOOST_PP_STRINGIZE(BOOST_PP_TUPLE_ELEM(2, 1, data)) + "-"); \ 48 tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(BOOST_PP_TUPLE_ELEM(2, 0, data)) + \ 49 "-tile-" + BOOST_PP_STRINGIZE(BOOST_PP_TUPLE_ELEM(2, 1, data)) + "-"); \ 53 filename_strip = filename_strip + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 54 filename_tile = filename_tile + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 72 std::string filename_strip(tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(data) + "-strip-"); \ 73 std::string filename_tile(tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(data) + "-tile-"); \ 77 filename_strip = filename_strip + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 78 filename_tile = filename_tile + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ [all …]
|
D | tiff_tiled_write_macros.hpp | 36 …std::string filename(std::string("tiger-") + BOOST_PP_STRINGIZE(data) + "-strip-contig-"); … 41 filename += padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 63 …std::string filename(std::string("tiger-") + BOOST_PP_STRINGIZE(data) + "-strip-"); … 68 filename = filename + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 89 …std::string filename(std::string("tiger-") + BOOST_PP_STRINGIZE(data) + "-strip-"); … 94 filename = filename + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 116 …std::string filename(std::string("tiger-") + BOOST_PP_STRINGIZE(data) + "-strip-contig-"); … 121 filename += padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 139 …std::string filename(std::string("tiger-") + BOOST_PP_STRINGIZE(data) + "-strip-"); … 144 filename = filename + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ [all …]
|
D | tiff_subimage_test.cpp | 36 std::string filename_strip(tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(data) + "-strip-"); \ 37 std::string filename_tile(tiff_in_GM + "tiger-" + BOOST_PP_STRINGIZE(data) + "-tile-"); \ 41 filename_strip = filename_strip + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \ 42 filename_tile = filename_tile + padding + BOOST_PP_STRINGIZE(n) + ".tif"; \
|
/third_party/boost/libs/contract/test/public_function/ |
D | max_args.hpp | 56 out << "b::" << BOOST_PP_STRINGIZE(BOOST_PP_CAT(f, n)) << \ 60 out << "b::" << BOOST_PP_STRINGIZE(BOOST_PP_CAT(f, n)) << \ 64 out << "b::" << BOOST_PP_STRINGIZE(BOOST_PP_CAT(f, n)) << \ 68 out << "b::" << BOOST_PP_STRINGIZE(BOOST_PP_CAT(f, n)) << \ 102 out << "a::" << BOOST_PP_STRINGIZE(BOOST_PP_CAT(f, n)) << \ 106 out << "a::" << BOOST_PP_STRINGIZE(BOOST_PP_CAT(f, n)) << \ 110 out << "a::" << BOOST_PP_STRINGIZE(BOOST_PP_CAT(f, n)) << \ 114 out << "a::" << BOOST_PP_STRINGIZE(BOOST_PP_CAT(f, n)) << \ 172 << "b::" << BOOST_PP_STRINGIZE(BOOST_PP_CAT(f, n)) << \ in main() 176 << "b::" << BOOST_PP_STRINGIZE(BOOST_PP_CAT(f, n)) << \ in main() [all …]
|
/third_party/boost/libs/python/test/ |
D | calling_conventions.cpp | 147 …def("f_0" BOOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVEN… 148 …def("f_1" BOOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVEN… 149 …def("f_2" BOOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVEN… 150 …def("f_3" BOOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVEN… 151 …def("f_4" BOOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVEN… 152 …def("f_5" BOOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVEN… 153 …def("f_6" BOOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVEN… 154 …def("f_7" BOOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVEN… 155 …def("f_8" BOOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVEN… 156 …def("f_9" BOOST_PP_STRINGIZE(TESTED_CALLING_CONVENTION), &BOOST_PP_CAT(test, TESTED_CALLING_CONVEN…
|
/third_party/boost/libs/preprocessor/test/ |
D | stringize.cxx | 26 BEGIN sizeof(BOOST_PP_STRINGIZE(NDATA)) / sizeof(char) == 1 END 29 BEGIN sizeof(BOOST_PP_STRINGIZE(DATA)) / sizeof(char) == 5 END 30 BEGIN sizeof(BOOST_PP_STRINGIZE(FDATA(1))) / sizeof(char) == 2 END 31 BEGIN sizeof(BOOST_PP_STRINGIZE(FDATA(9))) / sizeof(char) == 3 END 36 BEGIN sizeof(BOOST_PP_STRINGIZE(VDATA)) / sizeof(char) == 8 END
|
/third_party/boost/libs/random/test/ |
D | test_real_distribution.ipp | 49 std::cout << "running " BOOST_PP_STRINGIZE(BOOST_RANDOM_DISTRIBUTION_NAME) "(" 130 std::cerr << "Usage: test_" BOOST_PP_STRINGIZE(BOOST_RANDOM_DISTRIBUTION_NAME) 132 " -" BOOST_PP_STRINGIZE(BOOST_RANDOM_ARG1_NAME) 133 " <max " BOOST_PP_STRINGIZE(BOOST_RANDOM_ARG1_NAME) ">" 135 " -" BOOST_PP_STRINGIZE(BOOST_RANDOM_ARG2_NAME) 136 " <max " BOOST_PP_STRINGIZE(BOOST_RANDOM_ARG2_NAME) ">" 169 && !handle_option(argc, argv, "-" BOOST_PP_STRINGIZE(BOOST_RANDOM_ARG1_NAME), max_arg1) 171 && !handle_option(argc, argv, "-" BOOST_PP_STRINGIZE(BOOST_RANDOM_ARG2_NAME), max_arg2)
|
/third_party/boost/boost/preprocessor/ |
D | stringize.hpp | 22 # define BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_A((text)) macro 25 # define BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_OO((text)) macro 28 # define BOOST_PP_STRINGIZE(text) BOOST_PP_STRINGIZE_I(text) macro
|
/third_party/boost/boost/mpl/list/aux_/ |
D | include_preprocessed.hpp | 26 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_HEADER) 30 # include BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_HEADER)
|
/third_party/boost/boost/mpl/aux_/ |
D | include_preprocessed.hpp | 33 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPRO… 37 # include BOOST_PP_STRINGIZE(boost/mpl/aux_/preprocessed/AUX778076_PREPROCESSED_HEADER)
|
/third_party/boost/libs/compute/include/boost/compute/functional/detail/ |
D | macros.hpp | 24 (name)() : function<signature>(BOOST_PP_STRINGIZE(name)) { } \ 32 BOOST_PP_CAT(name, _)() : function<signature>(BOOST_PP_STRINGIZE(name)) { } \
|
/third_party/boost/boost/compute/functional/detail/ |
D | macros.hpp | 24 (name)() : function<signature>(BOOST_PP_STRINGIZE(name)) { } \ 32 BOOST_PP_CAT(name, _)() : function<signature>(BOOST_PP_STRINGIZE(name)) { } \
|
/third_party/boost/boost/mpl/set/aux_/ |
D | include_preprocessed.hpp | 33 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/set/aux_/preprocessed/AUX778076_HE… 37 # include BOOST_PP_STRINGIZE(boost/mpl/set/aux_/preprocessed/AUX778076_HEADER)
|
/third_party/boost/boost/mpl/vector/aux_/ |
D | include_preprocessed.hpp | 45 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076… 49 # include BOOST_PP_STRINGIZE(boost/mpl/vector/aux_/preprocessed/AUX778076_HEADER)
|
/third_party/boost/boost/mpl/map/aux_/ |
D | include_preprocessed.hpp | 43 # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/map/aux_/preprocessed/AUX778076_HE… 47 # include BOOST_PP_STRINGIZE(boost/mpl/map/aux_/preprocessed/AUX778076_HEADER)
|
/third_party/boost/boost/python/ |
D | module_init.hpp | 42 BOOST_PP_STRINGIZE(name), \ 63 BOOST_PP_STRINGIZE(name),&BOOST_PP_CAT(init_module_,name)); \
|
/third_party/boost/boost/compute/type_traits/ |
D | type_name.hpp | 33 return BOOST_PP_STRINGIZE(type); \ 44 return BOOST_PP_STRINGIZE(BOOST_PP_CAT(scalar, n)); \
|
/third_party/boost/libs/compute/include/boost/compute/type_traits/ |
D | type_name.hpp | 33 return BOOST_PP_STRINGIZE(type); \ 44 return BOOST_PP_STRINGIZE(BOOST_PP_CAT(scalar, n)); \
|
/third_party/boost/libs/serialization/test/ |
D | test_class_info_load.cpp | 85 filename += BOOST_PP_STRINGIZE(testfile_); in test_main() 86 filename += BOOST_PP_STRINGIZE(BOOST_ARCHIVE_TEST); in test_main()
|
D | test_class_info_save.cpp | 93 filename += BOOST_PP_STRINGIZE(testfile_); in test_main() 94 filename += BOOST_PP_STRINGIZE(BOOST_ARCHIVE_TEST); in test_main()
|
/third_party/boost/boost/compute/utility/ |
D | invoke.hpp | 27 BOOST_PP_COMMA_IF(n) k.var<BOOST_PP_CAT(T, n)>("arg" BOOST_PP_STRINGIZE(n)) 30 k.add_set_arg("arg" BOOST_PP_STRINGIZE(n), BOOST_PP_CAT(arg, n));
|
/third_party/boost/libs/compute/include/boost/compute/utility/ |
D | invoke.hpp | 27 BOOST_PP_COMMA_IF(n) k.var<BOOST_PP_CAT(T, n)>("arg" BOOST_PP_STRINGIZE(n)) 30 k.add_set_arg("arg" BOOST_PP_STRINGIZE(n), BOOST_PP_CAT(arg, n));
|