Searched refs:deFloatTan (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgBuiltinFunctions.hpp | 297 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/ |
D | es2fShaderConstExprTests.cpp | 78 …{"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/ |
D | es3fShaderConstExprTests.cpp | 79 …{"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/ |
D | deMath.h | 218 DE_INLINE float deFloatTan (float a) { return (float)tan(a); } in deFloatTan() function
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuVectorUtil.hpp | 456 TCU_DECLARE_VECTOR_UNARY_FUNC(tan, deFloatTan)
|