Searched defs:greaterThanEqual (Results 1 – 3 of 3) sorted by relevance
102 template<typename T> inline bool greaterThanEqual (T a, T b) { return (a >= b); } in greaterThanEqual() function270 inline Vector<bool, Size> greaterThanEqual (const Vector<T, Size>& a, const Vector<T, Size>& b) in greaterThanEqual() function
658 static Const.Value greaterThanEqual(Const.Value a, Const.Value b) { in greaterThanEqual() method in ConstEvaluator
12444 static tcu::Vector<glw::GLuint, Size> greaterThanEqual(const tcu::Vector<glw::GLdouble, Size>& left, in greaterThanEqual() function