Home
last modified time | relevance | path

Searched refs:BOOST_PP_MOD_I (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/preprocessor/arithmetic/
H A Dmod.hpp26 # define BOOST_PP_MOD(x, y) BOOST_PP_MOD_I(x, y)
27 # define BOOST_PP_MOD_I(x, y) BOOST_PP_TUPLE_ELEM(3, 1, BOOST_PP_DIV_BASE(x, y)) macro