Home | History | Annotate | Download | only in common

Lines Matching refs:DST

203 #define TCU_SET_INTERVAL_BOUNDS(DST, VAR, SETLOW, SETHIGH) do	\
206 ::tcu::Interval& VAR##_dst_ = (DST); \
224 #define TCU_SET_INTERVAL(DST, VAR, BODY) \
225 TCU_SET_INTERVAL_BOUNDS(DST, VAR, BODY, BODY)
227 //! Set the interval DST to the image of BODY on ARG, assuming that BODY on
229 //! upper and lower bound of ARG, and DST is set to the union of these
232 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \
235 ::tcu::Interval& VAR##_dst_ = (DST); \
258 #define TCU_INTERVAL_APPLY_MONOTONE2(DST, P0, A0, P1, A1, VAR, BODY) \
260 DST, P0, A0, tmp2_, \
263 #define TCU_INTERVAL_APPLY_MONOTONE3(DST, P0, A0, P1, A1, P2, A2, VAR, BODY) \
265 DST, P0, A0, tmp3_, \