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

  /external/deqp/framework/randomshaders/
rsgBuiltinFunctions.hpp 297 return deFloatTan(inVal);
374 inMin = deFloatTan(deFloatMax(outMin, rangeMin));
375 inMax = deFloatTan(deFloatMin(outMax, rangeMax));
  /external/deqp/modules/gles2/functional/
es2fShaderConstExprTests.cpp 78 {"tan", "tan(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatTan(1.5f) },
  /external/deqp/framework/delibs/debase/
deMath.h 138 DE_INLINE float deFloatTan (float a) { return (float)tan(a); }
  /external/deqp/modules/gles3/functional/
es3fShaderConstExprTests.cpp 79 {"tan", "tan(${T} (1.5))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatTan(1.5f) },
  /external/deqp/framework/common/
tcuVectorUtil.hpp 431 TCU_DECLARE_VECTOR_UNARY_FUNC(tan, deFloatTan)

Completed in 406 milliseconds