Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuVectorUtil.hpp102 template<typename T> inline bool greaterThanEqual (T a, T b) { return (a >= b); } in greaterThanEqual() function
270 inline Vector<bool, Size> greaterThanEqual (const Vector<T, Size>& a, const Vector<T, Size>& b) in greaterThanEqual() function
/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java658 static Const.Value greaterThanEqual(Const.Value a, Const.Value b) { in greaterThanEqual() method in ConstEvaluator
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12444 static tcu::Vector<glw::GLuint, Size> greaterThanEqual(const tcu::Vector<glw::GLdouble, Size>& left, in greaterThanEqual() function