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

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

Completed in 135 milliseconds