Searched defs:lessThanEqual (Results 1 – 8 of 8) sorted by relevance
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | scalar_relational.inl | 17 GLM_FUNC_QUALIFIER bool lessThanEqual function
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | func_vector_relational.inl | 21 GLM_FUNC_QUALIFIER vecType<bool, P> lessThanEqual(vecType<T, P> const & x, vecType<T, P> const & y) function
|
/external/deqp/framework/common/ |
D | tcuVectorUtil.hpp | 101 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/ |
D | ConstEvaluator.java | 628 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/ |
D | quaternion.inl | 731 GLM_FUNC_QUALIFIER tvec4<bool, P> lessThanEqual(tquat<T, P> const & x, tquat<T, P> const & y) function
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.cpp | 12496 static tcu::Vector<glw::GLuint, Size> lessThanEqual(const tcu::Vector<glw::GLdouble, Size>& left, in lessThanEqual() function
|
/external/angle/src/compiler/translator/ |
D | SymbolTable_ESSL_autogen.cpp | 2103 constexpr const ImmutableString lessThanEqual("lessThanEqual"); variable
|
D | SymbolTable_autogen.cpp | 3285 constexpr const ImmutableString lessThanEqual("lessThanEqual"); variable
|