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

/external/deqp/framework/common/
H A DtcuVectorUtil.hpp107 template<typename T> inline bool greaterThanEqual (T a, T b) { return (a >= b); } function in namespace:tcu
272 inline Vector<bool, Size> greaterThanEqual (const Vector<T, Size>& a, const Vector<T, Size>& b)

Completed in 373 milliseconds