Searched defs:chopToInt (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuVectorUtil.hpp115 inline int chopToInt (float a) { return deChopFloatToInt32(a); } function in namespace:tcu
117 inline float trunc (float a) { return (float)chopToInt(a); }
330 Vector<int, Size> chopToInt (const Vector<float, Size>& v)
334 res.m_data[i] = chopToInt(v.m_data[i]);

Completed in 2548 milliseconds