HomeSort by relevance Sort by last modified time
    Searched refs:clampValue (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuFloatFormat.hpp 75 Interval clampValue (double d) const;
tcuFloatFormat.cpp 155 Interval FloatFormat::clampValue (double d) const
192 ret |= clampValue(round(tmp.lo(), true)) | clampValue(round(tmp.hi(), false));

Completed in 1111 milliseconds