Home
last modified time | relevance | path

Searched refs:deFloatTan (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/randomshaders/
DrsgBuiltinFunctions.hpp297 return deFloatTan(inVal); in evaluateComp()
374 inMin = deFloatTan(deFloatMax(outMin, rangeMin)); in transformValueRange()
375 inMax = deFloatTan(deFloatMin(outMax, rangeMax)); in transformValueRange()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderConstExprTests.cpp78 …{"tan", "tan(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatTan(1.5f) … in init()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderConstExprTests.cpp79 …{"tan", "tan(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatTan(1.5f) … in init()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h218 DE_INLINE float deFloatTan (float a) { return (float)tan(a); } in deFloatTan() function
/third_party/vk-gl-cts/framework/common/
DtcuVectorUtil.hpp456 TCU_DECLARE_VECTOR_UNARY_FUNC(tan, deFloatTan)