HomeSort by relevance Sort by last modified time
    Searched defs:greaterThanEqual (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/common/
tcuVectorUtil.hpp 102 template<typename T> inline bool greaterThanEqual (T a, T b) { return (a >= b); }
270 inline Vector<bool, Size> greaterThanEqual (const Vector<T, Size>& a, const Vector<T, Size>& b)
  /external/turbine/java/com/google/turbine/binder/
ConstEvaluator.java 631 static Const.Value greaterThanEqual(Const.Value a, Const.Value b) {
791 return greaterThanEqual(lhs, rhs);
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp     [all...]

Completed in 184 milliseconds