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

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

Completed in 179 milliseconds