Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderConstExprTests.cpp84 …{"sinh", "sinh(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatSinh(1.5f) … in init()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h223 DE_INLINE float deFloatSinh (float a) { return (float)sinh(a); } in deFloatSinh() function
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp461 TCU_DECLARE_VECTOR_UNARY_FUNC(sinh, deFloatSinh)