Home | History | Annotate | Download | only in glshared

Lines Matching refs:doRound

283 	return Traits<T>::doRound(fmt, value);
321 static Interval doRound (const FloatFormat& fmt, T value)
465 static IVal doRound (const FloatFormat& fmt, T value)
498 static Void doRound (const FloatFormat&, const Void& value) { return value; }