Home
last modified time | relevance | path

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

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