Searched refs:BOOST_PP_LESS (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/comparison/ |
| H A 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
|
| H A 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)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/adapted/struct/ |
| H A D | adapt_struct.hpp | 50 BOOST_PP_LESS( \
|