Lines Matching full:maxval
98 static tcu::Vector<float, Size> randomVector (de::Random& rnd, const tcu::Vector<float, Size>& minVal = tcu::Vector<float, Size>(0.0f), const tcu::Vector<float, Size>& maxVal = tcu::Vector<float, Size>(1.0f))102 res[ndx] = rnd.getFloat(minVal[ndx], maxVal[ndx]);