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

  /external/deqp/framework/delibs/debase/
deMath.h 146 DE_INLINE float deFloatCosh (float a) { return (float)cosh(a); }
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 85 {"cosh", "cosh(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCosh(1.5f) },
  /external/deqp/framework/common/
tcuVectorUtil.hpp 435 TCU_DECLARE_VECTOR_UNARY_FUNC(cosh, deFloatCosh)

Completed in 369 milliseconds