Home | History | Annotate | Download | only in common

Lines Matching defs:roundUp

1593 	bool	roundUp		= (deInt64)floorVal % 2 != 0;
1595 return floorVal + (roundUp ? 1.0f : 0.0f);