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

  /external/deqp/framework/delibs/debase/
deMath.h 145 DE_INLINE float deFloatSinh (float a) { return (float)sinh(a); }
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 84 {"sinh", "sinh(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatSinh(1.5f) },
  /external/deqp/framework/common/
tcuVectorUtil.hpp 434 TCU_DECLARE_VECTOR_UNARY_FUNC(sinh, deFloatSinh)

Completed in 294 milliseconds