Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderConstExprTests.cpp88 {"acosh", "acosh(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAcosh(2.0f) }, in init()
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.h227 DE_INLINE float deFloatAcosh (float a) { return deFloatLog(a + deFloatSqrt(a*a - 1)); } in deFloatAcosh() function
/third_party/vk-gl-cts/framework/common/
H A DtcuVectorUtil.hpp465 TCU_DECLARE_VECTOR_UNARY_FUNC(acosh, deFloatAcosh)

Completed in 6 milliseconds