Searched refs:BOOST_PP_LESS (Results 1 – 21 of 21) sorted by relevance
/third_party/boost/libs/gil/test/extension/io/ |
D | tiff_tiled_write_macros.hpp | 37 if(BOOST_PP_LESS(n, 10)==1) \ 61 if(BOOST_PP_LESS(n, 10)==1) \ 85 if(BOOST_PP_LESS(n, 10)==1) \ 110 if(BOOST_PP_LESS(n, 10)==1) \ 131 if(BOOST_PP_LESS(n, 10)==1) \ 152 if(BOOST_PP_LESS(n, 10)==1) \
|
D | tiff_tiled_read_macros.hpp | 50 if(BOOST_PP_LESS(n, 10)==1) \ 70 if(BOOST_PP_LESS(n, 10)==1) \ 90 if(BOOST_PP_LESS(n, 10)==1) \
|
D | tiff_subimage_test.cpp | 41 if(BOOST_PP_LESS(n, 10)==1) \
|
/third_party/boost/boost/preprocessor/comparison/ |
D | less.hpp | 27 # define BOOST_PP_LESS(x, y) BOOST_PP_BITAND(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL(x, y)) macro 29 # define BOOST_PP_LESS(x, y) BOOST_PP_IIF(BOOST_PP_NOT_EQUAL(x, y), BOOST_PP_LESS_EQUAL, 0 BOOST… macro 31 # define BOOST_PP_LESS(x, y) BOOST_PP_LESS_I(x, y) macro
|
D | greater.hpp | 23 # define BOOST_PP_GREATER(x, y) BOOST_PP_LESS(y, x) 26 # define BOOST_PP_GREATER_I(x, y) BOOST_PP_LESS(y, x)
|
/third_party/boost/libs/gil/test/extension/io/tiff/ |
D | tiff_tiled_write_macros.hpp | 39 if (BOOST_PP_LESS(n, 10) == 1) \ 66 if (BOOST_PP_LESS(n, 10) == 1) \ 92 if (BOOST_PP_LESS(n, 10) == 1) \ 119 if (BOOST_PP_LESS(n, 10) == 1) \ 142 if (BOOST_PP_LESS(n, 10) == 1) \ 164 if (BOOST_PP_LESS(n, 10) == 1) \
|
D | tiff_tiled_read_macros.hpp | 51 if (BOOST_PP_LESS(n, 10) == 1) \ 75 if (BOOST_PP_LESS(n, 10) == 1) \ 99 if (BOOST_PP_LESS(n, 10) == 1) \
|
D | tiff_subimage_test.cpp | 39 if (BOOST_PP_LESS(n, 10) == 1) \
|
/third_party/boost/libs/preprocessor/test/ |
D | quick.cpp | 21 BEGIN BOOST_PP_LESS(2, 1) == 0 END 22 BEGIN BOOST_PP_LESS(1, 2) == 1 END
|
D | comparison.cxx | 27 BEGIN BOOST_PP_LESS(2, 1) == 0 END 28 BEGIN BOOST_PP_LESS(1, 2) == 1 END
|
D | seq.cxx | 142 # define LESS_S(s, x, y) BOOST_PP_LESS(x, y)
|
/third_party/boost/libs/preprocessor/doc/examples/ |
D | array_arithmetic.c | 116 BOOST_PP_LESS(TYPE_RANK(T), TYPE_RANK(TYPE_INT)), \ 123 BOOST_PP_LESS(TYPE_RANK(L), TYPE_RANK(R)), \
|
/third_party/boost/boost/fusion/adapted/adt/ |
D | adapt_adt.hpp | 46 BOOST_PP_LESS( \
|
D | adapt_assoc_adt.hpp | 49 BOOST_PP_LESS( \
|
/third_party/boost/boost/fusion/adapted/struct/ |
D | adapt_assoc_struct.hpp | 47 BOOST_PP_LESS( \
|
D | adapt_struct.hpp | 46 BOOST_PP_LESS( \
|
/third_party/boost/boost/local_function/aux_/preprocessor/traits/decl_sign_/validate_/ |
D | defaults.hpp | 103 , BOOST_PP_LESS(index, BOOST_PP_LIST_SIZE(sign)) \
|
/third_party/boost/boost/msm/back/ |
D | args.hpp | 35 … BOOST_PP_COMMA_IF( BOOST_PP_LESS(n, BOOST_PP_DEC(BOOST_MSM_VISITOR_ARG_SIZE) ) )
|
/third_party/boost/libs/numeric/conversion/test/compile_fail/ |
D | built_in_numeric_cast_traits.cpp | 36 BOOST_PP_LESS \
|
/third_party/boost/boost/parameter/ |
D | macros.hpp | 176 , BOOST_PP_LESS( \
|
/third_party/boost/boost/functional/ |
D | overloaded_function.hpp | 119 BOOST_PP_LESS(BOOST_FUNCTIONAL_overloads, \
|