Searched refs:BOOST_PP_SUB (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/comparison/ |
D | less_equal.hpp | 24 # define BOOST_PP_LESS_EQUAL(x, y) BOOST_PP_NOT(BOOST_PP_SUB(x, y)) 27 # define BOOST_PP_LESS_EQUAL_I(x, y) BOOST_PP_NOT(BOOST_PP_SUB(x, y))
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/arithmetic/ |
D | sub.hpp | 25 # define BOOST_PP_SUB(x, y) BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_WHILE(BOOST_PP_SUB_P, BOOST_PP_SU… macro 27 # define BOOST_PP_SUB(x, y) BOOST_PP_SUB_I(x, y) macro
|