Home | History | Annotate | Download | only in Reactor

Lines Matching refs:IfThenElse

4428 		return IfThenElse(x > y, x, y);
4433 return IfThenElse(x < y, x, y);
4563 IfThenElse(cast >= ustartf,
4818 return IfThenElse(x > y, x, y);
4823 return IfThenElse(x < y, x, y);
4866 // return IfThenElse(cast > 0.0f, Int(cast + 0.5f), Int(cast - 0.5f));
6081 abs = IfThenElse(e < 24, mantissa >> e, Int(0));
6270 return IfThenElse(x > 0.0f, x, -x);
6275 return IfThenElse(x > y, x, y);
6280 return IfThenElse(x < y, x, y);