Lines Matching refs:Interval
2052 static tcu::Interval fma (glu::Precision precision, float a, float b, float c)
2062 const tcu::Interval ia = format.convert(a);
2063 const tcu::Interval ib = format.convert(b);
2064 const tcu::Interval ic = format.convert(c);
2065 tcu::Interval prod0;
2066 tcu::Interval prod1;
2067 tcu::Interval prod2;
2068 tcu::Interval prod3;
2069 tcu::Interval prod;
2070 tcu::Interval res;
2098 const tcu::Interval ref = fma(precision, a, b, c);