Searched refs:computeFloatFlushRelaxedULPDiff (Results 1 – 1 of 1) sorted by relevance
438 static deUint32 computeFloatFlushRelaxedULPDiff (float a, float b) in computeFloatFlushRelaxedULPDiff() function459 return tcu::UVec4(computeFloatFlushRelaxedULPDiff(a.x(), b.x()), in computeFlushRelaxedULPDiff()460 computeFloatFlushRelaxedULPDiff(a.y(), b.y()), in computeFlushRelaxedULPDiff()461 computeFloatFlushRelaxedULPDiff(a.z(), b.z()), in computeFlushRelaxedULPDiff()462 computeFloatFlushRelaxedULPDiff(a.w(), b.w())); in computeFlushRelaxedULPDiff()