Home
last modified time | relevance | path

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

/dports/devel/vexcl/vexcl-1.4.3/vexcl/
H A Dgenerator.hpp265 #define VEXCL_UNARY_POST_OPERATION(the_tag, the_op) \ macro
275 VEXCL_UNARY_POST_OPERATION(post_inc, ++);
276 VEXCL_UNARY_POST_OPERATION(post_dec, --);
278 #undef VEXCL_UNARY_POST_OPERATION
H A Doperations.hpp1262 #define VEXCL_UNARY_POST_OPERATION(the_tag, the_op) \ macro
1272 VEXCL_UNARY_POST_OPERATION(post_inc, ++);
1273 VEXCL_UNARY_POST_OPERATION(post_dec, --);
1275 #undef VEXCL_UNARY_POST_OPERATION