Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderConstExprTests.cpp85 {"cosh", "cosh(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCosh(1.5f) }, in init()
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.h224 DE_INLINE float deFloatCosh (float a) { return (float)cosh(a); } in deFloatCosh() function
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp462 TCU_DECLARE_VECTOR_UNARY_FUNC(cosh, deFloatCosh)

Completed in 3 milliseconds