Home | History | Annotate | Download | only in common

Lines Matching refs:DST

174 #define TCU_SET_INTERVAL_BOUNDS(DST, VAR, SETLOW, SETHIGH) do	\
177 ::tcu::Interval& VAR##_dst_ = (DST); \
195 #define TCU_SET_INTERVAL(DST, VAR, BODY) \
196 TCU_SET_INTERVAL_BOUNDS(DST, VAR, BODY, BODY)
198 //! Set the interval DST to the image of BODY on ARG, assuming that BODY on
200 //! upper and lower bound of ARG, and DST is set to the union of these
203 #define TCU_INTERVAL_APPLY_MONOTONE1(DST, PARAM, ARG, VAR, BODY) do \
206 ::tcu::Interval& VAR##_dst_ = (DST); \
229 #define TCU_INTERVAL_APPLY_MONOTONE2(DST, P0, A0, P1, A1, VAR, BODY) \
231 DST, P0, A0, tmp2_, \
234 #define TCU_INTERVAL_APPLY_MONOTONE3(DST, P0, A0, P1, A1, P2, A2, VAR, BODY) \
236 DST, P0, A0, tmp3_, \