Home
last modified time | relevance | path

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 Dless.hpp27 # 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 Dgreater.hpp23 # 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 Dadapt_struct.hpp50 BOOST_PP_LESS( \