Home
last modified time | relevance | path

Searched refs:deFloatCosh (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeMath.h147 DE_INLINE float deFloatCosh (float a) { return (float)cosh(a); } in deFloatCosh() function
/external/deqp/modules/gles3/functional/
Des3fShaderConstExprTests.cpp85 …{"cosh", "cosh(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCosh(1.5f) … in init()
/external/deqp/framework/common/
DtcuVectorUtil.hpp435 TCU_DECLARE_VECTOR_UNARY_FUNC(cosh, deFloatCosh)