Home | History | Annotate | Download | only in glshared

Lines Matching refs:ulp

2002 		// For now, we assume that division's precision is 2.5 ULP when the value is within
2010 return fmt.ulp(ret, 2.5);
2026 return x <= 0 ? TCU_NAN : ctx.format.ulp(ret, 2.0);
2046 return ctx.format.ulp(ret, 3.0 + 2.0 * deAbs(x));
2048 return ctx.format.ulp(ret, 2.0 + 2.0 * deAbs(x));
2050 return ctx.format.ulp(ret, 2.0);
2084 return (0.5 <= x && x <= 2.0) ? deLdExp(1.0, -21) : ctx.format.ulp(ret, 3.0);
2086 return (0.5 <= x && x <= 2.0) ? deLdExp(1.0, -7) : ctx.format.ulp(ret, 2.0);
2088 return ctx.format.ulp(ret, 2.0);
2259 return ctx.format.ulp(ret, 2.0);
2315 return ctx.format.ulp(ret, m_precision);
2320 return ctx.format.ulp(ret, 2.0);
2382 return ctx.format.ulp(ret, 6.0);
2384 return ctx.format.ulp(ret, 2.0);