Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dscalar_relational.inl17 GLM_FUNC_QUALIFIER bool lessThanEqual function
/external/oboe/samples/RhythmGame/third_party/glm/detail/
Dfunc_vector_relational.inl21 GLM_FUNC_QUALIFIER vecType<bool, P> lessThanEqual(vecType<T, P> const & x, vecType<T, P> const & y) function
/external/deqp/framework/common/
DtcuVectorUtil.hpp101 template<typename T> inline bool lessThanEqual (T a, T b) { return (a <= b); } in lessThanEqual() function
253 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.java628 private Const.Value lessThanEqual(int position, Const.Value a, Const.Value b) { in lessThanEqual() method in ConstEvaluator
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl731 GLM_FUNC_QUALIFIER tvec4<bool, P> lessThanEqual(tquat<T, P> const & x, tquat<T, P> const & y) function
/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
/external/angle/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp2103 constexpr const ImmutableString lessThanEqual("lessThanEqual"); variable
DSymbolTable_autogen.cpp3285 constexpr const ImmutableString lessThanEqual("lessThanEqual"); variable