Home
last modified time | relevance | path

Searched refs:deSign (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeMath.h99 DE_INLINE double deSign (double x) { return deIsNaN(x) ? x : (double)((x > 0.0) - (x < 0.0)… in deSign() function
108 DE_INLINE double deTrunc (double a) { return deSign(a) * floor(fabs(a)); } in deTrunc()
132 DE_INLINE double deCbrt (double a) { return deSign(a) * dePow(deAbs(a), 1.0 / 3.0); } in deCbrt()
/external/deqp/framework/common/
DtcuFloatFormat.cpp157 const double rSign = deSign(d); in clampValue()
208 return deSign(d) * getMaxValue(); in roundOut()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3186 Sign (void) : PreciseFunc1("sign", deSign) {} in Sign()
3216 ret |= truncated + deSign(fract); in applyPoint()
3369 if (deSign(loFrac) != deSign(hiFrac)) in doApply()
3373 if (deSign(loFrac) < 0) in doApply()
3375 if (deSign(hiFrac) > 0) in doApply()
3384 ret = deSign(loFrac) * Interval(0.5, 1.0 - DBL_EPSILON*0.5); in doApply()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3135 Sign (void) : PreciseFunc1("sign", deSign) {} in Sign()
3165 ret |= truncated + deSign(fract); in applyPoint()
3318 if (deSign(loFrac) != deSign(hiFrac)) in doApply()
3322 if (deSign(loFrac) < 0) in doApply()
3324 if (deSign(hiFrac) > 0) in doApply()
3333 ret = deSign(loFrac) * Interval(0.5, 1.0 - DBL_EPSILON*0.5); in doApply()