Home
last modified time | relevance | path

Searched refs:inverseSqrt (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/common/
DtcuInterval.cpp138 Interval inverseSqrt (const Interval& x) in inverseSqrt() function
DtcuVectorUtil.hpp67 inline float inverseSqrt (float f) { return deFloatRsq(f); } in inverseSqrt() function
474 TCU_DECLARE_VECTOR_UNARY_FUNC(inverseSqrt, deFloatRsq)
DtcuInterval.hpp218 Interval inverseSqrt (const Interval& x);
/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp795 DECLARE_UNARY_GENTYPE_FUNCS(inverseSqrt) in DECLARE_VEC_FLOAT_FUNCS()
1103 … notUsed, notUsed, 1.0f, 0.0f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(inverseSqrt) )
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1417 DECLARE_UNARY_GENTYPE_FUNCS(inverseSqrt) in DECLARE_VEC_FLOAT_FUNCS()
1945 … notUsed, notUsed, 1.0f, 0.0f, PRECMASK_MEDIUMP_HIGHP, FLOAT_GENTYPE_FUNCS(inverseSqrt) )
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp12182 static glw::GLdouble inverseSqrt(glw::GLdouble val);
12440 static glw::GLdouble inverseSqrt(glw::GLdouble val) in inverseSqrt() function
14114 …function, "inversesqrt", Math::inverseSqrt, variable_type /* res_type */, variable_type /* arg_typ… in getFunctionObject()