HomeSort by relevance Sort by last modified time
    Searched refs:deFloatAtanh (Results 1 - 3 of 3) sorted by null

  /external/deqp/framework/delibs/debase/
deMath.h 150 DE_INLINE float deFloatAtanh (float a) { return 0.5f*deFloatLog((1.0f+a)/(1.0f-a)); }
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 89 {"atanh", "atanh(${T} (0.8))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAtanh(0.8f) },
  /external/deqp/framework/common/
tcuVectorUtil.hpp 439 TCU_DECLARE_VECTOR_UNARY_FUNC(atanh, deFloatAtanh)

Completed in 112 milliseconds